aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
Commit message (Expand)AuthorAge
* dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-21
* drm/exynos: remove to use unnecessary MODULE_xxx macroJoonyoung Shim2015-02-07
* dma-buf: use reservation objectsMaarten Lankhorst2014-07-08
* drm/exynos: use %pad for dma_addr_tJingoo Han2014-04-29
* dma-buf: avoid using IS_ERR_OR_NULLColin Cross2014-02-07
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-05
* drm/exynos: Add missing includesMark Brown2013-09-05
* drm/exynos: explicit store base gem object in dma_buf->privInki Dae2013-08-18
* drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter2013-08-18
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-28
* drm: prime: fix refcounting on the dmabuf import error pathImre Deak2013-04-30
* drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae2013-01-25
* drm/exynos: free sg object if dma_map_sg is failedInki Dae2013-01-25
* drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim2013-01-07
* drm/exynos: change file license to GPLInki Dae2013-01-04
* drm/exynos: fix flags in dma buf exportingSeung-Woo Kim2013-01-04
* drm/exynos: add dmabuf attach/detach callbacks.Inki Dae2012-12-13
* drm/exynos: remove 'pages' and 'page_size' elements in exynos gem bufferPrathyush K2012-12-05
* drm/exynos: remove unnecessary sg_alloc_table callPrathyush K2012-12-04
* drm/exynos: add iommu support for exynos drm frameworkInki Dae2012-11-29
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-02
* drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski2012-09-12
* drm/exynos: set buffer type from exporter.Inki Dae2012-07-26
* drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel2012-07-26
* drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel2012-07-26
* drm/exynos: added drm prime feature.Inki Dae2012-05-08