summaryrefslogtreecommitdiff
path: root/tests/perf.c
diff options
context:
space:
mode:
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;