Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [i-g-t 1/2] tests/kms_vrr: Skip low RR mode check for seamless-virtual subtest
@ 2024-06-20  8:28 Bhanuprakash Modem
  2024-06-20  8:28 ` [i-g-t 2/2] tests/kms_vrr: Fix hardcoded step size Bhanuprakash Modem
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Bhanuprakash Modem @ 2024-06-20  8:28 UTC (permalink / raw)
  To: igt-dev; +Cc: Bhanuprakash Modem, Manasi Navare, Mitul Golani

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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-21  5:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20  8:28 [i-g-t 1/2] tests/kms_vrr: Skip low RR mode check for seamless-virtual subtest Bhanuprakash Modem
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox