aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
AgeCommit message (Expand)Author
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst
2014-04-30drm/exynos: use %pad for dma_addr_tJingoo Han
2014-02-07dma-buf: avoid using IS_ERR_OR_NULLColin Cross
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat
2013-09-05drm/exynos: Add missing includesMark Brown
2013-08-19drm/exynos: explicit store base gem object in dma_buf->privInki Dae
2013-08-19drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho
2013-05-01drm: prime: fix refcounting on the dmabuf import error pathImre Deak
2013-01-25drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae
2013-01-25drm/exynos: free sg object if dma_map_sg is failedInki Dae
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim
2013-01-04drm/exynos: change file license to GPLInki Dae
2013-01-04drm/exynos: fix flags in dma buf exportingSeung-Woo Kim
2012-12-13drm/exynos: add dmabuf attach/detach callbacks.Inki Dae
2012-12-05drm/exynos: remove 'pages' and 'page_size' elements in exynos gem bufferPrathyush K
2012-12-04drm/exynos: remove unnecessary sg_alloc_table callPrathyush K
2012-11-29drm/exynos: add iommu support for exynos drm frameworkInki Dae
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-09-13drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski
2012-07-27drm/exynos: set buffer type from exporter.Inki Dae
2012-07-27drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel
2012-07-27drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel
2012-05-08drm/exynos: added drm prime feature.Inki Dae