Re: [PATCH 1/2] drm/msm/mdp4: move iommu_domain_alloc() call close to its usage

2022-06-15 Thread Abhinav Kumar
On 5/5/2022 6:50 AM, Dmitry Baryshkov wrote: Move iommu_domain_alloc() in front of adress space/IOMMU initialization. This allows us to drop it from struct mdp4_cfg_platform which remained from the pre-DT days. Signed-off-by: Dmitry Baryshkov Reviewed-by: Abhinav Kumar --- drivers/gpu/d

[PATCH 1/2] drm/msm/mdp4: move iommu_domain_alloc() call close to its usage

2022-05-05 Thread Dmitry Baryshkov
Move iommu_domain_alloc() in front of adress space/IOMMU initialization. This allows us to drop it from struct mdp4_cfg_platform which remained from the pre-DT days. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c | 8 drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.