From: Rob Clark <robdclark@gmail.com>
To: igt-dev@lists.freedesktop.org
Cc: Rob Clark <robdclark@chromium.org>,
Abhinav Kumar <quic_abhinavk@quicinc.com>
Subject: [PATCH i-g-t v2 2/2] tests/kms_bw: Add 2160x1440p mode
Date: Thu, 15 Feb 2024 14:19:00 -0800 [thread overview]
Message-ID: <20240215221900.327042-2-robdclark@gmail.com> (raw)
In-Reply-To: <20240215221900.327042-1-robdclark@gmail.com>
From: Rob Clark <robdclark@chromium.org>
Add an additional mode so that we can get more kms_bw coverage on
sc7180.
v2: Add missing comment listing subtest name
Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
---
tests/kms_bw.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/tests/kms_bw.c b/tests/kms_bw.c
index f1d2a1b64577..96b19199d4d6 100644
--- a/tests/kms_bw.c
+++ b/tests/kms_bw.c
@@ -47,6 +47,7 @@
* @1920x1080p: 1920x1080 resolution
* @2560x1440p: 2560x1440 resolution
* @3840x2160p: 3840x2160 resolution
+ * @2160x1440p: 2160x1440 resolution
*/
/* Common test data. */
@@ -91,6 +92,15 @@ static drmModeModeInfo test_mode[] = {
"3840x2160p\0",
}, /* test_mode_3 */
+ { 207800,
+ 2160, 2208, 2240, 2340, 0,
+ 1440, 1443, 1449, 1480, 0,
+ 60,
+ DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PHSYNC,
+ 0x48,
+ "2160x1440p\0",
+ }, /* test_mode_4 */
+
};
static void test_init(data_t *data)
--
2.43.0
next prev parent reply other threads:[~2024-02-15 22:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-15 22:18 [PATCH i-g-t v2 1/2] tests/kms_bw: Use reduced blanking mode 1920x1080p timings Rob Clark
2024-02-15 22:19 ` Rob Clark [this message]
2024-02-27 0:59 ` [PATCH i-g-t v2 2/2] tests/kms_bw: Add 2160x1440p mode Jessica Zhang
2024-02-16 9:25 ` ✗ GitLab.Pipeline: warning for series starting with [i-g-t,v2,1/2] tests/kms_bw: Use reduced blanking mode 1920x1080p timings Patchwork
2024-02-16 9:36 ` ✓ CI.xeBAT: success " Patchwork
2024-02-16 9:50 ` ✓ Fi.CI.BAT: " Patchwork
2024-02-16 19:26 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-02-27 0:58 ` [PATCH i-g-t v2 1/2] " Jessica Zhang
2024-02-27 1:04 ` Jessica Zhang
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=20240215221900.327042-2-robdclark@gmail.com \
--to=robdclark@gmail.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=quic_abhinavk@quicinc.com \
--cc=robdclark@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