diff --git a/arch/arm/mach-msm/devices-iommu.c b/arch/arm/mach-msm/devices-iommu.c index 29e8180c657..9a03afdef4d 100644 --- a/arch/arm/mach-msm/devices-iommu.c +++ b/arch/arm/mach-msm/devices-iommu.c @@ -376,11 +376,13 @@ static struct msm_iommu_dev gfx3d1_iommu = { static struct msm_iommu_dev gfx2d0_iommu = { .name = "gfx2d0", .ncb = 2, + .ttbr_split = 2, }; static struct msm_iommu_dev gfx2d1_iommu = { .name = "gfx2d1", .ncb = 2, + .ttbr_split = 2, }; static struct msm_iommu_dev vcap_iommu = {