diff options
author | Vasant Hegde <vasant.hegde@amd.com> | 2024-08-28 14:10:27 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2024-09-04 12:35:56 +0300 |
commit | 964877dc26232835d4465d9565399fe8ca4525e8 (patch) | |
tree | 3677a2a5cef33335c07cae29ef5e364c54420387 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 845bd6ac43422671778120ec082d7ddcab035a1f (diff) | |
download | linux-964877dc26232835d4465d9565399fe8ca4525e8.tar.xz |
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 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions