Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_pmu.h21 __I915_SAMPLE_RC6_LAST_REPORTED, enumerator
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()
632 pmu->sample[__I915_SAMPLE_RC6_LAST_REPORTED].cur = 0; in i915_pmu_enable()