diff options
author | Kan Liang <[email protected]> | 2023-01-31 15:37:34 +0800 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2023-02-03 11:06:03 +0100 |
commit | 4db96bfe9d7772d6ddedd62ce478895999043fd7 (patch) | |
tree | f9a25cae45eb45608e7eb0f60447ecef0b11fc52 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e06d24435596c8afcaa81c0c498f5b0ec4ee2b7c (diff) |
iommu/vt-d: Support size of the register set in DRHD
A new field, which indicates the size of the remapping hardware register
set for this remapping unit, is introduced in the DMA-remapping hardware
unit definition (DRHD) structure with the VT-d Spec 4.0. With this
information, SW doesn't need to 'guess' the size of the register set
anymore.
Update the struct acpi_dmar_hardware_unit to reflect the field. Store the
size of the register set in struct dmar_drhd_unit for each dmar device.
The 'size' information is ResvZ for the old BIOS and platforms. Fall back
to the old guessing method. There is nothing changed.
Signed-off-by: Kan Liang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lu Baolu <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions