summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2022-04-13drm/nouveau/pmu: Add missing callbacks for Tegra devicesKarol Herbst4-1/+4
2022-04-08drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()Zhou Qingyang1-4/+5
2022-04-08drm/nouveau/backlight: Just set all backlight types as RAWLyude Paul1-2/+1
2022-04-08drm/nouveau/backlight: Fix LVDS backlight detection on some laptopsLyude Paul1-1/+2
2022-02-23drm/nouveau/pmu/gm200-: use alternate falcon reset sequenceBen Skeggs6-6/+41
2022-02-08drm/nouveau: fix off by one in BIOS boundary checkingNick Lopez1-1/+1
2022-01-27drm/nouveau/kms/nv04: use vzalloc for nv04_displayIlia Mirkin1-2/+2
2022-01-27drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACRBen Skeggs1-16/+21
2022-01-05drm/nouveau: wait for the exclusive fence after the shared ones v2Christian König1-13/+15
2021-12-01drm/nouveau/acr: fix a couple NULL vs IS_ERR() checksDan Carpenter2-4/+8
2021-12-01drm/nouveau: recognise GA106Ben Skeggs1-0/+22
2021-11-25drm/nouveau: clean up all clients on device removalJeremy Cline1-0/+30
2021-11-25drm/nouveau: use drm_dev_unplug() during device removalJeremy Cline1-1/+1
2021-11-25drm/nouveau: Add a dedicated mutex for the clients listJeremy Cline2-4/+11
2021-11-25drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrameHans Verkuil1-1/+0
2021-11-18drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-1/+1
2021-11-18drm/nouveau/svm: Fix refcount leak bug and missing check against null bugChenyuan Mi1-0/+4
2021-11-18ce/gf100: fix incorrect CE0 address calculation on some GPUsBen Skeggs2-3/+2
2021-10-15drm/nouveau/fifo: Reinstate the correct engine bit programmingMarek Vasut1-1/+1
2021-10-06drm/nouveau/debugfs: fix file release memory leakYang Yingliang1-0/+1
2021-10-06drm/nouveau/kms/nv50-: fix file release memory leakYang Yingliang1-0/+1
2021-10-06drm/nouveau: avoid a use-after-free when BO init failsJeremy Cline1-3/+1
2021-10-06drm/nouveau/fifo/ga102: initialise chid on return from channel creationBen Skeggs1-0/+3
2021-10-06drm/nouveau/ga102-: support ttm buffer moves via copy engineBen Skeggs10-6/+329
2021-10-06drm/nouveau/kms/tu102-: delay enabling cursor until after assign_windowsBen Skeggs1-1/+1
2021-09-20drm/nouveau/nvkm: Replace -ENOSYS with -ENODEVGuenter Roeck1-1/+1
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-28/+197
2021-08-18drm/nouveau: rip out nvkm_client.superBen Skeggs24-120/+27
2021-08-18drm/nouveau: block a bunch of classes from userspaceBen Skeggs4-15/+48
2021-08-18drm/nouveau/fifo/nv50-: rip out dma channelsBen Skeggs7-194/+0
2021-08-18drm/nouveau/kms/nv50: workaround EFI GOP window channel format differencesBen Skeggs3-4/+37
2021-08-18drm/nouveau/disp: power down unused DP links during initBen Skeggs3-1/+11
2021-08-18drm/nouveau: recognise GA107Ben Skeggs1-0/+21
2021-08-05drm: nouveau: fix disp.c build when NOUVEAU_BACKLIGHT is not enabledRandy Dunlap1-2/+6
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+4
2021-07-21vgaarb: don't pass a cookie to vga_client_registerChristoph Hellwig1-3/+3
2021-07-21vgaarb: remove the unused irq_set_state argument to vga_client_registerChristoph Hellwig1-1/+1
2021-07-21vgaarb: provide a vga_client_unregister wrapperChristoph Hellwig1-1/+1
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie7-23/+194
2021-07-19drm/nouveau: init the base GEM fields for internal BOsChristian König1-0/+6
2021-07-14swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang1-1/+1
2021-07-08drm/nouveau: always wait for the exclusive fenceChristian König1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-23/+141
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds20-173/+149
2021-07-01nouveau/svm: implement atomic SVM accessAlistair Popple4-11/+123
2021-07-01nouveau/svm: refactor nouveau_range_faultAlistair Popple1-14/+20
2021-07-01mm: rename migrate_pgmap_ownerAlistair Popple1-1/+1
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-06-29drm/nouveau: Don't set struct drm_device.irq_enabledThomas Zimmermann1-3/+0