diff --git a/.pick_status.json b/.pick_status.json index 8967aaa565e..7061c9ff22d 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -139,7 +139,7 @@ "description": "intel/perf: also add the oa timestamp shift on MTL", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "90c86fe63e94df7719081f86ebee4851ab3fd341" }, diff --git a/src/intel/perf/intel_perf.c b/src/intel/perf/intel_perf.c index 31491867e77..f857bb1be4d 100644 --- a/src/intel/perf/intel_perf.c +++ b/src/intel/perf/intel_perf.c @@ -717,7 +717,7 @@ oa_metrics_available(struct intel_perf_config *perf, int fd, perf->i915_perf_version = i915_perf_version(fd); /* TODO: We should query this from i915 */ - if (intel_device_info_is_dg2(devinfo)) + if (devinfo->verx10 >= 125) perf->oa_timestamp_shift = 1; perf->oa_timestamp_mask =