public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Stuart Summers via igt-dev <igt-dev@lists.freedesktop.org>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 1/2] i915/kms_chamelium: Require gen < 9 for VGA testing
Date: Thu, 14 Feb 2019 16:40:42 -0800	[thread overview]
Message-ID: <20190215004043.21500-2-stuart.summers@intel.com> (raw)
In-Reply-To: <20190215004043.21500-1-stuart.summers@intel.com>

From: Stuart Summers <jssummer@jssummer-desk1.amr.corp.intel.com>

VGA not supported on gen 9 and above. Add an explicit requirement
to skip VGA tests to a Chamelium on later gens.

Signed-off-by: Stuart Summers <stuart.summers@intel.com>
---
 tests/kms_chamelium.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/kms_chamelium.c b/tests/kms_chamelium.c
index 64f87d3ae..ab89c5d47 100644
--- a/tests/kms_chamelium.c
+++ b/tests/kms_chamelium.c
@@ -1015,6 +1015,8 @@ igt_main
 
 	igt_subtest_group {
 		igt_fixture {
+			int gen = intel_gen(intel_get_drm_devid(data.drm_fd));
+			igt_require_f(gen < 9, "VGA not supported\n");
 			require_connector_present(
 			    &data, DRM_MODE_CONNECTOR_VGA);
 		}
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2019-02-15  0:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-15  0:40 [igt-dev] [PATCH i-g-t 0/2] Enhance debug capability in kms_chamelium Stuart Summers via igt-dev
2019-02-15  0:40 ` Stuart Summers via igt-dev [this message]
2019-02-18 10:57   ` [igt-dev] [PATCH i-g-t 1/2] i915/kms_chamelium: Require gen < 9 for VGA testing Petri Latvala
2019-02-19 16:18     ` Summers, Stuart
2019-02-15  0:40 ` [igt-dev] [PATCH i-g-t 2/2] i915/kms_chamelium: Pull chameleond logs for debugging Stuart Summers via igt-dev
2019-02-21 15:37   ` Arkadiusz Hiler
2019-02-21 16:08     ` Summers, Stuart
2019-02-15  8:58 ` [igt-dev] ✗ Fi.CI.BAT: failure for Enhance debug capability in kms_chamelium 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=20190215004043.21500-2-stuart.summers@intel.com \
    --to=igt-dev@lists.freedesktop.org \
    --cc=stuart.summers@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