summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_prime.c
AgeCommit message (Expand)AuthorFilesLines
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