Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Clark <robdclark@gmail.com>
To: igt-dev@lists.freedesktop.org
Cc: Rob Clark <robdclark@chromium.org>
Subject: [PATCH 1/2] tests/kms_bw: Use reduced blanking mode 1920x1080p timings
Date: Fri,  5 Jan 2024 13:36:02 -0800	[thread overview]
Message-ID: <20240105213603.109149-1-robdclark@gmail.com> (raw)

From: Rob Clark <robdclark@chromium.org>

The previous timings don't work with the ti-sn65dsi86 bridge that is
used with some of the sc7180 qcom devices in drm/ci.  Let's switch the
timings so that we can get some kms_bw test coverage.

Signed-off-by: Rob Clark <robdclark@chromium.org>
---
 tests/kms_bw.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/kms_bw.c b/tests/kms_bw.c
index dd10d640dc13..f1d2a1b64577 100644
--- a/tests/kms_bw.c
+++ b/tests/kms_bw.c
@@ -64,12 +64,12 @@ typedef struct data {
 } data_t;
 
 static drmModeModeInfo test_mode[] = {
-	{ 173000,
-	1920, 2048, 2248, 2576, 0,
-	1080, 1083, 1088, 1120, 0,
+	{ 147840,
+	1920, 1968, 2000, 2200, 0,
+	1080, 1083, 1089, 1120, 0,
 	60,
-	DRM_MODE_FLAG_NHSYNC,
-	0x40,
+	DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PHSYNC,
+	0x48,
 	"1920x1080p\0",
 	}, /* test_mode_1 */
 
-- 
2.43.0

             reply	other threads:[~2024-01-05 21:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-05 21:36 Rob Clark [this message]
2024-01-05 21:36 ` [PATCH 2/2] tests/kms_bw: Add 2160x1440p mode Rob Clark
2024-01-08 21:50   ` [PATCH v2] " Rob Clark
2024-01-10 20:39     ` Abhinav Kumar
2024-01-10 20:39       ` Abhinav Kumar
2024-01-05 21:52 ` ✗ Fi.CI.BUILD: failure for series starting with [1/2] tests/kms_bw: Use reduced blanking mode 1920x1080p timings Patchwork
2024-01-05 21:57 ` ✗ GitLab.Pipeline: warning " Patchwork
2024-01-09  0:19 ` ✓ Fi.CI.BAT: success for series starting with [1/2] tests/kms_bw: Use reduced blanking mode 1920x1080p timings (rev2) Patchwork
2024-01-09  0:25 ` ✗ CI.xeBAT: failure " Patchwork
2024-01-09 11:16 ` ✓ Fi.CI.IGT: success " 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=20240105213603.109149-1-robdclark@gmail.com \
    --to=robdclark@gmail.com \
    --cc=igt-dev@lists.freedesktop.org \
    --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