commit | 9aa3821bb2e4a4eb29372492a4ab9a9d7ff757e0 | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Thu Feb 11 12:32:07 2016 +0100 |
committer | Inki Dae <daeinki@gmail.com> | Tue Mar 01 23:37:15 2016 +0900 |
tree | a81753a2e9a605019205b638c2923b064f0e17bb | |
parent | f3fb3d82379553f5626c1bb13e3a400434260eed [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>