From: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: rodrigo.vivi@intel.com
Subject: Re: [igt-dev] [PATCH i-g-t 00/14] PSR test improvements
Date: Mon, 14 May 2018 10:38:38 -0700 [thread overview]
Message-ID: <1526319518.17473.40.camel@intel.com> (raw)
In-Reply-To: <20180509173746.23405-1-dhinakaran.pandiyan@intel.com>
On Wed, 2018-05-09 at 10:37 -0700, Dhinakaran Pandiyan wrote:
> I have separated out this series to only contain optimizations and
> minor
> fixes. The rest of the original series that switches PSR tests to use
> timestamps will be posted after this is merged.
>
> Dhinakaran Pandiyan (14):
> tests/psr: Print the reason for skipping when sink lacks PSR
> support
> tests/psr: Remove "psr_" prefix from basic and drrs subtests
> tests/psr: Rename psr_active() to psr_enabled()
> tests/psr: Store the debugfs file descriptor
> tests/psr: Assert sink CRC length and make use of igt_sysfs_read()
> tests/psr: Optimize check for green frame.
> tests/psr: Kill MMAP_GTT_WAITING
> tests/psr: Merge PSR dpms and suspend variants.
> tests/psr: Remove delay between dpms toggle.
> tests/psr: Check for drrs status only after checking for PSR
> tests/sink_crc_basic: Debug print CRC values
> tests/psr: Get rid of global variable running_with_psr_disabled
> tests/psr: Eliminate storing pointers for igt_plane_type.
> tests/psr: Pass data_t pointer to dpms_off_on
>
Can someone merge this series? Series mostly contains fixes and
optimizations for the existing tests.
>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
>
> tests/intel-ci/fast-feedback.testlist | 2 +-
> tests/kms_psr_sink_crc.c | 220 +++++++++++-------------
> ----------
> tests/kms_sink_crc_basic.c | 2 +
> 3 files changed, 72 insertions(+), 152 deletions(-)
>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2018-05-14 17:13 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-09 17:37 [igt-dev] [PATCH i-g-t 00/14] PSR test improvements Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 01/14] tests/psr: Print the reason for skipping when sink lacks PSR support Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 02/14] tests/psr: Remove "psr_" prefix from basic and drrs subtests Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 03/14] tests/psr: Rename psr_active() to psr_enabled() Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 04/14] tests/psr: Store the debugfs file descriptor Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 05/14] tests/psr: Assert sink CRC length and make use of igt_sysfs_read() Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 06/14] tests/psr: Optimize check for green frame Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 07/14] tests/psr: Kill MMAP_GTT_WAITING Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 08/14] tests/psr: Merge PSR dpms and suspend variants Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 09/14] tests/psr: Remove delay between dpms toggle Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 10/14] tests/psr: Check for drrs status only after checking for PSR Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 11/14] tests/sink_crc_basic: Debug print CRC values Dhinakaran Pandiyan
2018-05-09 23:46 ` Souza, Jose
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 12/14] tests/psr: Get rid of global variable running_with_psr_disabled Dhinakaran Pandiyan
2018-05-09 23:12 ` Souza, Jose
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 13/14] tests/psr: Eliminate storing pointers for igt_plane_type Dhinakaran Pandiyan
2018-05-09 23:46 ` Souza, Jose
2018-05-10 0:30 ` Dhinakaran Pandiyan
2018-05-09 17:37 ` [igt-dev] [PATCH i-g-t 14/14] tests/psr: Pass data_t pointer to dpms_off_on Dhinakaran Pandiyan
2018-05-09 23:34 ` Souza, Jose
2018-05-09 19:24 ` [igt-dev] ✓ Fi.CI.BAT: success for PSR test improvements Patchwork
2018-05-09 22:32 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-05-14 17:38 ` Dhinakaran Pandiyan [this message]
2018-05-15 7:34 ` [igt-dev] [PATCH i-g-t 00/14] " Petri Latvala
2018-05-15 22:29 ` Dhinakaran Pandiyan
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=1526319518.17473.40.camel@intel.com \
--to=dhinakaran.pandiyan@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=rodrigo.vivi@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