iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove locking
authorSuravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Thu, 25 Aug 2022 06:39:34 +0000 (06:39 +0000)
committerJoerg Roedel <jroedel@suse.de>
Wed, 7 Sep 2022 14:12:34 +0000 (16:12 +0200)
commit43312b710b11a085ec81eb7d1878f8858045ae2b
tree6cc508f9c120c8adb0231c42b8f7130d17aee829
parent6b080c4e815ceba3c08ffa980c858595c07e786a
iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove locking

The current function to enable IOMMU v2 also lock the domain.
In order to reuse the same code in different code path, in which
the domain has already been locked, refactor the function to separate
the locking from the enabling logic.

Co-developed-by: Vasant Hegde <vasant.hegde@amd.com>
Signed-off-by: Vasant Hegde <vasant.hegde@amd.com>
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Link: https://lore.kernel.org/r/20220825063939.8360-5-vasant.hegde@amd.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd/iommu.c