Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_pm.c4453 wp->linetime_us = fixed16_to_u32_round_up( in skl_compute_plane_wm_params()
4507 fixed16_to_u32_round_up(wp->plane_blocks_per_line)) in skl_compute_plane_wm()
4515 res_blocks = fixed16_to_u32_round_up(selected_result) + 1; in skl_compute_plane_wm()
4521 res_blocks += fixed16_to_u32_round_up(wp->y_tile_minimum); in skl_compute_plane_wm()
4526 res_blocks += fixed16_to_u32_round_up( in skl_compute_plane_wm()
4614 linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8, linetime_us)); in skl_compute_linetime_wm()
H A Di915_drv.h135 static inline uint32_t fixed16_to_u32_round_up(uint_fixed_16_16_t fp) in fixed16_to_u32_round_up() function