commit | e76121082d29d385e2829fee792208520dada28d | [log] [tgz] |
---|---|---|
author | Mostafa Saleh <smostafa@google.com> | Thu Dec 05 12:52:42 2024 +0000 |
committer | Mostafa Saleh <smostafa@google.com> | Fri Dec 06 18:40:54 2024 +0000 |
tree | 9b9899b77531a91005bba4248ff75e82d86b4956 | |
parent | 035d58586aadd9a92bb75b32ef125b7147f5a141 [diff] |
iommu/arm-smmu-v3-kvm: Support command queue batching Similar to the kernel driver, we can batch commands at EL2 to avoid writing to MMIO space, this is quite noticable if the SMMU doesn't support range invalidation so it has to invalidate page per page. Signed-off-by: Mostafa Saleh <smostafa@google.com>