Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Thasleem, Mohammed" <mohammed.thasleem@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Thasleem@freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] tests/kms_display_modes: Skip the negative test on MST Hub
Date: Fri,  7 Jul 2023 21:07:20 +0530	[thread overview]
Message-ID: <20230707153720.1478-1-mohammed.thasleem@intel.com> (raw)

Skip the test on which MST hub which support bandwidth for 2k-4k
and 4k-4k multi displays.

Signed-off-by: Thasleem, Mohammed <mohammed.thasleem@intel.com>
---
 tests/kms_display_modes.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/kms_display_modes.c b/tests/kms_display_modes.c
index 4bebb25e..8e117695 100644
--- a/tests/kms_display_modes.c
+++ b/tests/kms_display_modes.c
@@ -310,6 +310,7 @@ static void run_extendedmode_negative(data_t *data, int pipe1, int pipe2)
 
 	igt_require(i915_pipe_output_combo_valid(display));
 	ret = igt_display_try_commit2(display, COMMIT_ATOMIC);
+	igt_skip_on_f(ret == 0, "MST Hub supports bandwidth on multi display\n");
 	igt_assert(ret != 0 && errno == ENOSPC);
 }
 
-- 
2.34.1

             reply	other threads:[~2023-07-07 15:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-07 15:37 Thasleem, Mohammed [this message]
2023-07-07 16:48 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_display_modes: Skip the negative test on MST Hub Patchwork
2023-07-07 16:55 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-07-07 21:47 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2023-08-03 17:46 ` [igt-dev] [PATCH i-g-t] " Lisovskiy, Stanislav
2023-08-23  6:36   ` Modem, Bhanuprakash
2023-08-18  8:44 ` Lisovskiy, Stanislav
2023-08-23  6:37   ` Modem, Bhanuprakash
2024-05-06 10:15     ` Lisovskiy, Stanislav

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=20230707153720.1478-1-mohammed.thasleem@intel.com \
    --to=mohammed.thasleem@intel.com \
    --cc=Thasleem@freedesktop.org \
    --cc=igt-dev@lists.freedesktop.org \
    /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