Re: [PATCH v3 07/21] gpu: host1x: Use iommu_paging_domain_alloc()

2024-06-19 Thread Jason Gunthorpe
On Mon, Jun 10, 2024 at 04:55:41PM +0800, Lu Baolu wrote: > An iommu domain is allocated in host1x_iommu_attach() and is attached to > host->dev. Use iommu_paging_domain_alloc() to make it explicit. > > Signed-off-by: Lu Baolu > --- > drivers/gpu/host1x/dev.c | 7 --- > 1 file changed, 4 ins

[PATCH v3 07/21] gpu: host1x: Use iommu_paging_domain_alloc()

2024-06-10 Thread Lu Baolu
An iommu domain is allocated in host1x_iommu_attach() and is attached to host->dev. Use iommu_paging_domain_alloc() to make it explicit. Signed-off-by: Lu Baolu --- drivers/gpu/host1x/dev.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/host1x/dev.c b/driv