[igt-dev] [PATCH v2 30/64] fixup! xe: s/hw_engine/engine

Francois Dugast francois.dugast at intel.com
Fri Nov 3 14:43:25 UTC 2023


From: Rodrigo Vivi <rodrigo.vivi at intel.com>

Except debugfs because that was not yet renamed in the kernel.
---
 tests/intel/xe_debugfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/intel/xe_debugfs.c b/tests/intel/xe_debugfs.c
index ff5d3ba86..60ddceda7 100644
--- a/tests/intel/xe_debugfs.c
+++ b/tests/intel/xe_debugfs.c
@@ -156,7 +156,7 @@ test_gt(int fd, int gt_id)
 		"steering",
 		"topology",
 		"sa_info",
-		"engines",
+		"hw_engines",
 //		"force_reset"
 	};
 	static const char * const expected_files_uc[] = {
@@ -166,7 +166,7 @@ test_gt(int fd, int gt_id)
 //		"guc_ct_selftest"
 	};
 
-	sprintf(name, "gt%d/engines", gt_id);
+	sprintf(name, "gt%d/hw_engines", gt_id);
 	igt_assert(igt_debugfs_exists(fd, name, O_RDONLY));
 	igt_debugfs_dump(fd, name);
 
-- 
2.34.1



More information about the igt-dev mailing list