summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_prime.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-04drm/nouveau: implement new VM_BIND uAPIDanilo Krummrich1-1/+12
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-0/+1
2022-07-07drm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table()Jianglei Nie1-1/+0
2022-04-07dma-buf: wait for map to complete for static attachmentsChristian König1-16/+1
2021-06-22drm/nouveau: wait for moving fence after pinning v2Christian König1-1/+16
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-2/+2
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-20/+0
2020-09-25drm/nouveau: Introduce GEM object functionsThomas Zimmermann1-0/+2
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König1-6/+5
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann1-1/+1
2019-09-17drm/nouveau/prime: Extend DMA reservation object lockThierry Reding1-6/+14
2019-09-17drm/nouveau: Fix fallout from reservation object reworkThierry Reding1-3/+4
2019-08-27Merge tag 'drm-misc-next-2019-08-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-5/+11
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg1-1/+0
2019-08-21drm/nouveau: Initialize GEM object before TTM objectThierry Reding1-5/+11
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-3/+3
2019-08-06drm/nouveau: use embedded gem objectGerd Hoffmann1-2/+2
2019-08-05dma-buf: add more reservation object locking wrappersChristian König1-2/+2
2019-07-31drm/nouveau: Fill out gem_object->resvDaniel Vetter1-7/+0
2017-02-17drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceBen Skeggs1-1/+2
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs1-1/+1
2014-12-02drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs1-1/+1
2014-10-01drm/nouveau: export reservation_object from dmabuf to ttmMaarten Lankhorst1-1/+4
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst1-2/+3
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst1-0/+7
2013-10-09drm/nouveau: embed gem object in nouveau_boDavid Herrmann1-4/+6
2013-06-28drm/nouveau: implement prime helper unpin functionMaarten Lankhorst1-1/+8
2013-02-08drm/nouveau: use prime helpersAaron Plattner1-152/+21
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim1-0/+1
2012-11-29drm/nouveau: remove misleading comment from nouveau_prime_newMarcin Slusarz1-4/+0
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-5/+4
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-4/+4
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs1-1/+0
2012-10-03drm/nouveau: implement module init functions in nouveau_drm.cBen Skeggs1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-06-27drm/nouveau: add license header to prime.Dave Airlie1-0/+23
2012-05-31nouveau: add vmap support to nouveau prime supportDave Airlie1-0/+39
2012-05-31nouveau: add stub dma-buf mmap functionality.Dave Airlie1-0/+6
2012-05-23drm/nouveau/radeon: add static const to the dma-buf ops.Dave Airlie1-1/+1
2012-05-23nouveau: add PRIME supportDave Airlie1-0/+163