Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c4797 uint32_t linetime_wm; in skl_compute_linetime_wm() local
4804 linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8, linetime_us)); in skl_compute_linetime_wm()
4809 linetime_wm /= 2; in skl_compute_linetime_wm()
4811 return linetime_wm; in skl_compute_linetime_wm()