Re: [PATCH 3/3] drm/tegra: Remove call to iommu_domain_alloc()

2024-09-01 Thread Baolu Lu
On 2024/8/28 23:27, Thierry Reding wrote: On Mon, Aug 12, 2024 at 03:10:34PM 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 r

Re: [PATCH 3/3] drm/tegra: Remove call to iommu_domain_alloc()

2024-08-28 Thread Thierry Reding
On Mon, Aug 12, 2024 at 03:10:34PM 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. > > Normally, iommu_paging_do

[PATCH 3/3] drm/tegra: Remove call to iommu_domain_alloc()

2024-08-12 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. Normally, iommu_paging_domain_alloc() could be a replacement for iommu_domain_alloc() if th