summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/Makefile
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2013-08-08 11:18:32 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:44:05 +0900
commitacd0b1469fd1f714ef8b29c809b757d2081ea9a2 (patch)
tree9e02123d55940cd1be85eb143dc4f8639c59f4da /drivers/gpu/drm/exynos/Makefile
parent442a1c7602381e0c59f4b03df76ea29fbb7454ea (diff)
downloadlinux-3.10-acd0b1469fd1f714ef8b29c809b757d2081ea9a2.tar.gz
linux-3.10-acd0b1469fd1f714ef8b29c809b757d2081ea9a2.tar.bz2
linux-3.10-acd0b1469fd1f714ef8b29c809b757d2081ea9a2.zip
drm/exynos: add support for separate iommu mapping management by drm driver
This patch adds support for a single, shared iommu domain (mapping and address space) management for all Exynos DRM subdrivers. The registered high priority notifier ensures that IOMMU driver will not create default domains for all devices which will be handled by Exynos DRM subdrivers. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/Makefile')
-rw-r--r--drivers/gpu/drm/exynos/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/Makefile b/drivers/gpu/drm/exynos/Makefile
index 639b49e1ec0..a7c34f53212 100644
--- a/drivers/gpu/drm/exynos/Makefile
+++ b/drivers/gpu/drm/exynos/Makefile
@@ -9,6 +9,7 @@ exynosdrm-y := exynos_drm_drv.o exynos_drm_encoder.o exynos_drm_connector.o \
exynos_drm_plane.o
exynosdrm-$(CONFIG_DRM_EXYNOS_IOMMU) += exynos_drm_iommu.o
+exynosdrm-$(CONFIG_ARM_DMA_USE_IOMMU) += exynos_drm_iommu_init.o
exynosdrm-$(CONFIG_DRM_EXYNOS_DMABUF) += exynos_drm_dmabuf.o
exynosdrm-$(CONFIG_DRM_EXYNOS_FIMD) += exynos_drm_fimd.o
exynosdrm-$(CONFIG_DRM_EXYNOS_HDMI) += exynos_hdmi.o exynos_mixer.o \