linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm: Use iommu_paging_domain_alloc()
@ 2024-09-02  1:46 Lu Baolu
  2024-09-02  1:46 ` [PATCH v2 1/3] drm/nouveau/tegra: " Lu Baolu
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Lu Baolu @ 2024-09-02  1:46 UTC (permalink / raw)
  To: Karol Herbst, Lyude Paul, Danilo Krummrich, David Airlie,
	Daniel Vetter, Thierry Reding, Jonathan Hunter, Sandy Huang,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	Mikko Perttunen, Joerg Roedel, Will Deacon, Robin Murphy,
	Jason Gunthorpe, Kevin Tian
  Cc: dri-devel, nouveau, linux-tegra, linux-arm-kernel, linux-rockchip,
	linux-media, iommu, linux-kernel, 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.

A new helper named iommu_paging_domain_alloc() was introduced in the
iommu subsystem as a replacement of iommu_domain_alloc(). This helper
relies on the device for IOMMU API use instead of the bus.

The replacement work started from this series:

https://lore.kernel.org/linux-iommu/20240610085555.88197-1-baolu.lu@linux.intel.com/

Several patches have already been merged into the mainline kernel, but
we've decided to route all remaining ones through the subsystem tree.

Change log:
v2:
 - Patch 3/3: use dev->dev.parent as the input for
   iommu_paging_domain_alloc(), suggested by Thierry Reding.
   https://lore.kernel.org/linux-iommu/qyvyd2ftebjlgmzyayfvxsqa64c4wgx7keix3a6eexdspbvawy@a5ffnm5h5tgp/

v1:
 - https://lore.kernel.org/linux-iommu/20240812071034.9443-1-baolu.lu@linux.intel.com/

Lu Baolu (3):
  drm/nouveau/tegra: Use iommu_paging_domain_alloc()
  drm/rockchip: Use iommu_paging_domain_alloc()
  drm/tegra: Use iommu_paging_domain_alloc()

 drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c |  4 ++--
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c        | 10 +++++++---
 drivers/gpu/drm/tegra/drm.c                        |  5 +++--
 3 files changed, 12 insertions(+), 7 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-10-02 20:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02  1:46 [PATCH v2 0/3] drm: Use iommu_paging_domain_alloc() Lu Baolu
2024-09-02  1:46 ` [PATCH v2 1/3] drm/nouveau/tegra: " Lu Baolu
2024-09-04 19:06   ` Lyude Paul
2024-09-05 13:24     ` Jason Gunthorpe
2024-09-05 16:26       ` Lyude Paul
2024-09-09 13:51         ` Jason Gunthorpe
2024-09-10 19:34           ` Lyude Paul
2024-09-15 14:08         ` Jason Gunthorpe
2024-09-16 20:42           ` Lyude Paul
2024-10-01 13:35             ` Jason Gunthorpe
2024-10-02 20:03               ` Lyude Paul
2024-09-09 13:50   ` Thierry Reding
2024-09-02  1:46 ` [PATCH v2 2/3] drm/rockchip: " Lu Baolu
2024-09-02  1:47 ` [PATCH v2 3/3] drm/tegra: " Lu Baolu
2024-09-09 13:50   ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).