aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-16drm/exynos: use prime helpersJoonyoung Shim1-289/+0
2015-08-16drm/exynos: stop copying sg tableJoonyoung Shim1-35/+20
2015-08-16drm/exynos: stop using sgtable in page fault handlerJoonyoung Shim1-0/+18
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-2/+7
2015-02-07drm/exynos: remove to use unnecessary MODULE_xxx macroJoonyoung Shim1-4/+0
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst1-1/+1
2014-04-30drm/exynos: use %pad for dma_addr_tJingoo Han1-1/+1
2014-02-07dma-buf: avoid using IS_ERR_OR_NULLColin Cross1-1/+1
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-1/+0
2013-09-05drm/exynos: Add missing includesMark Brown1-0/+1
2013-08-19drm/exynos: explicit store base gem object in dma_buf->privInki Dae1-4/+8
2013-08-19drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter1-22/+1
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho1-6/+0
2013-05-01drm: prime: fix refcounting on the dmabuf import error pathImre Deak1-1/+3
2013-01-25drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae1-14/+11
2013-01-25drm/exynos: free sg object if dma_map_sg is failedInki Dae1-0/+1
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim1-0/+5
2013-01-04drm/exynos: change file license to GPLInki Dae1-18/+4
2013-01-04drm/exynos: fix flags in dma buf exportingSeung-Woo Kim1-1/+1
2012-12-13drm/exynos: add dmabuf attach/detach callbacks.Inki Dae1-31/+73
2012-12-05drm/exynos: remove 'pages' and 'page_size' elements in exynos gem bufferPrathyush K1-2/+1
2012-12-04drm/exynos: remove unnecessary sg_alloc_table callPrathyush K1-7/+1
2012-11-29drm/exynos: add iommu support for exynos drm frameworkInki Dae1-50/+37
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-09-13drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski1-0/+7
2012-07-27drm/exynos: set buffer type from exporter.Inki Dae1-7/+20
2012-07-27drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel1-1/+1
2012-07-27drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel1-0/+4
2012-05-08drm/exynos: added drm prime feature.Inki Dae1-0/+272