All of lore.kernel.org
 help / color / mirror / Atom feed
From: "José Roberto de Souza" <jose.souza@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL
Date: Fri, 23 Oct 2020 16:11:51 -0700	[thread overview]
Message-ID: <20201023231151.383909-1-jose.souza@intel.com> (raw)

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

             reply	other threads:[~2020-10-23 23:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23 23:11 José Roberto de Souza [this message]
2020-10-24  0:03 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_psr2_su: Skip frontbuffer test in TGL 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

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=20201023231151.383909-1-jose.souza@intel.com \
    --to=jose.souza@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 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.