diff options
author | Vasant Hegde <vasant.hegde@amd.com> | 2024-08-28 11:10:27 +0000 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2024-09-04 11:35:56 +0200 |
commit | 964877dc26232835d4465d9565399fe8ca4525e8 (patch) | |
tree | 3677a2a5cef33335c07cae29ef5e364c54420387 /drivers/usb/cdns3/cdns3-pci-wrap.c | |
parent | 845bd6ac43422671778120ec082d7ddcab035a1f (diff) |
iommu/amd: Make amd_iommu_domain_flush_complete() static
AMD driver uses amd_iommu_domain_flush_complete() function to make sure
IOMMU processed invalidation commands before proceeding. Ideally this
should be called from functions which updates DTE/invalidates caches.
There is no need to call this function explicitly. This patches makes
below changes :
- Rename amd_iommu_domain_flush_complete() -> domain_flush_complete()
and make it as static function.
- Rearrage domain_flush_complete() to avoid forward declaration.
- Update amd_iommu_update_and_flush_device_table() to call
domain_flush_complete().
Signed-off-by: Vasant Hegde <vasant.hegde@amd.com>
Reviewed-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Link: https://lore.kernel.org/r/20240828111029.5429-7-vasant.hegde@amd.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-pci-wrap.c')
0 files changed, 0 insertions, 0 deletions