intel/perf: Add OA support to ARL
ARL has enough differences in OA files to have its own set of files. Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31685>
This commit is contained in:
committed by
Marge Bot
parent
5882b5b93b
commit
27fef94851
@@ -469,6 +469,13 @@ get_register_queries_function(const struct intel_device_info *devinfo)
|
||||
if (intel_device_info_eu_total(devinfo) <= 128)
|
||||
return intel_oa_register_queries_mtlgt3;
|
||||
return NULL;
|
||||
case INTEL_PLATFORM_ARL_U:
|
||||
case INTEL_PLATFORM_ARL_H:
|
||||
if (intel_device_info_eu_total(devinfo) <= 64)
|
||||
return intel_oa_register_queries_arlgt1;
|
||||
if (intel_device_info_eu_total(devinfo) <= 128)
|
||||
return intel_oa_register_queries_arlgt2;
|
||||
return NULL;
|
||||
case INTEL_PLATFORM_LNL:
|
||||
return intel_oa_register_queries_lnl;
|
||||
case INTEL_PLATFORM_BMG:
|
||||
|
||||
@@ -9,6 +9,7 @@ intel_hw_metrics = [
|
||||
'tglgt1', 'tglgt2', 'rkl', 'dg1', 'adl',
|
||||
'acmgt1', 'acmgt2', 'acmgt3',
|
||||
'mtlgt2', 'mtlgt3',
|
||||
'arlgt1', 'arlgt2',
|
||||
'lnl',
|
||||
'bmg',
|
||||
]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user