Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c4915 u32 linetime_wm; in skl_compute_linetime_wm() local
4918 linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8, linetime_us)); in skl_compute_linetime_wm()
4922 linetime_wm /= 2; in skl_compute_linetime_wm()
4924 return linetime_wm; in skl_compute_linetime_wm()