From: Tvrtko Ursulin <tursulin@ursulin.net>
To: igt-dev@lists.freedesktop.org
Cc: Intel-gfx@lists.freedesktop.org,
Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Subject: [igt-dev] [PATCH i-g-t] tests/perf_pmu: Skip hotplug test on Broxton
Date: Wed, 21 Feb 2018 10:57:38 +0000 [thread overview]
Message-ID: <20180221105738.6690-1-tvrtko.ursulin@linux.intel.com> (raw)
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Apollolake machine in the shards cannot bring the CPU0 back online so
skip the test on all Broxtons for now.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
---
tests/perf_pmu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/perf_pmu.c b/tests/perf_pmu.c
index 0beb91976102..b6debf523201 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_require(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));
--
2.14.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2018-02-21 10:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-21 10:57 Tvrtko Ursulin [this message]
2018-02-21 10:59 ` [Intel-gfx] [PATCH i-g-t] tests/perf_pmu: Skip hotplug test on Broxton Chris Wilson
2018-02-21 10:59 ` [Intel-gfx] [PATCH i-g-t v2] " Tvrtko Ursulin
2018-02-21 11:00 ` [igt-dev] " Chris Wilson
2018-02-21 11:03 ` [igt-dev] [PATCH i-g-t v3] " Tvrtko Ursulin
2018-02-21 11:06 ` [igt-dev] [Intel-gfx] " Chris Wilson
2018-02-21 17:02 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/perf_pmu: Skip hotplug test on Broxton (rev3) Patchwork
2018-02-21 21:32 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180221105738.6690-1-tvrtko.ursulin@linux.intel.com \
--to=tursulin@ursulin.net \
--cc=Intel-gfx@lists.freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=tvrtko.ursulin@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox