]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf9a8d1acbdab14950cbec87785ee8db99bb7bb3a
tree1d1f7d9ce5ebab94ab49ec43540c149fb12eb1d8
parente0545fd49a6aa60ea9019ee9361fa2401507d05b
drm/exynos: fix allocation and cache mapping type

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