Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pmu.c142 static bool pmu_needs_timer(struct i915_pmu *pmu) in pmu_needs_timer() function
282 if (!pmu->timer_enabled && pmu_needs_timer(pmu)) { in __i915_pmu_maybe_start_timer()
814 pmu->timer_enabled &= pmu_needs_timer(pmu); in i915_pmu_disable()