mbox series

[i-g-t,0/2] Add PMU tests for GT frequency

Message ID 20250402013912.2981094-1-vinay.belgaumkar@intel.com (mailing list archive)
Headers show
Series Add PMU tests for GT frequency | expand

Message

Vinay Belgaumkar April 2, 2025, 1:39 a.m. UTC
Also move some frequency helpers to lib.

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

Vinay Belgaumkar (2):
  lib/xe_gt: Move get/set GT freq utils to lib
  tests/xe_pmu: Add frequency test

 lib/xe/xe_gt.c           |  59 ++++++++++++++
 lib/xe/xe_gt.h           |   2 +
 tests/intel/xe_gt_freq.c | 164 +++++++++++++++------------------------
 tests/intel/xe_pmu.c     |  93 ++++++++++++++++++++++
 4 files changed, 218 insertions(+), 100 deletions(-)