Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Hogander, Jouni" <jouni.hogander@intel.com>
To: "igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>,
	"Latvala, Petri" <petri.latvala@intel.com>,
	"Souza, Jose" <jose.souza@intel.com>
Cc: "Kahola, Mika" <mika.kahola@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: add biplanar selective update tests
Date: Wed, 27 Oct 2021 07:19:14 +0000	[thread overview]
Message-ID: <c5d6a06f3f1f6a5bbce33da3d20bbab1ceb4c162.camel@intel.com> (raw)
In-Reply-To: <f0538d9d621a944ae76baf9501abb29c711554e2.camel@intel.com>

On Tue, 2021-10-26 at 17:13 +0000, Souza, Jose wrote:
> > -if (data.op == FRONTBUFFER &&
> > -    intel_display_ver(intel_get_drm_devid(data.drm_fd)) >= 12) {
> > -/*
> > - * FIXME: Display 12+ platforms now have PSR2
> > - * selective fetch enabled by default but we
> > - * still can't properly handle frontbuffer
> > - * rendering, so right it does full frame
> > - * fetches at every frontbuffer rendering.
> > - * So it is expected that this test will fail
> > - * in display 12+ platform fow now.
> > - */
> > -igt_skip("PSR2 selective fetch is doing full frame fetches for
> > frontbuffer rendering\n");
> 
> Is the above fixed? I don't think so.
> Even if is, this change needs to go into a separated patch.

This sneaked in when rebasing. Thank you for pointing it out. New
version sent out.

> 
> > +const uint32_t *format = formats[data.op];
> > +
> > +while (*format != DRM_FORMAT_INVALID) {
> > +data.format = *format;
> > +igt_describe("Test that selective update works when screen
> > changes");
> > +igt_subtest_f("%s_%s", op_str(data.op),
> > igt_format_str(data.format)) {
> 
> CI folks needs to be aware and ack tests renames.
> 
> CC: Petri Latvala <petri.latvala@intel.com>
> 
> Othan than above lgtm.
> 
> > +prepare(&data);
> > +run(&data);
> > +cleanup(&data);
> >  }
> > -
> > -prepare(&data);
> > -run(&data);
> > -cleanup(&data);
> > +format++;
> >  }
> >  }
> > 

BR,

Jouni Högander

      reply	other threads:[~2021-10-27  7:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-21  8:51 [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: add biplanar selective update tests Jouni Högander
2021-10-21  9:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-10-21 11:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-10-26 17:13 ` [igt-dev] [PATCH i-g-t] " Souza, Jose
2021-10-27  7:19   ` Hogander, Jouni [this message]

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=c5d6a06f3f1f6a5bbce33da3d20bbab1ceb4c162.camel@intel.com \
    --to=jouni.hogander@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=jose.souza@intel.com \
    --cc=mika.kahola@intel.com \
    --cc=petri.latvala@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox