All of lore.kernel.org
 help / color / mirror / Atom feed
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: Fri, 18 Aug 2023 11:44:44 +0300	[thread overview]
Message-ID: <ZN8vfGObzmdK5EKb@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>

Okay I missed the MST check in the begining of the main function, so

Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@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
> 

  parent reply	other threads:[~2023-08-18  8:44 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 ` [igt-dev] [PATCH i-g-t] " Lisovskiy, Stanislav
2023-08-23  6:36   ` Modem, Bhanuprakash
2023-08-18  8:44 ` Lisovskiy, Stanislav [this message]
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=ZN8vfGObzmdK5EKb@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.