public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/6] DEBUG DC states igt tests patch series
@ 2019-06-18 17:56 Anshuman Gupta
  2019-06-18 17:56 ` [igt-dev] [PATCH i-g-t 1/6] lib/igt_pm: igt lib helper routines to support DC5/6 tests Anshuman Gupta
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Anshuman Gupta @ 2019-06-18 17:56 UTC (permalink / raw)
  To: igt-dev; +Cc: jyoti.r.yadav

This is a resubmission of series https://patchwork.freedesktop.org/series/56713/
to collect DC6 igt test failure report from CI Bat test.
This series skip the DC6 test if in case PC8+ residencies limited
by BIOS.

This series adds DC state IGT test to CI Fast feedback list.

Anshuman Gupta (1):
  DO_NOT_MERGE: Debug patch to cover DC IGT test.

Jyoti Yadav (5):
  lib/igt_pm: igt lib helper routines to support DC5/6 tests
  tests/i915/i915_pm_dc: Added new test to verify Display C States
  tests/i915/i915_pm_dc: Added test for DC6 during PSR
  tests/i915/i915_pm_dc: Added test for DC5 during DPMS
  tests/i915/i915_pm_dc: Added test for DC6 during DPMS

 lib/igt_pm.c                          | 190 ++++++++++---
 lib/igt_pm.h                          |   6 +-
 tests/Makefile.sources                |   3 +
 tests/i915/i915_pm_backlight.c        |   6 +-
 tests/i915/i915_pm_dc.c               | 387 ++++++++++++++++++++++++++
 tests/i915/i915_pm_rpm.c              |  24 +-
 tests/intel-ci/fast-feedback.testlist |   4 +
 tests/meson.build                     |   1 +
 8 files changed, 554 insertions(+), 67 deletions(-)
 create mode 100644 tests/i915/i915_pm_dc.c

-- 
2.21.0

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

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [igt-dev] [PATCH i-g-t 0/6] DEBUG DC states igt tests patch series
@ 2019-06-13 10:47 Anshuman Gupta
  2019-06-13 10:47 ` [igt-dev] [PATCH i-g-t 1/6] lib/igt_pm: igt lib helper routines to support DC5/6 tests Anshuman Gupta
  0 siblings, 1 reply; 13+ messages in thread
From: Anshuman Gupta @ 2019-06-13 10:47 UTC (permalink / raw)
  To: igt-dev; +Cc: jyoti.r.yadav

This is a resubmission of series https://patchwork.freedesktop.org/series/56713/
to collect DC6 igt test failure report from CI Bat test.
This series adds DC state IGT test to CI Fast feedback list.

Anshuman Gupta (1):
  DO_NOT_MERGE: Debug patch to cover DC IGT test.

Jyoti Yadav (5):
  lib/igt_pm: igt lib helper routines to support DC5/6 tests
  tests/i915/i915_pm_dc: Added new test to verify Display C States
  tests/i915/i915_pm_dc: Added test for DC6 during PSR
  tests/i915/i915_pm_dc: Added test for DC5 during DPMS
  tests/i915/i915_pm_dc: Added test for DC6 during DPMS

 lib/igt_pm.c                          | 190 ++++++++++++---
 lib/igt_pm.h                          |   6 +-
 tests/Makefile.sources                |   3 +
 tests/i915/i915_pm_backlight.c        |   6 +-
 tests/i915/i915_pm_dc.c               | 339 ++++++++++++++++++++++++++
 tests/i915/i915_pm_rpm.c              |  24 +-
 tests/intel-ci/fast-feedback.testlist |   4 +
 tests/meson.build                     |   1 +
 8 files changed, 506 insertions(+), 67 deletions(-)
 create mode 100644 tests/i915/i915_pm_dc.c

-- 
2.21.0

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-08-12 12:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-18 17:56 [igt-dev] [PATCH i-g-t 0/6] DEBUG DC states igt tests patch series Anshuman Gupta
2019-06-18 17:56 ` [igt-dev] [PATCH i-g-t 1/6] lib/igt_pm: igt lib helper routines to support DC5/6 tests Anshuman Gupta
2019-08-12 12:04   ` Imre Deak
2019-06-18 17:56 ` [igt-dev] [PATCH i-g-t 2/6] tests/i915/i915_pm_dc: Added new test to verify Display C States Anshuman Gupta
2019-06-18 17:56 ` [igt-dev] [PATCH i-g-t 3/6] tests/i915/i915_pm_dc: Added test for DC6 during PSR Anshuman Gupta
2019-06-18 17:56 ` [igt-dev] [PATCH i-g-t 4/6] tests/i915/i915_pm_dc: Added test for DC5 during DPMS Anshuman Gupta
2019-08-12 12:11   ` Imre Deak
2019-08-12 12:38     ` Gupta, Anshuman
2019-08-12 12:43       ` Imre Deak
2019-06-18 17:56 ` [igt-dev] [PATCH i-g-t 5/6] tests/i915/i915_pm_dc: Added test for DC6 " Anshuman Gupta
2019-06-18 17:56 ` [igt-dev] [PATCH i-g-t 6/6] DO_NOT_MERGE: Debug patch to cover DC IGT test Anshuman Gupta
2019-06-18 18:44 ` [igt-dev] ✓ Fi.CI.BAT: success for DEBUG DC states igt tests patch series Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2019-06-13 10:47 [igt-dev] [PATCH i-g-t 0/6] " Anshuman Gupta
2019-06-13 10:47 ` [igt-dev] [PATCH i-g-t 1/6] lib/igt_pm: igt lib helper routines to support DC5/6 tests Anshuman Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox