[igt-dev] [PATCH i-g-t v3 0/5] Modify igt_pm functions and add GT C6 freeze test

Riana Tauro riana.tauro at intel.com
Wed Aug 9 07:06:35 UTC 2023


1) Modify igt_pm d3cold_allowed get/set tests
2) Change i915 suspend and xe pm tests to use the igt_pm
   d3cold_allowed functions
3) Add a test to validate residency across s2idle

Rev2: Add justification for change in commit message
      Skip disabling d3cold_allowed for igfx

Rev3: change test flag enum
      assert if pci_slot_name is NULL

Riana Tauro (5):
  lib/igt_device: Add a function to get the pci slot name
  lib/igt_pm: change d3cold_allowed function parameters
  tests/xe: use igt_pm library functions
  tests/xe: Add a test that validates residency during s2idle
  HAX: Add gt-c6-freeze to xe-fast-feedback.testlist

 lib/igt_device.c                         | 22 ++++++++++
 lib/igt_device.h                         |  1 +
 lib/igt_pm.c                             | 22 +++++-----
 lib/igt_pm.h                             |  4 +-
 tests/i915/i915_suspend.c                |  8 ++--
 tests/intel-ci/xe-fast-feedback.testlist |  1 +
 tests/xe/xe_pm.c                         | 43 +++---------------
 tests/xe/xe_pm_residency.c               | 56 +++++++++++++++++++++---
 8 files changed, 99 insertions(+), 58 deletions(-)

-- 
2.40.0



More information about the igt-dev mailing list