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>,
Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Subject: [i-g-t 1/2] tests/kms_vrr: Skip low RR mode check for seamless-virtual subtest
Date: Thu, 20 Jun 2024 13:58:33 +0530 [thread overview]
Message-ID: <20240620082834.4169435-1-bhanuprakash.modem@intel.com> (raw)
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>
Cc: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
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 4b040fbe4..6fd04505e 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -865,7 +865,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
next reply other threads:[~2024-06-20 8:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-20 8:28 Bhanuprakash Modem [this message]
2024-06-20 8:28 ` [i-g-t 2/2] tests/kms_vrr: Fix hardcoded step size Bhanuprakash Modem
2024-06-20 10:48 ` ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/2] tests/kms_vrr: Skip low RR mode check for seamless-virtual subtest Patchwork
2024-06-20 11:14 ` ✗ CI.xeBAT: " Patchwork
2024-06-20 13:23 ` ✗ CI.xeFULL: " Patchwork
2024-06-20 18:58 ` ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/kms_vrr: Skip low RR mode check for seamless-virtual subtest (rev2) Patchwork
2024-06-20 19:05 ` ✓ CI.xeBAT: " Patchwork
2024-06-20 22:17 ` ✓ CI.xeFULL: " Patchwork
2024-06-21 5:42 ` ✗ 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=20240620082834.4169435-1-bhanuprakash.modem@intel.com \
--to=bhanuprakash.modem@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=mitulkumar.ajitkumar.golani@intel.com \
--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