[PATCH i-g-t] tests/intel/xe-oa: Fix OA format name typo

Ashutosh Dixit ashutosh.dixit at intel.com
Tue Aug 19 19:55:09 UTC 2025


Fix XE_OA_FORMAT_PEC32u32_G2 format name typo.

Signed-off-by: Ashutosh Dixit <ashutosh.dixit 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 68c6ccf5b5..63b59028fc 100644
--- a/tests/intel/xe_oa.c
+++ b/tests/intel/xe_oa.c
@@ -285,7 +285,7 @@ static struct oa_format lnl_oa_formats[XE_OA_FORMAT_MAX] = {
 		.counter_size = 1,
 		.bc_report = 0 },
 	[XE_OA_FORMAT_PEC32u32_G2] = {
-		"PEC32u64_G2", .size = 192,
+		"PEC32u32_G2", .size = 192,
 		.oa_type = DRM_XE_OA_FMT_TYPE_PEC,
 		.report_hdr_64bit = true,
 		.counter_select = 6,
-- 
2.48.1



More information about the igt-dev mailing list