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

Kamil Konieczny kamil.konieczny at linux.intel.com
Wed Aug 20 07:46:13 UTC 2025


Hi Ashutosh,
On 2025-08-19 at 12:55:09 -0700, Ashutosh Dixit wrote:
> Fix XE_OA_FORMAT_PEC32u32_G2 format name typo.
> 
> Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>

Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.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