Home
last modified time | relevance | path

Searched refs:__I915_SAMPLE_RC6_LAST_REPORTED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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()