summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2023-08-16drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modesKarol Herbst1-1/+1
2023-08-16drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issuesLyude Paul1-1/+47
2023-08-16drm/nouveau/gr: enable memory loads on helper invocation on all channelsKarol Herbst6-1/+17
2023-07-27drm/dp_mst: Clear MSG_RDY flag before sending new messageWayne Lin1-4/+8
2023-06-21drm/nouveau: add nv_encoder pointer check for NULLNatalia Petrova1-1/+2
2023-06-21drm/nouveau/dp: check for NULL nv_connector->native_modeNatalia Petrova1-2/+2
2023-06-21drm/nouveau: don't detect DSM for non-NVIDIA deviceRatchanan Srirattanamet1-0/+3
2023-06-21nouveau: fix client work fence deletion raceDave Airlie1-4/+10
2023-04-13drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()Imre Deak1-1/+1
2023-04-13drm/nouveau/disp: Support more modes by checking with lower bpcKarol Herbst2-3/+37
2023-03-17drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototypeJiri Slaby (SUSE)1-2/+3
2023-02-22drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETEDBen Skeggs1-0/+23
2022-10-21nouveau: fix migrate_to_ram() for faulting pageAlistair Popple1-0/+1
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-31/+77
2022-10-13nouveau/dmem: evict device private memory during releaseAlistair Popple1-0/+48
2022-10-13nouveau/dmem: refactor nouveau_dmem_fault_copy_one()Alistair Popple1-30/+28
2022-10-13mm: free device private pages have zero refcountAlistair Popple1-1/+1
2022-10-08Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+13
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds19-234/+232
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-0/+27
2022-09-24drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers.Jim Cromie1-0/+13
2022-09-20drm/plane-helper: Provide DRM_PLANE_NON_ATOMIC_FUNCS initializer macroThomas Zimmermann1-3/+1
2022-09-20drm/plane: Allocate planes with drm_universal_plane_alloc()Thomas Zimmermann1-28/+13
2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann1-6/+7
2022-09-14Merge tag 'backlight-detect-refactor-1' of git://git.kernel.org/pub/scm/linux...Maxime Ripard3-0/+27
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie9-176/+190
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter11-26/+26
2022-09-03drm/nouveau: Register ACPI video backlight when nv_backlight registration fai...Hans de Goede3-0/+14
2022-09-02drm/nouveau: Don't register backlight when another backlight should be used (v2)Hans de Goede3-0/+13
2022-08-23drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul1-82/+81
2022-08-23drm/display/dp_mst: Add helpers for serializing SST <-> MST transitionsLyude Paul3-1/+17
2022-08-23drm/nouveau/kms: Pull mst state in for all modesetsLyude Paul1-1/+1
2022-08-23drm/nouveau/kms: Cache DP encoders in nouveau_connectorLyude Paul2-1/+6
2022-08-23drm/display/dp_mst: Don't open code modeset checks for releasing time slotsLyude Paul1-21/+0
2022-08-23drm/display/dp_mst: Add nonblocking helpers for DP MSTLyude Paul1-0/+7
2022-08-23drm/display/dp_mst: Call them time slots, not VCPI slotsLyude Paul1-2/+2
2022-08-23subdev/clk: fix repeated words in commentswangjianli1-1/+1
2022-08-23nouveau: explicitly wait on the fence in nouveau_bo_move_m2mfKarol Herbst1-0/+9
2022-08-23drm/nouveau/hwmon: use simplified HWMON_CHANNEL_INFO macroBeniamin Sandu1-68/+17
2022-08-22drm/nouveau: Implement intersect/compatible functionsArunpravin Paneer Selvam3-0/+59
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+22
2022-08-17Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann200-9435/+6528
2022-08-16drm/nouveau/kms/nv140-: Disable interlacingLyude Paul1-1/+2
2022-08-04drm/nouveau: recognise GA103Karol Herbst1-0/+22
2022-08-04drm/nouveau: fix another off-by-one in nvbios_addrTimur Tabi1-1/+1
2022-08-04Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds201-9436/+6529
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann160-8853/+6392
2022-07-28nouveau/svm: Fix to migrate all requested pagesAlistair Popple1-1/+5
2022-07-27Merge tag 'topic/nouveau-misc-2022-07-27' of git://anongit.freedesktop.org/dr...Dave Airlie158-8845/+6386
2022-07-27drm/nouveau/disp: move DAC load detection methodBen Skeggs7-44/+57