Searched refs:linetime_us (Results 1 – 2 of 2) sorted by relevance
4442 uint_fixed_16_16_t linetime_us; in intel_get_linetime_us() local4453 linetime_us = div_fixed16(crtc_htotal * 1000, pixel_rate); in intel_get_linetime_us()4455 return linetime_us; in intel_get_linetime_us()4582 wp->linetime_us = fixed16_to_u32_round_up( in skl_compute_plane_wm_params()4639 else if (latency >= wp->linetime_us) in skl_compute_plane_wm()4796 uint_fixed_16_16_t linetime_us; in skl_compute_linetime_wm() local4799 linetime_us = intel_get_linetime_us(cstate); in skl_compute_linetime_wm()4801 if (is_fixed16_zero(linetime_us)) in skl_compute_linetime_wm()4804 linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8, linetime_us)); in skl_compute_linetime_wm()
1226 uint32_t linetime_us; member