aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2024-05-17drm/nouveau/dp: Don't probe eDP ports twice harderLyude Paul
2024-04-27nouveau: fix instmem race condition around ptr storesDave Airlie
2024-04-27drm: nv04: Fix out of bounds accessMikhail Kobuk
2024-04-17nouveau: fix function cast warningArnd Bergmann
2024-04-03nouveau/dmem: handle kcalloc() allocation failureDuoming Zhou
2024-03-26nouveau: reset the bo resource bus info after an evictionDave Airlie
2024-03-01nouveau: fix function cast warningsArnd Bergmann
2024-02-23nouveau/svm: fix kvcalloc() argument orderArnd Bergmann
2024-01-31nouveau/vmm: don't set addr on the fail path to avoid warningDave Airlie
2024-01-25drm/nouveau/fence:: fix warning directly dereferencing a rcu pointerAbhinav Singh
2024-01-20nouveau/tu102: flush all pdbs on vmm flushDave Airlie
2023-08-23drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_c...Karol Herbst
2023-08-16drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modesKarol Herbst
2023-08-16drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issuesLyude Paul
2023-08-16drm/nouveau/gr: enable memory loads on helper invocation on all channelsKarol Herbst
2023-07-27drm/dp_mst: Clear MSG_RDY flag before sending new messageWayne Lin
2023-06-21drm/nouveau: add nv_encoder pointer check for NULLNatalia Petrova
2023-06-21drm/nouveau/dp: check for NULL nv_connector->native_modeNatalia Petrova
2023-06-21drm/nouveau: don't detect DSM for non-NVIDIA deviceRatchanan Srirattanamet
2023-06-21nouveau: fix client work fence deletion raceDave Airlie
2023-04-13drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()Imre Deak
2023-04-13drm/nouveau/disp: Support more modes by checking with lower bpcKarol Herbst
2023-03-17drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototypeJiri Slaby (SUSE)
2023-02-22drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETEDBen Skeggs
2022-10-20nouveau: fix migrate_to_ram() for faulting pageAlistair Popple
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12nouveau/dmem: evict device private memory during releaseAlistair Popple
2022-10-12nouveau/dmem: refactor nouveau_dmem_fault_copy_one()Alistair Popple
2022-10-12mm: free device private pages have zero refcountAlistair Popple
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-09-24drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers.Jim Cromie
2022-09-20drm/plane-helper: Provide DRM_PLANE_NON_ATOMIC_FUNCS initializer macroThomas Zimmermann
2022-09-20drm/plane: Allocate planes with drm_universal_plane_alloc()Thomas Zimmermann
2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann
2022-09-14Merge tag 'backlight-detect-refactor-1' of git://git.kernel.org/pub/scm/linux...Maxime Ripard
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2022-09-03drm/nouveau: Register ACPI video backlight when nv_backlight registration fai...Hans de Goede
2022-09-02drm/nouveau: Don't register backlight when another backlight should be used (v2)Hans de Goede
2022-08-23drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul
2022-08-23drm/display/dp_mst: Add helpers for serializing SST <-> MST transitionsLyude Paul
2022-08-23drm/nouveau/kms: Pull mst state in for all modesetsLyude Paul
2022-08-23drm/nouveau/kms: Cache DP encoders in nouveau_connectorLyude Paul
2022-08-23drm/display/dp_mst: Don't open code modeset checks for releasing time slotsLyude Paul
2022-08-23drm/display/dp_mst: Add nonblocking helpers for DP MSTLyude Paul
2022-08-23drm/display/dp_mst: Call them time slots, not VCPI slotsLyude Paul
2022-08-23subdev/clk: fix repeated words in commentswangjianli
2022-08-23nouveau: explicitly wait on the fence in nouveau_bo_move_m2mfKarol Herbst