summaryrefslogtreecommitdiff
path: root/tests/perf_pmu.c
diff options
context:
space:
mode:
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>2018-05-31 12:20:26 +0100
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2018-06-01 08:18:39 +0100
commit8baa33c9b335698a7e4265997d86ab13f88dc05e (patch)
treea2d98576319f2690616852af2c200f6babeaa117 /tests/perf_pmu.c
parentae0ea2a0cff1cf8516d18ada5b9db01c56b73ed9 (diff)
perf_pmu: Stop skipping hotplug test on Broxton
There is a chance new kernel or new firmware fixed the CPU0 hotplug hang issue. Remove the skip to check if that's true. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Acked-by: Jani Saarinen <jani.saarinen@intel.com>
Diffstat (limited to 'tests/perf_pmu.c')
-rw-r--r--tests/perf_pmu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/perf_pmu.c b/tests/perf_pmu.c
index 9af192dd..4570f926 100644
--- a/tests/perf_pmu.c
+++ b/tests/perf_pmu.c
@@ -1037,7 +1037,6 @@ static void cpu_hotplug(int gem_fd)
int cur = 0;
char buf;
- 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));