[igt-dev] [PATCH v2 0/4] Handle GT and tile seperation in IGT

Himal Prasad Ghimiray himal.prasad.ghimiray at intel.com
Fri Jun 23 11:49:42 UTC 2023


With seperation of GT and tiles in KMD, we will have sysfs entries
for properties associated with tile and gtX sysfs parent will be moving
under tileX. This series provides helper functions for accessing tile
associated sysfs entries and gt specific sysfs under respective tile.

series addresses gt related sysfs path change for xe_guc_pc.c test case 
and introduces new test to verify addr_range for each vram.

Cc: Francois Dugast <francois.dugast at intel.com>
Cc: Aravind Iddamsetty <aravind.iddamsetty at intel.com>
Cc: Upadhyay <tejas.upadhyay at intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>

Himal Prasad Ghimiray (4):
  lib/igt_sysfs: Add support to query number of tiles
  lib/igt_sysfs: Handling gt related sysfs uapi changes
  tests/xe/xe_guc_pc: Change the sysfs paths
  tests/xe/xe_sysfs_tile_prop: adds new test to verify per tile vram
    addr_range

 lib/igt_sysfs.c               |  30 +++++
 lib/igt_sysfs.h               |  14 +++
 tests/meson.build             |   1 +
 tests/xe/xe_guc_pc.c          | 202 +++++++++++++++++-----------------
 tests/xe/xe_sysfs_tile_prop.c |  67 +++++++++++
 5 files changed, 214 insertions(+), 100 deletions(-)
 create mode 100644 tests/xe/xe_sysfs_tile_prop.c

-- 
2.25.1



More information about the igt-dev mailing list