Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c4582 wp->linetime_us = fixed16_to_u32_round_up( in skl_compute_plane_wm_params()
4637 fixed16_to_u32_round_up(wp->plane_blocks_per_line)) in skl_compute_plane_wm()
4645 res_blocks = fixed16_to_u32_round_up(selected_result) + 1; in skl_compute_plane_wm()
4651 res_blocks += fixed16_to_u32_round_up(wp->y_tile_minimum); in skl_compute_plane_wm()
4656 res_blocks += fixed16_to_u32_round_up( in skl_compute_plane_wm()
4687 min_disp_buf_needed = fixed16_to_u32_round_up( in skl_compute_plane_wm()
4804 linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8, linetime_us)); in skl_compute_linetime_wm()
Di915_drv.h156 static inline uint32_t fixed16_to_u32_round_up(uint_fixed_16_16_t fp) in fixed16_to_u32_round_up() function