summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-1/+0Star
* drm/exynos: Add missing includesMark Brown2013-09-051-0/+1
* drm/exynos: explicit store base gem object in dma_buf->privInki Dae2013-08-191-4/+8
* drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter2013-08-191-22/+1Star
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-6/+0Star
* drm: prime: fix refcounting on the dmabuf import error pathImre Deak2013-05-011-1/+3
* drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae2013-01-251-14/+11Star
* drm/exynos: free sg object if dma_map_sg is failedInki Dae2013-01-251-0/+1
* drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim2013-01-081-0/+5
* drm/exynos: change file license to GPLInki Dae2013-01-041-18/+4Star
* drm/exynos: fix flags in dma buf exportingSeung-Woo Kim2013-01-041-1/+1
* drm/exynos: add dmabuf attach/detach callbacks.Inki Dae2012-12-131-31/+73
* drm/exynos: remove 'pages' and 'page_size' elements in exynos gem bufferPrathyush K2012-12-051-2/+1Star
* drm/exynos: remove unnecessary sg_alloc_table callPrathyush K2012-12-041-7/+1Star
* drm/exynos: add iommu support for exynos drm frameworkInki Dae2012-11-291-50/+37Star
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
* drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski2012-09-131-0/+7
* drm/exynos: set buffer type from exporter.Inki Dae2012-07-271-7/+20
* drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel2012-07-271-1/+1
* drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel2012-07-271-0/+4
* drm/exynos: added drm prime feature.Inki Dae2012-05-081-0/+272