Re: [PATCH v2 3/3] drm/tegra: Use iommu_paging_domain_alloc()

2024-09-09 Thread Thierry Reding
On Mon, Sep 02, 2024 at 09:47:00AM GMT, Lu Baolu wrote: > Commit <17de3f5fdd35> ("iommu: Retire bus ops") removes iommu ops from > the bus structure. The iommu subsystem no longer relies on bus for > operations. So iommu_domain_alloc() interface is no longer relevant. > > Replace iommu_domain_allo

[PATCH v2 3/3] drm/tegra: Use iommu_paging_domain_alloc()

2024-09-01 Thread Lu Baolu
Commit <17de3f5fdd35> ("iommu: Retire bus ops") removes iommu ops from the bus structure. The iommu subsystem no longer relies on bus for operations. So iommu_domain_alloc() interface is no longer relevant. Replace iommu_domain_alloc() with iommu_paging_domain_alloc() which takes the physical devi