Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_pmu.h101 ktime_t timer_last; member
H A Di915_pmu.c293 pmu->timer_last = ktime_get(); in __i915_pmu_maybe_start_timer()
518 period_ns = ktime_to_ns(ktime_sub(now, pmu->timer_last)); in i915_sample()
519 pmu->timer_last = now; in i915_sample()