Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()