summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: use the new interator in nv50_wndw_prepare_fbChristian König2021-10-291-1/+9
* drm/nouveau: use the new iterator in nouveau_fence_syncChristian König2021-10-221-36/+12
* 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
* 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
|\
| * 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: rip out nvkm_client.superBen Skeggs2021-08-1824-120/+27
| * | | drm/nouveau: block a bunch of classes from userspaceBen Skeggs2021-08-184-15/+48
| * | | drm/nouveau/fifo/nv50-: rip out dma channelsBen Skeggs2021-08-187-194/+0
| * | | drm/nouveau/kms/nv50: workaround EFI GOP window channel format differencesBen Skeggs2021-08-183-4/+37
| * | | drm/nouveau/disp: power down unused DP links during initBen Skeggs2021-08-183-1/+11
| * | | drm/nouveau: recognise GA107Ben Skeggs2021-08-181-0/+21
| * | | drm/nouveau: init the base GEM fields for internal BOsChristian König2021-07-191-0/+6
| | |/ | |/|
* | | 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
| |/ |/|
* | 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
| * drm/nouveau: init the base GEM fields for internal BOsChristian König2021-06-101-0/+6
| * drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveauLyude Paul2021-06-094-18/+186
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-024-23/+141
|\ \
| * | nouveau/svm: implement atomic SVM accessAlistair Popple2021-07-014-11/+123
| * | nouveau/svm: refactor nouveau_range_faultAlistair Popple2021-07-011-14/+20
| * | mm: rename migrate_pgmap_ownerAlistair Popple2021-07-011-1/+1
* | | Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-07-0120-173/+149
|\ \ \ | | |/ | |/|
| * | dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-2/+2
| * | dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König2021-06-061-1/+1
| * | dma-buf: rename and cleanup dma_resv_get_list v2Christian König2021-06-061-1/+1
| * | dma-buf: rename and cleanup dma_resv_get_excl v3Christian König2021-06-062-2/+2
| * | drm/ttm: flip the switch for driver allocated resources v2Christian König2021-06-044-35/+30
| * | drm/nouveau: switch the TTM backends to self allocChristian König2021-06-042-0/+5
| * | drm/ttm: flip over the range manager to self allocated nodesChristian König2021-06-041-0/+2
| * | drm/ttm: allocate resource object instead of embedding it v2Christian König2021-06-041-1/+1
| * | drm/nouveau/nvkm/subdev/mc/tu102: Make functions called by reference staticLee Jones2021-06-031-3/+3
| * | drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-028-30/+30