From: Thierry Reding Date: Mon, 20 Mar 2017 19:04:20 +0000 (+0100) Subject: drm/tegra: Enable IOVA API when IOMMU support is enabled X-Git-Tag: v4.14-rc1~983^2^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=398cbaadecdd168fe175d559ddb1671dfa11e582;p=platform%2Fkernel%2Flinux-rpi.git drm/tegra: Enable IOVA API when IOMMU support is enabled When support for an IOMMU has been enabled, make sure the IOVA helper code is also activated and the driver can properly manage the IO virtual address space. Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig index bbf5a4b..2db29d6 100644 --- a/drivers/gpu/drm/tegra/Kconfig +++ b/drivers/gpu/drm/tegra/Kconfig @@ -7,6 +7,7 @@ config DRM_TEGRA select DRM_MIPI_DSI select DRM_PANEL select TEGRA_HOST1X + select IOMMU_IOVA if IOMMU_SUPPORT help Choose this option if you have an NVIDIA Tegra SoC.