aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
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/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
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie8-39/+36
2021-03-12drm/nouveau: fix dma syncing for loops (v2)Dave Airlie1-2/+4
2021-03-05Merge branch '00.00-inst' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-0/+3
2021-03-02drm/nouveau/fifo/gk104-gp1xx: fix creation of sw classBen Skeggs1-0/+3
2021-02-25drm/nouveau/ttm: constify static vm_operations_structRikard Falkeborn1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+4
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-2/+3
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds534-5002/+5589
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus1-6/+3
2021-02-12Merge tag 'drm-misc-next-fixes-2021-02-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+0
2021-02-11drm/nouveau/top/ga100: initial supportBen Skeggs5-2/+116
2021-02-11drm/nouveau/top: add ioctrl/nvjpgBen Skeggs2-0/+4
2021-02-11drm/nouveau/privring: rename from ibusBen Skeggs20-156/+155
2021-02-11drm/nouveau/nvkm: remove nvkm_subdev.indexBen Skeggs4-11/+3
2021-02-11drm/nouveau/nvkm: determine subdev id/order from layoutBen Skeggs2-99/+14
2021-02-11drm/nouveau/vic: switch to instanced constructorBen Skeggs8-33/+7
2021-02-11drm/nouveau/sw: switch to instanced constructorBen Skeggs14-114/+102
2021-02-11drm/nouveau/sec2: switch to instanced constructorBen Skeggs10-27/+27
2021-02-11drm/nouveau/sec: switch to instanced constructorBen Skeggs9-19/+11
2021-02-11drm/nouveau/pm: switch to instanced constructorBen Skeggs18-86/+83
2021-02-11drm/nouveau/nvenc: switch to instanced constructorBen Skeggs8-50/+24