aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-16drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.cJoonyoung Shim1-170/+0
2015-08-16drm/exynos: stop using sgtable in page fault handlerJoonyoung Shim1-16/+0
2015-02-07drm/exynos: fix DMA_ATTR_NO_KERNEL_MAPPING usageCarlo Caione1-3/+3
2013-09-16drm/exynos: fix return value check in lowlevel_buffer_allocate()Wei Yongjun1-2/+2
2013-09-16drm/exynos: Fix address space warning in exynos_drm_buf.cSachin Kamat1-1/+2
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
2013-09-05drm/exynos: Remove redundant NULL check in exynos_drm_bufSachin Kamat1-5/+0
2013-07-04drm/exynos: remove duplicated error routine and unnecessary assignSeung-Woo Kim1-3/+3
2013-07-04drm/exynos: fix pages allocation size in lowlevel_buffer_allocateYoungJun Cho1-1/+1
2013-07-04drm/exynos: use drm_calloc_large when allocates pointer arrayYoungJun Cho1-5/+4
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho1-7/+0
2013-01-04drm/exynos: fix gem buffer allocation type checkingInki Dae1-1/+1
2013-01-04drm/exynos: consider buffer allocation without iommuInki Dae1-7/+48
2013-01-04drm/exynos: change file license to GPLInki Dae1-18/+4
2012-12-14drm/exynos: fix allocation and cache mapping typeInki Dae1-2/+16
2012-12-13drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attributeInki Dae1-20/+11
2012-12-05drm/exynos: remove 'pages' and 'page_size' elements in exynos gem bufferPrathyush K1-20/+0
2012-11-29drm/exynos: add iommu support for exynos drm frameworkInki Dae1-56/+32
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-05-08drm/exynos: added drm prime feature.Inki Dae1-6/+6
2012-04-03drm/exynos: fixed duplicated page allocation bug.Inki Dae1-25/+9
2012-04-03drm/exynos: fixed page align and code clean.Inki Dae1-8/+5
2012-03-20drm/exynos: update gem and buffer framework.Inki Dae1-35/+156
2011-12-29drm/exynos: gem code cleanupJoonyoung Shim1-3/+2
2011-11-15drm/exynos: changed buffer structure.Inki Dae1-28/+32
2011-11-15drm/exynos: removed unnecessary variable.Inki Dae1-2/+0
2011-10-05DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae1-0/+110