Merge "msm: iommu: Use ttbr1 for graphics 2d devices" into msm-3.0
This commit is contained in:
committed by
QuIC Gerrit Code Review
commit
f3de62fb2b
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user