commit | 17879a4100f15156b415f37190576f30a5cfae00 | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Fri Jun 17 09:54:26 2016 +0200 |
committer | Inki Dae <daeinki@gmail.com> | Wed Jul 13 23:06:06 2016 +0900 |
tree | bed5c345f441ef5357c3a584f0d710c3fafb7915 | |
parent | a9abb34f440bcd0ef6ef74c01b8f889a073996f3 [diff] |
drm/exynos: iommu: move ARM specific code to exynos_drm_iommu.h This patch moves all ARM 32bit DMA-mapping/IOMMU dependant code from exynos_drm_iommu.c to .h, to let it compile conditionally and prepare for adding support for other architectures/IOMMU glue code (like ARM 64bit with IOMMU-DMA glue). Later, when ARM 32bit and 64bit will be unified, this code can be removed. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>