From 7c474e011548d35df6b80ceed81d3e6ca560c71d Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sat, 7 Apr 2018 13:28:05 +0100 Subject: 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 --- tests/perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/perf.c') 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; -- cgit v1.2.3