Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Karthik B S <karthik.b.s@intel.com>
To: Bhanuprakash Modem <bhanuprakash.modem@intel.com>,
	<igt-dev@lists.freedesktop.org>
Subject: Re: [i-g-t 1/2] tests/kms_hdr: Fix bpc-switch subtests
Date: Tue, 25 Jun 2024 10:14:23 +0530	[thread overview]
Message-ID: <43357750-3356-4099-94ca-93f21a626c80@intel.com> (raw)
In-Reply-To: <20240625043136.257253-1-bhanuprakash.modem@intel.com>


On 6/25/2024 10:01 AM, Bhanuprakash Modem wrote:
> igt@kms_hdr@bpc-switch.* subtests are getting skip due to
> recently merged cleanup patch. This patch will fix the logic
> to run the subtests.
>
> Fixes: (4fe91292b) tests/kms_hdr: Use lib helper to check the pipe/output combo validity
> Cc: Karthik B S <karthik.b.s@intel.com>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
> ---
>   tests/kms_hdr.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/kms_hdr.c b/tests/kms_hdr.c
> index 475463c21..36ebb4f4e 100644
> --- a/tests/kms_hdr.c
> +++ b/tests/kms_hdr.c
> @@ -274,7 +274,7 @@ static void test_bpc_switch(data_t *data, uint32_t flags)
>   
>   		for_each_pipe(display, pipe) {
>   			igt_output_set_pipe(output, pipe);
> -			if (intel_pipe_output_combo_valid(display)) {
> +			if (!intel_pipe_output_combo_valid(display)) {
>   				igt_output_set_pipe(output, PIPE_NONE);
>   				continue;
>   			}

  parent reply	other threads:[~2024-06-25  4:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25  4:31 [i-g-t 1/2] tests/kms_hdr: Fix bpc-switch subtests Bhanuprakash Modem
2024-06-25  4:31 ` [i-g-t 2/2] tests/kms_hdr: Add more logs to skips Bhanuprakash Modem
2024-06-25  4:44 ` Karthik B S [this message]
2024-06-25  5:21 ` ✓ CI.xeBAT: success for series starting with [i-g-t,1/2] tests/kms_hdr: Fix bpc-switch subtests Patchwork
2024-06-25  5:31 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-06-25  5:58   ` Modem, Bhanuprakash
2024-06-25  9:25     ` Illipilli, TejasreeX
2024-06-25  7:06 ` ✓ CI.xeFULL: success " Patchwork
2024-06-25  8:52 ` ✓ Fi.CI.BAT: " Patchwork
2024-06-26  8:17 ` ✗ Fi.CI.IGT: failure " 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=43357750-3356-4099-94ca-93f21a626c80@intel.com \
    --to=karthik.b.s@intel.com \
    --cc=bhanuprakash.modem@intel.com \
    --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