Home
last modified time | relevance | path

Searched refs:__I915_SAMPLE_RC6_LAST_REPORTED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_pmu.h21 __I915_SAMPLE_RC6_LAST_REPORTED, enumerator
H A Di915_pmu.c177 if (val < pmu->sample[__I915_SAMPLE_RC6_LAST_REPORTED].cur) in get_rc6()
178 val = pmu->sample[__I915_SAMPLE_RC6_LAST_REPORTED].cur; in get_rc6()
180 pmu->sample[__I915_SAMPLE_RC6_LAST_REPORTED].cur = val; in get_rc6()
194 pmu->sample[__I915_SAMPLE_RC6_LAST_REPORTED].cur = in init_rc6()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_pmu.h37 __I915_SAMPLE_RC6_LAST_REPORTED, enumerator
H A Di915_pmu.c242 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()

Completed in 5 milliseconds