summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_buf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: fix return value check in lowlevel_buffer_allocate()Wei Yongjun2013-09-161-2/+2
* drm/exynos: Fix address space warning in exynos_drm_buf.cSachin Kamat2013-09-161-1/+2
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-3/+1Star
* drm/exynos: Remove redundant NULL check in exynos_drm_bufSachin Kamat2013-09-051-5/+0Star
* drm/exynos: remove duplicated error routine and unnecessary assignSeung-Woo Kim2013-07-041-3/+3
* drm/exynos: fix pages allocation size in lowlevel_buffer_allocateYoungJun Cho2013-07-041-1/+1
* drm/exynos: use drm_calloc_large when allocates pointer arrayYoungJun Cho2013-07-041-5/+4Star
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-7/+0Star
* drm/exynos: fix gem buffer allocation type checkingInki Dae2013-01-041-1/+1
* drm/exynos: consider buffer allocation without iommuInki Dae2013-01-041-7/+48
* drm/exynos: change file license to GPLInki Dae2013-01-041-18/+4Star
* drm/exynos: fix allocation and cache mapping typeInki Dae2012-12-141-2/+16
* drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attributeInki Dae2012-12-131-20/+11Star
* drm/exynos: remove 'pages' and 'page_size' elements in exynos gem bufferPrathyush K2012-12-051-20/+0Star
* drm/exynos: add iommu support for exynos drm frameworkInki Dae2012-11-291-56/+32Star
* 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: added drm prime feature.Inki Dae2012-05-081-6/+6
* drm/exynos: fixed duplicated page allocation bug.Inki Dae2012-04-031-25/+9Star
* drm/exynos: fixed page align and code clean.Inki Dae2012-04-031-8/+5Star
* drm/exynos: update gem and buffer framework.Inki Dae2012-03-201-35/+156
* drm/exynos: gem code cleanupJoonyoung Shim2011-12-291-3/+2Star
* drm/exynos: changed buffer structure.Inki Dae2011-11-151-28/+32
* drm/exynos: removed unnecessary variable.Inki Dae2011-11-151-2/+0Star
* DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae2011-10-051-0/+110