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

Umesh Nerlige Ramappa umesh.nerlige.ramappa at intel.com
Fri Mar 7 19:48:08 UTC 2025


On Wed, Mar 05, 2025 at 11:25:57PM +0530, Sai Teja Pottumuttu wrote:
>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>

LGTM,

Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>

Thanks,
Umesh
>---
> 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