All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL
@ 2020-10-23 23:11 José Roberto de Souza
  2020-10-24  0:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: José Roberto de Souza @ 2020-10-23 23:11 UTC (permalink / raw)
  To: igt-dev

Due the commit 71c1a4998320 ("drm/i915/tgl/psr: Fix glitches when
doing frontbuffer modifications"), frontbuffer test is expected to
fail on TGL, so here skiping this test on TGL.
When PSR issues is fixed the patch above will be reverted and we
can revert this skip too.

Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
---
 tests/kms_psr2_su.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/kms_psr2_su.c b/tests/kms_psr2_su.c
index d549d9a31..d554052f0 100644
--- a/tests/kms_psr2_su.c
+++ b/tests/kms_psr2_su.c
@@ -279,6 +279,11 @@ igt_main
 
 	for (data.op = PAGE_FLIP; data.op < LAST; data.op++) {
 		igt_subtest_f("%s", op_str(data.op)) {
+			if (data.op == FRONTBUFFER) {
+				const uint16_t devid = intel_get_drm_devid(data.drm_fd);
+				igt_require(!IS_TIGERLAKE(devid));
+			}
+
 			prepare(&data);
 			run(&data);
 			cleanup(&data);
-- 
2.29.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2020-10-28  7:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 23:11 [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL José Roberto de Souza
2020-10-24  0:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-10-24  3:14 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2020-10-26  8:34 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
2020-10-26 17:47   ` Souza, Jose
2020-10-27  8:49     ` Petri Latvala
2020-10-27 17:07       ` Souza, Jose
2020-10-28  7:37         ` Petri Latvala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.