[PATCH] drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attribute

2012-12-07 Thread Inki Dae
When gem allocation is requested, kernel space mapping isn't needed. But if need, such as console framebuffer, the physical pages would be mapped with kernel space though vmap function. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_buf.c | 28 +++

[PATCH] drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attribute

2012-12-07 Thread Inki Dae
When gem allocation is requested, kernel space mapping isn't needed. But if need, such as console framebuffer, the physical pages would be mapped with kernel space though vmap function. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_buf.c | 28 +++