Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_rc6.c800 u64 time_hw, prev_hw, overflow_hw; in intel_rc6_residency_ns() local
818 overflow_hw = BIT_ULL(40); in intel_rc6_residency_ns()
830 overflow_hw = BIT_ULL(32); in intel_rc6_residency_ns()
847 time_hw += overflow_hw - prev_hw; in intel_rc6_residency_ns()