Merge "msm: iommu: Use ttbr1 for graphics 2d devices" into msm-3.0

This commit is contained in:
Linux Build Service Account
2012-05-01 04:36:17 -07:00
committed by QuIC Gerrit Code Review

View File

@@ -376,11 +376,13 @@ static struct msm_iommu_dev gfx3d1_iommu = {
static struct msm_iommu_dev gfx2d0_iommu = { static struct msm_iommu_dev gfx2d0_iommu = {
.name = "gfx2d0", .name = "gfx2d0",
.ncb = 2, .ncb = 2,
.ttbr_split = 2,
}; };
static struct msm_iommu_dev gfx2d1_iommu = { static struct msm_iommu_dev gfx2d1_iommu = {
.name = "gfx2d1", .name = "gfx2d1",
.ncb = 2, .ncb = 2,
.ttbr_split = 2,
}; };
static struct msm_iommu_dev vcap_iommu = { static struct msm_iommu_dev vcap_iommu = {