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:
Ian Romanick
2020-10-07 10:25:42 -07:00
parent fc04733f09
commit b0e3af4fb8
4 changed files with 0 additions and 10415 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -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