Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_fixed.h36 static inline u32 fixed16_to_u32_round_up(uint_fixed_16_16_t fp) in fixed16_to_u32_round_up() function
H A Dintel_pm.c4675 wp->linetime_us = fixed16_to_u32_round_up( in skl_compute_wm_params()
4766 res_blocks = fixed16_to_u32_round_up(selected_result) + 1; in skl_compute_plane_wm()
4774 fixed16_to_u32_round_up(wp->y_tile_minimum); in skl_compute_plane_wm()
4780 fixed16_to_u32_round_up(wp->y_tile_minimum); in skl_compute_plane_wm()
4865 linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8, linetime_us)); in skl_compute_linetime_wm()