All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petri Latvala <petri.latvala@intel.com>
To: "José Roberto de Souza" <jose.souza@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL
Date: Mon, 26 Oct 2020 10:34:56 +0200	[thread overview]
Message-ID: <20201026083456.GW7444@platvala-desk.ger.corp.intel.com> (raw)
In-Reply-To: <20201023231151.383909-1-jose.souza@intel.com>

On Fri, Oct 23, 2020 at 04:11:51PM -0700, José Roberto de Souza wrote:
> 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.

How does the previous failure behave? I mean in the sense that what
does this skip gain? The skip will have to be cibuglog-filtered too so
no gain on that side.

Did the fail kill the machine, or is this just for saving runtime?


-- 
Petri Latvala



> 
> 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
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2020-10-26  8:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Petri Latvala [this message]
2020-10-26 17:47   ` [igt-dev] [PATCH i-g-t] " 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=20201026083456.GW7444@platvala-desk.ger.corp.intel.com \
    --to=petri.latvala@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=jose.souza@intel.com \
    /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.