mbox series

[i-g-t,0/2] tests/slpc: Add basic IGT test

Message ID 20230328020028.2143954-1-vinay.belgaumkar@intel.com (mailing list archive)
Headers show
Series tests/slpc: Add basic IGT test | expand

Message

Vinay Belgaumkar March 28, 2023, 2 a.m. UTC
Borrow some subtests from xe_guc_pc. Also add per GT debugfs helpers.

Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>

Vinay Belgaumkar (2):
  lib/debugfs: Add per GT debugfs helpers
  i915_pm_freq_api: Add some basic SLPC igt tests

 lib/igt_debugfs.c             |  60 ++++++++++++++
 lib/igt_debugfs.h             |   4 +
 tests/i915/i915_pm_freq_api.c | 151 ++++++++++++++++++++++++++++++++++
 tests/meson.build             |   1 +
 4 files changed, 216 insertions(+)
 create mode 100644 tests/i915/i915_pm_freq_api.c