Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com>,
	Manasi Navare <navaremanasi@chromium.org>
Subject: [PATCH i-g-t 1/3] tests/kms_vrr: Skip low RR mode check for seamless-virtual subtest
Date: Thu,  6 Jun 2024 11:22:03 +0530	[thread overview]
Message-ID: <20240606055205.3296434-2-bhanuprakash.modem@intel.com> (raw)
In-Reply-To: <20240606055205.3296434-1-bhanuprakash.modem@intel.com>

As the low RR mode is not at all using in seamless-*-virtual
subtest, don't check for it.

Cc: Manasi Navare <navaremanasi@chromium.org>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
 tests/kms_vrr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index 7f64d6806..9245305f8 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -747,7 +747,7 @@ static bool output_constraint(data_t *data, igt_output_t *output, uint32_t flags
 	igt_output_override_mode(output, &data->switch_modes[HIGH_RR_MODE]);
 
 	/* Search for a low refresh rate mode. */
-	if (!(flags & (TEST_SEAMLESS_VRR | TEST_SEAMLESS_DRRS | TEST_SEAMLESS_VIRTUAL_RR)))
+	if (!(flags & (TEST_SEAMLESS_VRR | TEST_SEAMLESS_DRRS)))
 		return true;
 
 	data->switch_modes[LOW_RR_MODE] = low_rr_mode_with_same_res(output, data->range.min);
-- 
2.43.2


  reply	other threads:[~2024-06-06  5:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-06  5:52 [PATCH i-g-t 0/3] VRR test cleanup Bhanuprakash Modem
2024-06-06  5:52 ` Bhanuprakash Modem [this message]
2024-06-06  5:52 ` [PATCH i-g-t 2/3] tests/kms_vrr: Fix hardcoded step size Bhanuprakash Modem
2024-06-06  5:52 ` [PATCH i-g-t 3/3] HAX: Run VRR subtests in BAT Bhanuprakash Modem
2024-06-06  6:35 ` ✓ CI.xeBAT: success for VRR test cleanup Patchwork
2024-06-06  6:36 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-06-06 14:45 ` ✗ CI.xeFULL: " 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=20240606055205.3296434-2-bhanuprakash.modem@intel.com \
    --to=bhanuprakash.modem@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=navaremanasi@chromium.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