commit | 1169af218010ec7420c2f66c10284047774ba96c | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Fri Dec 14 14:34:31 2012 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Fri Dec 14 15:40:26 2012 +0900 |
tree | 1d1f7d9ce5ebab94ab49ec43540c149fb12eb1d8 | |
parent | f2c0095acbf250b0e7a714bc42f7f32ddb34cfdf [diff] |
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>