All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anshuman Gupta <anshuman.gupta@intel.com>
To: intel-gfx@lists.freedesktop.org, igt-dev@lists.freedesktop.org
Subject: [PATCH i-g-t 0/5] DC states igt tests patch series v7
Date: Thu,  7 Mar 2019 23:00:12 +0530	[thread overview]
Message-ID: <1551979817-26123-1-git-send-email-anshuman.gupta@intel.com> (raw)

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 and
other relevant changes.
 
1. Changing the name of test from pm_dc to i915_pm_dc alinged to other PM tests.
2. Changing the DC5/6 counter check timeout from 1 sec to 3 sec,
   as in case of PSR  it requires more than 2 second to disable DC
   power wells after vblank event.

Jyoti Yadav (5):
  lib/igt_pm: igt lib helper routines to support DC5/6 tests
  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             |  47 +++++++++
 lib/igt_pm.h             |   2 +
 tests/Makefile.sources   |   3 +
 tests/i915/i915_pm_dc.c  | 255 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/i915/i915_pm_rpm.c |  17 +---
 tests/meson.build        |   1 +
 6 files changed, 309 insertions(+), 16 deletions(-)
 create mode 100644 tests/i915/i915_pm_dc.c

-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

WARNING: multiple messages have this Message-ID (diff)
From: Anshuman Gupta <anshuman.gupta@intel.com>
To: intel-gfx@lists.freedesktop.org, igt-dev@lists.freedesktop.org
Cc: jyoti.r.yadav@intel.com, anshuman.gupta@intel.com
Subject: [igt-dev] [PATCH i-g-t 0/5] DC states igt tests patch series v7
Date: Thu,  7 Mar 2019 23:00:12 +0530	[thread overview]
Message-ID: <1551979817-26123-1-git-send-email-anshuman.gupta@intel.com> (raw)

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 and
other relevant changes.
 
1. Changing the name of test from pm_dc to i915_pm_dc alinged to other PM tests.
2. Changing the DC5/6 counter check timeout from 1 sec to 3 sec,
   as in case of PSR  it requires more than 2 second to disable DC
   power wells after vblank event.

Jyoti Yadav (5):
  lib/igt_pm: igt lib helper routines to support DC5/6 tests
  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             |  47 +++++++++
 lib/igt_pm.h             |   2 +
 tests/Makefile.sources   |   3 +
 tests/i915/i915_pm_dc.c  | 255 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/i915/i915_pm_rpm.c |  17 +---
 tests/meson.build        |   1 +
 6 files changed, 309 insertions(+), 16 deletions(-)
 create mode 100644 tests/i915/i915_pm_dc.c

-- 
2.7.4

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

             reply	other threads:[~2019-03-07 17:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-07 17:30 Anshuman Gupta [this message]
2019-03-07 17:30 ` [igt-dev] [PATCH i-g-t 0/5] DC states igt tests patch series v7 Anshuman Gupta
2019-03-07 17:30 ` [PATCH i-g-t 1/5] lib/igt_pm: igt lib helper routines to support DC5/6 tests Anshuman Gupta
2019-03-07 17:30   ` [igt-dev] " Anshuman Gupta
2019-03-07 17:30 ` [PATCH i-g-t 2/5] tests/pm_dc: Added new test to verify Display C States Anshuman Gupta
2019-03-07 17:30   ` [igt-dev] " Anshuman Gupta
2019-03-07 17:30 ` [PATCH i-g-t 3/5] tests/pm_dc: Added test for DC6 during PSR Anshuman Gupta
2019-03-07 17:30   ` [igt-dev] " Anshuman Gupta
2019-03-07 17:30 ` [PATCH i-g-t 4/5] tests/pm_dc: Added test for DC5 during DPMS Anshuman Gupta
2019-03-07 17:30   ` [igt-dev] " Anshuman Gupta
2019-03-07 17:30 ` [PATCH i-g-t 5/5] tests/pm_dc: Added test for DC6 " Anshuman Gupta
2019-03-07 17:30   ` [Intel-gfx] " Anshuman Gupta
2019-03-07 18:25 ` [igt-dev] ✓ Fi.CI.BAT: success for DC states igt tests patch series (rev4) Patchwork
2019-03-07 19:18 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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=1551979817-26123-1-git-send-email-anshuman.gupta@intel.com \
    --to=anshuman.gupta@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=intel-gfx@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.