Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v2 1/2] tests/kms_bw: Use reduced blanking mode 1920x1080p timings
@ 2024-02-15 22:18 Rob Clark
  2024-02-15 22:19 ` [PATCH i-g-t v2 2/2] tests/kms_bw: Add 2160x1440p mode Rob Clark
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Rob Clark @ 2024-02-15 22:18 UTC (permalink / raw)
  To: igt-dev; +Cc: Rob Clark

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


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

end of thread, other threads:[~2024-02-27  1:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH i-g-t v2 2/2] tests/kms_bw: Add 2160x1440p mode Rob Clark
2024-02-27  0:59   ` 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

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