drm/exynos: fix allocation and cache mapping type
authorInki Dae <inki.dae@samsung.com>
Fri, 14 Dec 2012 05:34:31 +0000 (14:34 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 14 Dec 2012 06:40:26 +0000 (15:40 +0900)
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.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_buf.c