From: "Lisovskiy, Stanislav" <stanislav.lisovskiy@intel.com>
To: "Thasleem, Mohammed" <mohammed.thasleem@intel.com>
Cc: igt-dev@lists.freedesktop.org, Thasleem@freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_display_modes: Skip the negative test on MST Hub
Date: Thu, 3 Aug 2023 20:46:18 +0300 [thread overview]
Message-ID: <ZMvnyVOtCXEqtgol@intel.com> (raw)
In-Reply-To: <20230707153720.1478-1-mohammed.thasleem@intel.com>
On Fri, Jul 07, 2023 at 09:07:20PM +0530, Thasleem, Mohammed wrote:
> 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");
Hi Mohammed,
How do we know if it is MST hub here?
> igt_assert(ret != 0 && errno == ENOSPC);
> }
>
> --
> 2.34.1
>
next prev parent reply other threads:[~2023-08-03 17:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-07 15:37 [igt-dev] [PATCH i-g-t] tests/kms_display_modes: Skip the negative test on MST Hub Thasleem, Mohammed
2023-07-07 16:48 ` [igt-dev] ✓ Fi.CI.BAT: success for " 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 ` Lisovskiy, Stanislav [this message]
2023-08-23 6:36 ` [igt-dev] [PATCH i-g-t] " 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=ZMvnyVOtCXEqtgol@intel.com \
--to=stanislav.lisovskiy@intel.com \
--cc=Thasleem@freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=mohammed.thasleem@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.