On Mon, Jan 30, 2023 at 12:38:10PM -0600, Bjorn Helgaas wrote: > Sorry, I'm still confused. PCI_PASID_XLATED_REQ_ONLY is a > device-specific property, and you want to opt-in AMD graphics devices. > Where's the AMD graphics-specific change? The current patch does > this: > > pdev_pri_ats_enable > pci_enable_pasid(pdev, 0, PCI_PASID_XLATED_REQ_ONLY) > > which looks like it does it for *all* devices below an AMD IOMMU, > without any device or driver input. AMD GPU has a private interface to AMD IOMMU to support PASID support that only it uses. When AMD's IOMMU driver is cleaned up to use the common PASID API this will have to be moved into the GPU driver. But we are not there yet.. Jason