Searched refs:iommu_ports (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/ |
| D | mdp4_kms.c | 157 static const char * const iommu_ports[] = { variable 173 iommu_ports, ARRAY_SIZE(iommu_ports)); in mdp4_destroy() 517 ret = aspace->mmu->funcs->attach(aspace->mmu, iommu_ports, in mdp4_kms_init() 518 ARRAY_SIZE(iommu_ports)); in mdp4_kms_init()
|
| /Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_kms.c | 26 static const char *iommu_ports[] = { variable 229 iommu_ports, ARRAY_SIZE(iommu_ports)); in mdp5_kms_destroy() 724 ret = aspace->mmu->funcs->attach(aspace->mmu, iommu_ports, in mdp5_kms_init() 725 ARRAY_SIZE(iommu_ports)); in mdp5_kms_init()
|
| /Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_kms.c | 42 static const char * const iommu_ports[] = { variable 886 mmu->funcs->detach(mmu, (const char **)iommu_ports, in _dpu_kms_mmu_destroy() 887 ARRAY_SIZE(iommu_ports)); in _dpu_kms_mmu_destroy() 912 ret = aspace->mmu->funcs->attach(aspace->mmu, iommu_ports, in _dpu_kms_mmu_init() 913 ARRAY_SIZE(iommu_ports)); in _dpu_kms_mmu_init()
|