Re: [PATCH 1/2] media: nvidia: tegra: Use iommu_paging_domain_alloc()

From: Jason Gunthorpe
Date: Sun Sep 15 2024 - 10:08:36 EST


On Thu, Aug 29, 2024 at 05:25:12PM +0200, Thierry Reding wrote:
> On Mon, Aug 12, 2024 at 03:21:04PM GMT, Lu Baolu wrote:
> > An iommu domain is allocated in tegra_vde_iommu_init() and is attached to
> > vde->dev. Use iommu_paging_domain_alloc() to make it explicit.
> >
> > Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
> > Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
> > Link: https://lore.kernel.org/r/20240610085555.88197-9-baolu.lu@xxxxxxxxxxxxxxx
> > ---
> > drivers/media/platform/nvidia/tegra-vde/iommu.c | 7 ++++---
> > 1 file changed, 4 insertions(+), 3 deletions(-)
>
> Acked-by: Thierry Reding <treding@xxxxxxxxxx>

Can someone please pick this up for this cycle? This is one of the
last two call sites before we can delete this API. Things are waiting
on this.

Jason