diff options
author | Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> | 2022-03-21 15:49:44 +0530 |
---|---|---|
committer | Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> | 2022-03-25 11:51:13 +0530 |
commit | 1d267ea1b829fa10b31a37ccf6b4a970f032784a (patch) | |
tree | 25f99ecc789632dd0ec32a95abfd8a685e353669 /lib | |
parent | 5a78ea9ff9c0a77bec5b094bf7e9d82c9848702b (diff) |
i915/perf: Enable perf OA tests for ADL-N
ADL-N and ADL use the same OA metrics. Add ADL-N support
for OA tests.
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/i915/perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/i915/perf.c b/lib/i915/perf.c index 98b2f29d..d88835ff 100644 --- a/lib/i915/perf.c +++ b/lib/i915/perf.c @@ -278,7 +278,7 @@ intel_perf_for_devinfo(uint32_t device_id, } else if (devinfo->is_dg1) { intel_perf_load_metrics_dg1(perf); } else if (devinfo->is_alderlake_s || devinfo->is_alderlake_p || - devinfo->is_raptorlake_s) { + devinfo->is_raptorlake_s || devinfo->is_alderlake_n) { intel_perf_load_metrics_adl(perf); } else { return unsupported_i915_perf_platform(perf); |