Searched refs:__I915_SAMPLE_RC6_LAST_REPORTED (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_pmu.h | 37 __I915_SAMPLE_RC6_LAST_REPORTED, enumerator
|
D | i915_pmu.c | 242 if (val < read_sample(pmu, gt_id, __I915_SAMPLE_RC6_LAST_REPORTED)) in get_rc6() 243 val = read_sample(pmu, gt_id, __I915_SAMPLE_RC6_LAST_REPORTED); in get_rc6() 245 store_sample(pmu, gt_id, __I915_SAMPLE_RC6_LAST_REPORTED, val); in get_rc6() 265 store_sample(pmu, i, __I915_SAMPLE_RC6_LAST_REPORTED, in init_rc6()
|