diff options
author | Dave Airlie <airlied@redhat.com> | 2016-07-15 06:05:41 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-07-15 06:05:41 +0200 |
commit | f82c13722275b6aca3a956a82846465ec789b367 (patch) | |
tree | 536bb8114e5180595fe3edcf9a14e2224dc59cfa /drivers/gpu/drm/exynos/Kconfig | |
parent | Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d... (diff) | |
parent | drm/exynos: iommu: add support for ARM64 specific code for IOMMU glue (diff) | |
download | linux-f82c13722275b6aca3a956a82846465ec789b367.tar.xz linux-f82c13722275b6aca3a956a82846465ec789b367.zip |
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
This pull request adds to the rework patch series for IOMMU
integration to support ARM64bit architecture with DMA-IOMMU
glue code.
With this patch series, Exynos DRM works well on Exynos5433 SoC
with IOMMU enabled.
* 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos:
drm/exynos: iommu: add support for ARM64 specific code for IOMMU glue
drm/exynos: iommu: move ARM specific code to exynos_drm_iommu.h
drm/exynos: iommu: remove unused entries from exynos_drm_private strcuture
drm/exynos: iommu: add a check if all sub-devices have iommu controller
drm/exynos: iommu: move dma_params configuration code to separate functions
Diffstat (limited to 'drivers/gpu/drm/exynos/Kconfig')
-rw-r--r-- | drivers/gpu/drm/exynos/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 1c7e14cf2781..83f61c513b7e 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -11,7 +11,7 @@ if DRM_EXYNOS config DRM_EXYNOS_IOMMU bool - depends on EXYNOS_IOMMU && ARM_DMA_USE_IOMMU + depends on EXYNOS_IOMMU default y comment "CRTCs" |