diff options
author | Inki Dae <inki.dae@samsung.com> | 2012-12-21 17:59:20 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2013-01-04 15:54:32 +0900 |
commit | c704f1b47d6cb4b61b2e120030088c2a7cefcc13 (patch) | |
tree | 9d0b313110b6dda6e7b622d50fc54b54dcca9fbe /include/drm | |
parent | f4fd9bd4863ebbccbcef113c03b9b628a8242a64 (diff) | |
download | linux-c704f1b47d6cb4b61b2e120030088c2a7cefcc13.tar.gz linux-c704f1b47d6cb4b61b2e120030088c2a7cefcc13.tar.bz2 linux-c704f1b47d6cb4b61b2e120030088c2a7cefcc13.zip |
drm/exynos: consider no iommu support to console framebuffer
This patch considers no iommu support to kernel space mapping
of console framebuffer.
Without iommu, we get physical address instead of device address
after dma_alloc_attrs function is called. So we should consider
the case without iommu when it maps console framebuffer with
kernel space.
Changelog v2:
- calll vunmap function only with iommu support.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'include/drm')
0 files changed, 0 insertions, 0 deletions