intel/perf: add RKL support
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Marcin Ślusarz <marcin.slusarz@intel.com> Acked-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6518>
This commit is contained in:

committed by
Marge Bot

parent
4d6741b11b
commit
1b335bc55a
@@ -363,7 +363,8 @@ GEN_PERF_XML_FILES = \
|
||||
perf/oa-icl.xml \
|
||||
perf/oa-ehl.xml \
|
||||
perf/oa-tglgt1.xml \
|
||||
perf/oa-tglgt2.xml
|
||||
perf/oa-tglgt2.xml \
|
||||
perf/oa-rkl.xml
|
||||
|
||||
GEN_PERF_FILES = \
|
||||
perf/gen_perf.c \
|
||||
|
@@ -475,6 +475,8 @@ get_register_queries_function(const struct gen_device_info *devinfo)
|
||||
if (devinfo->gt == 2)
|
||||
return gen_oa_register_queries_tglgt2;
|
||||
}
|
||||
if (devinfo->is_rocketlake)
|
||||
return gen_oa_register_queries_rkl;
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
@@ -6,7 +6,7 @@ gen_hw_metrics = [
|
||||
'cflgt2', 'cflgt3',
|
||||
'bxt', 'glk',
|
||||
'icl', 'ehl',
|
||||
'tglgt1', 'tglgt2',
|
||||
'tglgt1', 'tglgt2', 'rkl'
|
||||
]
|
||||
|
||||
gen_hw_metrics_xml_files = []
|
||||
|
8520
src/intel/perf/oa-rkl.xml
Normal file
8520
src/intel/perf/oa-rkl.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user