public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Petri Latvala <petri.latvala@intel.com>
To: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t v2] tests/kms_async: Add test to validate asynchronous flips
Date: Wed, 15 Apr 2020 12:05:02 +0300	[thread overview]
Message-ID: <20200415090502.GQ9497@platvala-desk.ger.corp.intel.com> (raw)
In-Reply-To: <355261bf8e37b81c6fb3d60f7c2cda19a81eb9f6.camel@intel.com>

On Tue, Apr 14, 2020 at 03:35:37PM -0700, Paulo Zanoni wrote:
> Em ter, 2020-04-14 às 15:41 +0530, Karthik B S escreveu:
> > Asynchronous flips are issued using the page flip IOCTL.
> > The test consists of two subtests. The first subtest waits for
> > the page flip event to be received before giving the next flip,
> > and the second subtest doesn't wait for page flip events.
> > 
> > The test passes if the IOCTL is successful.
> > 
> > v2: Add authors in the test file. (Paulo)
> >     Reduce the run time and timeouts to suit IGT needs. (Paulo)
> >     Replace igt_debug's with igt_assert's to catch slow flips. (Paulo)
> >     Follow IGT coding style regarding spaces. (Paulo)
> >     Make set up code part of igt_fixture. (Paulo)
> >     Skip the test if async flips are not supported. (Paulo)
> >     Replace suggested-by. (Paulo)
> >     Added description for test and subtests.
> > 
> > Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
> > Signed-off-by: Karthik B S <karthik.b.s@intel.com>
> > ---
> >  tests/Makefile.sources |   1 +
> >  tests/kms_async.c      | 243 +++++++++++++++++++++++++++++++++++++++++
> >  tests/meson.build      |   1 +
> >  3 files changed, 245 insertions(+)
> >  create mode 100644 tests/kms_async.c
> > 
> > diff --git a/tests/Makefile.sources b/tests/Makefile.sources
> > index 4e44c98c..eedf4fcb 100644
> > --- a/tests/Makefile.sources
> > +++ b/tests/Makefile.sources
> > @@ -29,6 +29,7 @@ TESTS_progs = \
> >  	fbdev \
> >  	kms_3d \
> >  	kms_addfb_basic \
> > +	kms_async \
> >  	kms_atomic \
> >  	kms_atomic_interruptible \
> >  	kms_atomic_transition \
> > diff --git a/tests/kms_async.c b/tests/kms_async.c
> > new file mode 100644
> > index 00000000..6031ff4e
> > --- /dev/null
> > +++ b/tests/kms_async.c
> 
> Async what? :)
> 
> kms_async_flips.c is probably better IMHO since it's clearer on what
> the test tests.
> 
> Also, do we have to add this to some IGT test list file if we want this
> in CI? Can the IGT/CI people comment here please?

No. The full round executes everything except the tests matching
tests/intel-ci/blacklist.txt.


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

  reply	other threads:[~2020-04-15  9:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-14 10:11 [igt-dev] [PATCH i-g-t v2] tests/kms_async: Add test to validate asynchronous flips Karthik B S
2020-04-14 14:42 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_async: Add test to validate asynchronous flips (rev2) Patchwork
2020-04-14 22:35 ` [igt-dev] [PATCH i-g-t v2] tests/kms_async: Add test to validate asynchronous flips Paulo Zanoni
2020-04-15  9:05   ` Petri Latvala [this message]
2020-04-15 10:04 ` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_async: Add test to validate asynchronous flips (rev2) Patchwork
2020-04-24  0:40 ` [igt-dev] [PATCH i-g-t v2] tests/kms_async: Add test to validate asynchronous flips Paulo Zanoni

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=20200415090502.GQ9497@platvala-desk.ger.corp.intel.com \
    --to=petri.latvala@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=paulo.r.zanoni@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