From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t 4/4] tests/psr: Rename kms_psr_sink_crc.c to kms_psr.c
Date: Fri, 13 Jul 2018 15:32:17 -0700 [thread overview]
Message-ID: <20180713223217.GJ21149@intel.com> (raw)
In-Reply-To: <20180712232104.GJ2208@intel.com>
On Thu, Jul 12, 2018 at 04:21:04PM -0700, Rodrigo Vivi wrote:
> On Thu, Jul 12, 2018 at 01:09:43AM -0700, Dhinakaran Pandiyan wrote:
> > We don't use sink CRC anymore in this test.
> >
> > Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
>
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
series pushed, thanks
>
> > ---
> > tests/Makefile.sources | 2 +-
> > tests/intel-ci/fast-feedback.testlist | 2 +-
> > tests/{kms_psr_sink_crc.c => kms_psr.c} | 0
> > tests/meson.build | 2 +-
> > 4 files changed, 3 insertions(+), 3 deletions(-)
> > rename tests/{kms_psr_sink_crc.c => kms_psr.c} (100%)
> >
> > diff --git a/tests/Makefile.sources b/tests/Makefile.sources
> > index 54b4a3c2..8fec6ffe 100644
> > --- a/tests/Makefile.sources
> > +++ b/tests/Makefile.sources
> > @@ -199,7 +199,7 @@ TESTS_progs = \
> > kms_plane_multiple \
> > kms_plane_scaling \
> > kms_properties \
> > - kms_psr_sink_crc \
> > + kms_psr \
> > kms_pwrite_crc \
> > kms_rmfb \
> > kms_rotation_crc \
> > diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
> > index b08ef770..aa861d39 100644
> > --- a/tests/intel-ci/fast-feedback.testlist
> > +++ b/tests/intel-ci/fast-feedback.testlist
> > @@ -243,7 +243,7 @@ igt@kms_pipe_crc_basic@read-crc-pipe-c-frame-sequence
> > igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a
> > igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b
> > igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c
> > -igt@kms_psr_sink_crc@basic
> > +igt@kms_psr@basic
> > igt@kms_setmode@basic-clone-single-crtc
> > igt@kms_sink_crc_basic
> > igt@pm_backlight@basic-brightness
> > diff --git a/tests/kms_psr_sink_crc.c b/tests/kms_psr.c
> > similarity index 100%
> > rename from tests/kms_psr_sink_crc.c
> > rename to tests/kms_psr.c
> > diff --git a/tests/meson.build b/tests/meson.build
> > index 029b8043..704bd13f 100644
> > --- a/tests/meson.build
> > +++ b/tests/meson.build
> > @@ -175,7 +175,7 @@ test_progs = [
> > 'kms_plane_multiple',
> > 'kms_plane_scaling',
> > 'kms_properties',
> > - 'kms_psr_sink_crc',
> > + 'kms_psr',
> > 'kms_pwrite_crc',
> > 'kms_rmfb',
> > 'kms_rotation_crc',
> > --
> > 2.14.1
> >
> _______________________________________________
> 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
next prev parent reply other threads:[~2018-07-13 22:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-12 8:09 [igt-dev] [PATCH i-g-t 1/4] tests/frontbuffer_tracking: Do not test sink crc Dhinakaran Pandiyan
2018-07-12 8:09 ` [igt-dev] [PATCH i-g-t 2/4] tests/kms_psr_sink_crc: " Dhinakaran Pandiyan
2018-07-12 23:19 ` Rodrigo Vivi
2018-07-12 8:09 ` [igt-dev] [PATCH i-g-t 3/4] tests/kms_psr_sink_crc: Test PSR source HW status before PSR entry Dhinakaran Pandiyan
2018-07-12 23:20 ` Rodrigo Vivi
2018-07-12 8:09 ` [igt-dev] [PATCH i-g-t 4/4] tests/psr: Rename kms_psr_sink_crc.c to kms_psr.c Dhinakaran Pandiyan
2018-07-12 23:21 ` Rodrigo Vivi
2018-07-13 22:32 ` Rodrigo Vivi [this message]
2018-07-12 10:27 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/4] tests/frontbuffer_tracking: Do not test sink crc Patchwork
2018-07-12 13:36 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-07-12 23:18 ` [igt-dev] [PATCH i-g-t 1/4] " Rodrigo Vivi
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=20180713223217.GJ21149@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=dhinakaran.pandiyan@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).