From: Vidya Srinivas <vidya.srinivas@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [PATCH i-g-t] tests/kms_vrr: Reset to High refresh rate before begin drrs test
Date: Tue, 23 Jan 2024 09:44:03 +0530 [thread overview]
Message-ID: <20240123041403.31259-1-vidya.srinivas@intel.com> (raw)
Patch ensures a prepare state of moving panel to high RR
by waiting on FLIP event with high RR. This is more of a
prepare condition for drrs test.
Signed-off-by: Vidya Srinivas <vidya.srinivas@intel.com>
---
tests/kms_vrr.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index 44bc3480d..07b50cb4c 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -522,6 +522,10 @@ test_seamless_rr_basic(data_t *data, enum pipe pipe, igt_output_t *output, uint3
if (vrr)
set_vrr_on_pipe(data, pipe, false, true);
+ else {
+ igt_output_override_mode(output, &data->switch_modes[HIGH_RR_MODE]);
+ igt_assert(igt_display_try_commit_atomic(&data->display, DRM_MODE_PAGE_FLIP_EVENT, NULL) == 0);
+ }
rate = vtest_ns.max;
result = flip_and_measure(data, output, pipe, rate, TEST_DURATION_NS);
--
2.33.0
next reply other threads:[~2024-01-23 4:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-23 4:14 Vidya Srinivas [this message]
2024-01-23 5:15 ` ✓ CI.xeBAT: success for tests/kms_vrr: Reset to High refresh rate before begin drrs test Patchwork
2024-01-23 5:33 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-01-23 11:39 ` ✓ Fi.CI.BAT: success " Patchwork
2024-01-23 14:02 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-01-25 5:58 ` [PATCH i-g-t] " Vidya Srinivas
2024-01-25 6:44 ` ✓ CI.xeBAT: success for tests/kms_vrr: Reset to High refresh rate before begin drrs test (rev2) Patchwork
2024-01-25 6:45 ` ✓ Fi.CI.BAT: " Patchwork
2024-01-25 8:50 ` ✗ Fi.CI.IGT: failure " Patchwork
[not found] <0240125055825.8915-1-vidya.srinivas@intel.com>
2024-01-25 9:29 ` [PATCH i-g-t] tests/kms_vrr: Reset to High refresh rate before begin drrs test Vidya Srinivas
2024-01-25 9:56 ` Modem, Bhanuprakash
2024-01-25 9:58 ` Srinivas, Vidya
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=20240123041403.31259-1-vidya.srinivas@intel.com \
--to=vidya.srinivas@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