Lines Matching refs:res_blocks
4775 u32 res_blocks, res_lines, min_ddb_alloc = 0; in skl_compute_plane_wm() local
4819 res_blocks = fixed16_to_u32_round_up(selected_result) + 1; in skl_compute_plane_wm()
4826 res_blocks += in skl_compute_plane_wm()
4832 res_blocks += in skl_compute_plane_wm()
4836 res_blocks++; in skl_compute_plane_wm()
4845 if (result_prev->plane_res_b > res_blocks) in skl_compute_plane_wm()
4846 res_blocks = result_prev->plane_res_b; in skl_compute_plane_wm()
4863 min_ddb_alloc = res_blocks + in skl_compute_plane_wm()
4864 DIV_ROUND_UP(res_blocks, 10); in skl_compute_plane_wm()
4883 result->plane_res_b = res_blocks; in skl_compute_plane_wm()
4886 result->min_ddb_alloc = max(min_ddb_alloc, res_blocks) + 1; in skl_compute_plane_wm()
4935 u16 wm0_sel_res_b, trans_offset_b, res_blocks; in skl_compute_transition_wm() local
4966 res_blocks = max(wm0_sel_res_b, trans_y_tile_min) + in skl_compute_transition_wm()
4969 res_blocks = wm0_sel_res_b + trans_offset_b; in skl_compute_transition_wm()
4973 res_blocks += 1; in skl_compute_transition_wm()
4982 wm->trans_wm.plane_res_b = res_blocks + 1; in skl_compute_transition_wm()