summaryrefslogtreecommitdiff
path: root/tests/perf.c
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-04-07 13:28:05 +0100
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-04-09 11:05:31 +0100
commit7c474e011548d35df6b80ceed81d3e6ca560c71d (patch)
tree0d1478a1e649ed0e49a5e7ec797013585b0208b1 /tests/perf.c
parent8cc6f71c8afd6948723d577b9dd810d42a2fdacd (diff)
tests/perf: fix gen8 small cores whitelist expectation
We don't expect to access those registers on Braswell. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105593 Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to 'tests/perf.c')
-rw-r--r--tests/perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/perf.c b/tests/perf.c
index 153f30eb..2a73d5b9 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -3932,7 +3932,7 @@ test_whitelisted_registers_userspace_config(void)
mux_regs[i++] = 0;
}
- if (intel_gen(devid) >= 8) {
+ if (intel_gen(devid) >= 8 && !IS_CHERRYVIEW(devid)) {
/* NOA_CONFIG */
mux_regs[i++] = 0xD04;
mux_regs[i++] = 0;