Loading drivers/gpu/msm/kgsl_iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -1461,7 +1461,7 @@ static int kgsl_iommu_setup_defaultpagetable(struct kgsl_mmu *mmu) /* If chip is not 8960 then we use the 2nd context bank for pagetable * switching on the 3D side for which a separate table is allocated */ if (!cpu_is_msm8960() && msm_soc_version_supports_iommu_v0()) { if (msm_soc_version_supports_iommu_v0()) { mmu->priv_bank_table = kgsl_mmu_getpagetable(mmu, KGSL_MMU_PRIV_BANK_TABLE_NAME); Loading Loading
drivers/gpu/msm/kgsl_iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -1461,7 +1461,7 @@ static int kgsl_iommu_setup_defaultpagetable(struct kgsl_mmu *mmu) /* If chip is not 8960 then we use the 2nd context bank for pagetable * switching on the 3D side for which a separate table is allocated */ if (!cpu_is_msm8960() && msm_soc_version_supports_iommu_v0()) { if (msm_soc_version_supports_iommu_v0()) { mmu->priv_bank_table = kgsl_mmu_getpagetable(mmu, KGSL_MMU_PRIV_BANK_TABLE_NAME); Loading