mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-14 17:58:21 +02:00
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:
parent
0aff5e006c
commit
48bc6cbe38
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue