Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/xe/xe_query.c: Update subtest query-engines
@ 2023-04-28 11:44 janga.rahul.kumar
  2023-04-28 15:20 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/xe/xe_query.c: Update subtest query-engines (rev2) Patchwork
  2023-04-28 23:12 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  0 siblings, 2 replies; 7+ messages in thread
From: janga.rahul.kumar @ 2023-04-28 11:44 UTC (permalink / raw)
  To: igt-dev, ramadevi.gandi, janga.rahul.kumar; +Cc: sai.gowtham.ch

From: Janga Rahul Kumar <janga.rahul.kumar@intel.com>

Log engine instance and tile info along with engine type.

Reviewed-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
---
 tests/xe/xe_query.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/xe/xe_query.c b/tests/xe/xe_query.c
index 3f038225..94eb046c 100644
--- a/tests/xe/xe_query.c
+++ b/tests/xe/xe_query.c
@@ -183,8 +183,9 @@ test_query_engines(int fd)
 
 	xe_for_each_hw_engine(fd, hwe) {
 		igt_assert(hwe);
-		igt_info("engine %d: %s\n", i++,
-			xe_engine_class_string(hwe->engine_class));
+		igt_info("engine %d: %s, engine instance: %d, tile: TILE-%d\n", i++,
+			 xe_engine_class_string(hwe->engine_class), hwe->engine_instance,
+								    hwe->gt_id);
 	}
 
 	igt_assert(i > 0);
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [igt-dev] [PATCH i-g-t] tests/xe/xe_query.c: Update subtest query-engines
@ 2023-04-25 12:36 janga.rahul.kumar
  2023-04-27 11:58 ` Kumar, Janga Rahul
  0 siblings, 1 reply; 7+ messages in thread
From: janga.rahul.kumar @ 2023-04-25 12:36 UTC (permalink / raw)
  To: igt-dev, ramadevi.gandi, janga.rahul.kumar

From: Janga Rahul Kumar <janga.rahul.kumar@intel.com>

Log engine instance and tile info along with engine type.

Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
---
 tests/xe/xe_query.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/xe/xe_query.c b/tests/xe/xe_query.c
index 3f038225..161386d8 100644
--- a/tests/xe/xe_query.c
+++ b/tests/xe/xe_query.c
@@ -183,8 +183,9 @@ test_query_engines(int fd)
 
 	xe_for_each_hw_engine(fd, hwe) {
 		igt_assert(hwe);
-		igt_info("engine %d: %s\n", i++,
-			xe_engine_class_string(hwe->engine_class));
+		igt_info("engine %d: %s, engine instance: %d , tile: TILE-%d\n", i++,
+			 xe_engine_class_string(hwe->engine_class), hwe->engine_instance,
+								    hwe->gt_id);
 	}
 
 	igt_assert(i > 0);
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-04-28 23:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28 11:44 [igt-dev] [PATCH i-g-t] tests/xe/xe_query.c: Update subtest query-engines janga.rahul.kumar
2023-04-28 15:20 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/xe/xe_query.c: Update subtest query-engines (rev2) Patchwork
2023-04-28 23:12 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2023-04-25 12:36 [igt-dev] [PATCH i-g-t] tests/xe/xe_query.c: Update subtest query-engines janga.rahul.kumar
2023-04-27 11:58 ` Kumar, Janga Rahul
2023-04-27 12:20   ` Ch, Sai Gowtham
2023-04-28 11:47     ` Kumar, Janga Rahul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox