[PATCH i-g-t] tests/intel/xe_oa: Don't limit oa-formats to render engine

Sai Teja Pottumuttu sai.teja.pottumuttu at intel.com
Wed Mar 5 17:55:57 UTC 2025


oa-formats test need not be limited to render engine only. Extend
it to use any engine using __for_one_hwe_in_oag macro instead.

Signed-off-by: Sai Teja Pottumuttu <sai.teja.pottumuttu at intel.com>
---
 tests/intel/xe_oa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/xe_oa.c b/tests/intel/xe_oa.c
index a72def0fe..81f2a7e0c 100644
--- a/tests/intel/xe_oa.c
+++ b/tests/intel/xe_oa.c
@@ -4717,7 +4717,7 @@ igt_main
 		test_missing_sample_flags();
 
 	igt_subtest_with_dynamic("oa-formats")
-		__for_one_render_engine(hwe)
+		__for_one_hwe_in_oag(hwe)
 			test_oa_formats(hwe);
 
 	igt_subtest("invalid-oa-exponent")
-- 
2.34.1



More information about the igt-dev mailing list