summaryrefslogtreecommitdiff
path: root/tests/perf_pmu.c
diff options
context:
space:
mode:
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>2018-02-21 11:03:32 +0000
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2018-02-22 05:50:38 +0000
commit44cc1249457f916295c47ef3a8ce03716692a203 (patch)
tree6c0753d61596ddef0216c56bb779d6db004b29db /tests/perf_pmu.c
parent1ecc978a69a531858ba799425770062ebeb13888 (diff)
tests/perf_pmu: Skip hotplug test on Broxton
Apollolake machine in the shards cannot bring the CPU0 back online so skip the test on all Broxtons for now. v2: Fix inverted check. v3: igt_skip_on. (Chris Wilson) Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/perf_pmu.c')
-rw-r--r--tests/perf_pmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/perf_pmu.c b/tests/perf_pmu.c
index 98d8dbff..b9c4dd58 100644
--- a/tests/perf_pmu.c
+++ b/tests/perf_pmu.c
@@ -966,6 +966,7 @@ static void cpu_hotplug(int gem_fd)
int fd, ret;
int cur = 0;
+ igt_skip_on(IS_BROXTON(intel_get_drm_devid(gem_fd)));
igt_require(cpu0_hotplug_support());
fd = open_pmu(I915_PMU_ENGINE_BUSY(I915_ENGINE_CLASS_RENDER, 0));