summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2024-10-17nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy errorYonatan Maman1-1/+1
2024-08-11drm/nouveau: prime: fix refcount underflowDanilo Krummrich1-1/+2
2024-07-11drm/nouveau: fix null pointer dereference in nouveau_connector_get_modesMa Ke1-0/+3
2024-07-05drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modesMa Ke1-0/+4
2024-07-05drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modesMa Ke1-0/+2
2024-05-17drm/nouveau/dp: Don't probe eDP ports twice harderLyude Paul1-5/+8
2024-04-27nouveau: fix instmem race condition around ptr storesDave Airlie1-1/+6
2024-04-27drm: nv04: Fix out of bounds accessMikhail Kobuk1-6/+7
2024-04-17nouveau: fix function cast warningArnd Bergmann1-1/+6
2024-04-03nouveau/dmem: handle kcalloc() allocation failureDuoming Zhou1-6/+6
2024-03-27nouveau: reset the bo resource bus info after an evictionDave Airlie1-0/+2
2024-03-01nouveau: fix function cast warningsArnd Bergmann1-1/+7
2024-02-23nouveau/svm: fix kvcalloc() argument orderArnd Bergmann1-1/+1
2024-02-01nouveau/vmm: don't set addr on the fail path to avoid warningDave Airlie1-0/+3
2024-01-26drm/nouveau/fence:: fix warning directly dereferencing a rcu pointerAbhinav Singh1-1/+1
2024-01-20nouveau/tu102: flush all pdbs on vmm flushDave Airlie1-1/+1
2023-08-23drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_c...Karol Herbst1-2/+6
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