intel: Remove Gen10-speicific perf support
v2: Also update Makefile.sources and Android build files. Noticed by Lionel. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Suggested-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6899>
This commit is contained in:
@@ -345,7 +345,6 @@ GEN_PERF_XML_FILES = \
|
||||
perf/oa-glk.xml \
|
||||
perf/oa-cflgt2.xml \
|
||||
perf/oa-cflgt3.xml \
|
||||
perf/oa-cnl.xml \
|
||||
perf/oa-icl.xml \
|
||||
perf/oa-lkf.xml \
|
||||
perf/oa-tgl.xml
|
||||
|
@@ -463,8 +463,6 @@ get_register_queries_function(const struct gen_device_info *devinfo)
|
||||
if (devinfo->gt == 3)
|
||||
return gen_oa_register_queries_cflgt3;
|
||||
}
|
||||
if (devinfo->is_cannonlake)
|
||||
return gen_oa_register_queries_cnl;
|
||||
if (devinfo->gen == 11) {
|
||||
if (devinfo->is_elkhartlake)
|
||||
return gen_oa_register_queries_lkf;
|
||||
|
@@ -5,7 +5,6 @@ gen_hw_metrics = [
|
||||
'kblgt2', 'kblgt3',
|
||||
'cflgt2', 'cflgt3',
|
||||
'bxt', 'glk',
|
||||
'cnl',
|
||||
'icl', 'lkf',
|
||||
'tgl',
|
||||
]
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user