aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_prime.c
AgeCommit message (Expand)Author
2020-12-14drm/ttm: cleanup BO size handling v3Christian König
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-09-25drm/nouveau: Introduce GEM object functionsThomas Zimmermann
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann
2019-09-17drm/nouveau/prime: Extend DMA reservation object lockThierry Reding
2019-09-17drm/nouveau: Fix fallout from reservation object reworkThierry Reding
2019-08-27Merge tag 'drm-misc-next-2019-08-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg
2019-08-21drm/nouveau: Initialize GEM object before TTM objectThierry Reding
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-06drm/nouveau: use embedded gem objectGerd Hoffmann
2019-08-05dma-buf: add more reservation object locking wrappersChristian König
2019-07-31drm/nouveau: Fill out gem_object->resvDaniel Vetter
2017-02-17drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceBen Skeggs
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs
2014-12-02drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs
2014-10-01drm/nouveau: export reservation_object from dmabuf to ttmMaarten Lankhorst
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst
2013-10-09drm/nouveau: embed gem object in nouveau_boDavid Herrmann
2013-06-28drm/nouveau: implement prime helper unpin functionMaarten Lankhorst
2013-02-08drm/nouveau: use prime helpersAaron Plattner
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim
2012-11-29drm/nouveau: remove misleading comment from nouveau_prime_newMarcin Slusarz
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs
2012-10-03drm/nouveau: implement module init functions in nouveau_drm.cBen Skeggs
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-06-27drm/nouveau: add license header to prime.Dave Airlie
2012-05-31nouveau: add vmap support to nouveau prime supportDave Airlie
2012-05-31nouveau: add stub dma-buf mmap functionality.Dave Airlie
2012-05-23drm/nouveau/radeon: add static const to the dma-buf ops.Dave Airlie
2012-05-23nouveau: add PRIME supportDave Airlie