summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-1210-18/+53
|\
| * Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-11-125-8/+48
| |\
| | * drm/nouveau: clean up all clients on device removalJeremy Cline2021-11-041-0/+30
| | * drm/nouveau: Add a dedicated mutex for the clients listJeremy Cline2021-11-042-4/+11
| | * drm/nouveau: use drm_dev_unplug() during device removalJeremy Cline2021-11-041-1/+1
| | * drm/nouveau/svm: Fix refcount leak bug and missing check against null bugChenyuan Mi2021-11-041-0/+4
| | * ce/gf100: fix incorrect CE0 address calculation on some GPUsBen Skeggs2021-11-042-3/+2
| * | Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...Dave Airlie2021-11-111-1/+1
| |\ \
| | * | drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe2021-11-051-1/+1
| * | | Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-11-055-9/+4
| |\| |
| | * | drm/nouveau/mmu/gp100: remove unused variableKarol Herbst2021-10-121-1/+1
| | * | drm/nouveau/nouveau_bo: Remove unused variables 'dev'Lee Jones2021-10-111-4/+0
| | * | drm/nouveau/gem: remove redundant semi-colonYang Yingliang2021-10-111-1/+1
| | * | drm/nouveau/mmu/gp100-: drop unneeded assignment in the if condition.Luo penghao2021-10-111-1/+1
| | * | drm/nouveau/mmu: drop unneeded assignment in the nvkm_uvmm_mthd_page()Luo penghao2021-10-111-1/+1
| | * | drm/nouveau/nvenc: remove duplicate include in base.cyong yiran2021-10-111-1/+0
* | | | mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-2/+2
* | | | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-023-7/+5
|\| | |
| * | | BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie2021-10-2816-12/+338
| |\ \ \ | | | |/ | | |/|
| * | | drm: Update MST First Link Slot Information Based on Encoding FormatBhawanpreet Lakha2021-10-251-1/+1
| | |/ | |/|
| * | Revert "drm/nouveau: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL...Sean Paul2021-10-041-10/+5
| * | drm/nouveau: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos2021-10-011-5/+10
| * | drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld2021-09-291-2/+2
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-1442-335/+145
| |\ \
| * | | drm/ttm: remove ttm_tt_destroy_common v2Christian König2021-08-232-2/+0
| * | | drm/nouveau: unbind in nouveau_ttm_tt_unpopulateChristian König2021-08-232-2/+2
* | | | Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-11-021-7/+2
|\ \ \ \
| * | | | nouveau: ACPI: Use the ACPI_COMPANION() macro directlyRafael J. Wysocki2021-10-261-7/+2
| | |_|/ | |/| |
* | | | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | nouveau/svm: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-10-281-1/+1
| | |/ | |/|
* | | drm/nouveau/fifo: Reinstate the correct engine bit programmingMarek Vasut2021-10-151-1/+1
* | | drm/nouveau/debugfs: fix file release memory leakYang Yingliang2021-10-061-0/+1
* | | drm/nouveau/kms/nv50-: fix file release memory leakYang Yingliang2021-10-061-0/+1
* | | drm/nouveau: avoid a use-after-free when BO init failsJeremy Cline2021-10-061-3/+1
* | | drm/nouveau/fifo/ga102: initialise chid on return from channel creationBen Skeggs2021-10-061-0/+3
* | | drm/nouveau/ga102-: support ttm buffer moves via copy engineBen Skeggs2021-10-0610-6/+329
* | | drm/nouveau/kms/tu102-: delay enabling cursor until after assign_windowsBen Skeggs2021-10-061-1/+1
* | | drm/nouveau/nvkm: Replace -ENOSYS with -ENODEVGuenter Roeck2021-09-201-1/+1
|/ /
* | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-031-1/+1
|\ \
| * | swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang2021-07-131-1/+1
* | | Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-017-28/+197
|\ \ \ | | |/ | |/|
| * | drm: nouveau: fix disp.c build when NOUVEAU_BACKLIGHT is not enabledRandy Dunlap2021-08-051-2/+6
| * | Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-231-4/+4
| |\ \
| | * | vgaarb: don't pass a cookie to vga_client_registerChristoph Hellwig2021-07-211-3/+3
| | * | vgaarb: remove the unused irq_set_state argument to vga_client_registerChristoph Hellwig2021-07-211-1/+1
| | * | vgaarb: provide a vga_client_unregister wrapperChristoph Hellwig2021-07-211-1/+1
| * | | Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-217-23/+194
| |\| | | | |/ | |/|
| | * drm/nouveau: always wait for the exclusive fenceChristian König2021-07-081-1/+1
| | * drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
| | * drm/nouveau: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-3/+0