commit | d380a1632c4e036d50c898e874a194fd4bf8bdee | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Thu Feb 11 12:32:07 2016 +0100 |
committer | Inki Dae <daeinki@gmail.com> | Mon Feb 15 23:25:23 2016 +0900 |
tree | 8652b19ee47bc3707f3d268db245cba97dc304c4 | |
parent | 74ebc70622c95b3e767f62b73a3ef624c913e5dd [diff] |
drm/exynos: fix incorrect cpu address for dma_mmap_attrs() dma_mmap_attrs() should be called with cpu address returned by dma_alloc_attrs(). Existing code however passed pages array base as cpu address. This worked only by a pure luck on ARM architecture. This patch fixes this issue. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>