mbox series

[i-g-t,v4,0/5] DC states igt tests patch series

Message ID 1549037582-22449-1-git-send-email-anshuman.gupta@intel.com (mailing list archive)
Headers show
Series DC states igt tests patch series | expand

Message

Gupta, Anshuman Feb. 1, 2019, 4:12 p.m. UTC
This patch series adds new tests to validate Display C states.
DC states like DC5 and DC6 are validated during PSR entry/exit
and during DPMS on/off cycle.
Sending new revision of patch series after addressing review comments.

Jyoti Yadav (5):
  lib/igt_pm: Moves Dmc_loaded() function into library
  tests/pm_dc: Added new test to verify Display C States
  tests/pm_dc: Added test for DC6 during PSR
  tests/pm_dc: Added test for DC5 during DPMS
  tests/pm_dc: Added test for DC6 during DPMS

 lib/igt_pm.c           |  28 ++++++
 lib/igt_pm.h           |   1 +
 tests/Makefile.sources |   1 +
 tests/meson.build      |   1 +
 tests/pm_dc.c          | 259 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/pm_rpm.c         |  17 +---
 6 files changed, 291 insertions(+), 16 deletions(-)
 create mode 100644 tests/pm_dc.c

Comments

Imre Deak Feb. 8, 2019, 2:45 p.m. UTC | #1
Hi,

On Fri, Feb 01, 2019 at 09:42:57PM +0530, Anshuman Gupta wrote:
> This patch series adds new tests to validate Display C states.
> DC states like DC5 and DC6 are validated during PSR entry/exit
> and during DPMS on/off cycle.
> Sending new revision of patch series after addressing review comments.

IGT patches should be sent to <igt-dev@lists.freedesktop.org> so they
are tested in CI.

> 
> Jyoti Yadav (5):
>   lib/igt_pm: Moves Dmc_loaded() function into library
>   tests/pm_dc: Added new test to verify Display C States
>   tests/pm_dc: Added test for DC6 during PSR
>   tests/pm_dc: Added test for DC5 during DPMS
>   tests/pm_dc: Added test for DC6 during DPMS
> 
>  lib/igt_pm.c           |  28 ++++++
>  lib/igt_pm.h           |   1 +
>  tests/Makefile.sources |   1 +
>  tests/meson.build      |   1 +
>  tests/pm_dc.c          | 259 +++++++++++++++++++++++++++++++++++++++++++++++++
>  tests/pm_rpm.c         |  17 +---
>  6 files changed, 291 insertions(+), 16 deletions(-)
>  create mode 100644 tests/pm_dc.c
> 
> -- 
> 2.7.4
>