[PATCH v2] drm/exynos: fix allocation and cache mapping type

2012-12-14 Thread Inki Dae
This patch fixes memory alloction(contiguous or not) and cache mapping types(cachable or not). For this, it converts each type from user request into dma attribute properly. Changelog v2: - just code cleanup. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park ---

[PATCH v2] drm/exynos: fix allocation and cache mapping type

2012-12-13 Thread Inki Dae
This patch fixes memory alloction(contiguous or not) and cache mapping types(cachable or not). For this, it converts each type from user request into dma attribute properly. Changelog v2: - just code cleanup. Signed-off-by: Inki Dae inki@samsung.com Signed-off-by: Kyungmin Park