aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave 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-misc into drm-nextDave Airlie7-23/+194
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
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds4-0/+4
2021-06-24drm/nouveau: fix dma_address check for CPU/GPU syncChristian König1-2/+2
2021-06-22drm/nouveau: wait for moving fence after pinning v2Christian König1-1/+16
2021-06-10drm/nouveau: init the base GEM fields for internal BOsChristian König1-0/+6
2021-06-09drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveauLyude Paul4-18/+186
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-2/+2
2021-06-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König1-1/+1
2021-06-06dma-buf: rename and cleanup dma_resv_get_list v2Christian König1-1/+1
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König2-2/+2
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König4-35/+30
2021-06-04drm/nouveau: switch the TTM backends to self allocChristian König2-0/+5
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König1-0/+2
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König1-1/+1
2021-06-03drm/nouveau/clk: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-06-03drm/nouveau/therm: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-06-03drm/nouveau: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-06-03drm/nouveau/nvkm/subdev/mc/tu102: Make functions called by reference staticLee Jones1-3/+3
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König8-30/+30
2021-05-27drm/dp_mst: Use kHz as link rate units when settig source max link caps at initNikola Cornij1-2/+3
2021-05-26drm/nouveau: Implement mmap as GEM object functionThomas Zimmermann5-61/+38
2021-05-17drm/nouveau: Don't include drm_legacy.hThomas Zimmermann1-2/+0
2021-05-13drm/nouveau: Remove invalid reference to struct drm_device.pdevThomas Zimmermann1-1/+2
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2021-05-06drm/nouveau: Don't set allow_fb_modifiers explicitlyDaniel Vetter1-1/+0
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-1/+1
2021-04-29drm/dp_mst: Use Extended Base Receiver Capability DPCD spaceNikola Cornij1-1/+2
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul1-0/+1
2021-04-27drm/nouveau/kms/nv50-: Move AUX adapter reg to connector late register/early unregisterLyude Paul1-5/+20
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard2-1/+20
2021-04-19drm/nouveau: use bo->base.size instead of mem->num_pagesChristian König3-9/+8
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-1/+2
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter2-1/+20
2021-04-11drm/nouveau: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann3-21/+2
2021-03-25drm/nouveau/kms/nve4-nv108: Limit cursors to 128x128Lyude Paul1-1/+12
2021-03-19swiotlb: remove swiotlb_nr_tblChristoph Hellwig1-1/+1
2021-03-19nouveau: Skip unvailable ttm page entriesTobias Klausmann1-0/+8
2021-03-16drm/nouveau: clean up nouveau_bo_move_ntfyChristian König1-8/+5