[PATCH i-g-t 0/2] Multi-Tile Handling in IGT
nishit.sharma at intel.com
nishit.sharma at intel.com
Fri Jul 18 05:49:06 UTC 2025
From: Nishit Sharma <nishit.sharma at intel.com>
In multi-tile scenario it was assumed tile_id == gt_id which is
not always the case. The patch version 1 tracks the valid tile_id
and patch version 2 queries valid tile_id in order to check tile_ID
returned from UAPI is in order or out of order.
Nishit Sharma (2):
lib/xe: Track valid Tile IDs
tests/intel/xe_multi_tile: Multi-tile support in IGT
lib/igt_sysfs.c | 11 ++-
lib/xe/xe_query.c | 12 +++
lib/xe/xe_query.h | 8 ++
tests/intel/xe_multi_tile.c | 141 ++++++++++++++++++++++++++++++++++++
tests/meson.build | 1 +
5 files changed, 171 insertions(+), 2 deletions(-)
create mode 100644 tests/intel/xe_multi_tile.c
--
2.43.0
More information about the igt-dev
mailing list