Searched refs:time_hw (Results 1 – 1 of 1) sorted by relevance
9696 u64 time_hw, prev_hw, overflow_hw; in intel_rc6_residency_ns() local9727 time_hw = vlv_residency_raw(dev_priv, reg); in intel_rc6_residency_ns()9739 time_hw = I915_READ_FW(reg); in intel_rc6_residency_ns()9749 dev_priv->gt_pm.rc6.prev_hw_residency[i] = time_hw; in intel_rc6_residency_ns()9752 if (time_hw >= prev_hw) in intel_rc6_residency_ns()9753 time_hw -= prev_hw; in intel_rc6_residency_ns()9755 time_hw += overflow_hw - prev_hw; in intel_rc6_residency_ns()9758 time_hw += dev_priv->gt_pm.rc6.cur_residency[i]; in intel_rc6_residency_ns()9759 dev_priv->gt_pm.rc6.cur_residency[i] = time_hw; in intel_rc6_residency_ns()9764 return mul_u64_u32_div(time_hw, mul, div); in intel_rc6_residency_ns()