intel/perf: Add WCL OA support

WCL is mapped to PTL

Tested-by: Vishwanatha Fnu <fnu.vishwanatha@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42009>
This commit is contained in:
Sushma Venkatesh Reddy 2026-06-03 20:33:32 +00:00 committed by Marge Bot
parent 0aff5e006c
commit 48bc6cbe38

View file

@ -548,6 +548,7 @@ get_register_queries_function(const struct intel_device_info *devinfo)
case INTEL_PLATFORM_BMG:
return intel_oa_register_queries_bmg;
case INTEL_PLATFORM_PTL:
case INTEL_PLATFORM_WCL:
return intel_oa_register_queries_ptl;
default:
return NULL;