summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-12drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter1-22/+1
2014-11-21local: drm/exynos: fix dmabuf variable nameChanho Park1-2/+2
2014-11-21dma-buf: use reservation objectsMaarten Lankhorst1-2/+2
2014-11-18upstream: dma-buf: avoid using IS_ERR_OR_NULLColin Cross1-1/+1
2014-11-18drm/exynos: Remove tracking log functionsYoungJun Cho1-6/+0
2014-11-18drm/exynos: Remove redundant error messagesSachin Kamat1-1/+0
2014-11-18drm/exynos: Add missing includesMark Brown1-0/+1
2014-11-18drm/exynos: add cache operation backend callbacksInki Dae1-0/+34
2014-11-18drm/exynos: export a gem into dmabuf fd with O_RDWRInki Dae1-0/+2
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