[PATCH 0/2] tests/intel/xe_sriov_flr: Extend GGTT clearing checks
Lukasz Laguna <[email protected]> Thu, 30 Jul 2026 11:38:05 +0200
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
In addition to GPA clearing, verify that VFID and the page present bit are correctly set after VF FLR. On the occasion, add a shared xe_ggtt library with a common GGTT definitions. Lukasz Laguna (2): lib/xe/xe_ggtt: Extract generic GGTT code into library tests/intel/xe_sriov_flr: Extend GGTT clearing checks lib/meson.build | 1 + lib/xe/xe_ggtt.c | 37 +++++++++++++++++++++++++++++ lib/xe/xe_ggtt.h | 30 ++++++++++++++++++++++++ lib/xe/xe_mmio.h | 3 +-- tests/intel/xe_sriov_flr.c | 48 +++++++++++++++++++++++++++----------- 5 files changed, 104 insertions(+), 15 deletions(-) create mode 100644 lib/xe/xe_ggtt.c create mode 100644 lib/xe/xe_ggtt.h -- 2.43.0