From: Inki Dae Date: Fri, 21 Dec 2012 08:59:20 +0000 (+0900) Subject: drm/exynos: consider no iommu support to console framebuffer X-Git-Tag: v3.8-rc3~6^2~3^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c704f1b47d6cb4b61b2e120030088c2a7cefcc13;p=pandora-kernel.git 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 Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed