Searched refs:iommu_ports (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/msm/disp/mdp4/ |
| D | mdp4_kms.c | 160 static const char * const iommu_ports[] = { variable 176 iommu_ports, ARRAY_SIZE(iommu_ports)); in mdp4_destroy() 527 ret = aspace->mmu->funcs->attach(aspace->mmu, iommu_ports, in mdp4_kms_init() 528 ARRAY_SIZE(iommu_ports)); in mdp4_kms_init()
|
| /Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_kms.c | 33 static const char * const iommu_ports[] = { variable 728 mmu->funcs->detach(mmu, (const char **)iommu_ports, in _dpu_kms_mmu_destroy() 729 ARRAY_SIZE(iommu_ports)); in _dpu_kms_mmu_destroy() 755 ret = aspace->mmu->funcs->attach(aspace->mmu, iommu_ports, in _dpu_kms_mmu_init() 756 ARRAY_SIZE(iommu_ports)); in _dpu_kms_mmu_init()
|
| /Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_kms.c | 22 static const char *iommu_ports[] = { variable 237 iommu_ports, ARRAY_SIZE(iommu_ports)); in mdp5_kms_destroy() 740 ret = aspace->mmu->funcs->attach(aspace->mmu, iommu_ports, in mdp5_kms_init() 741 ARRAY_SIZE(iommu_ports)); in mdp5_kms_init()
|