aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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