Lines Matching refs:res_blocks
5261 u32 res_blocks, res_lines, min_ddb_alloc = 0; in skl_compute_plane_wm() local
5307 res_blocks = fixed16_to_u32_round_up(selected_result) + 1; in skl_compute_plane_wm()
5314 res_blocks += in skl_compute_plane_wm()
5320 res_blocks += in skl_compute_plane_wm()
5324 res_blocks++; in skl_compute_plane_wm()
5333 if (result_prev->plane_res_b > res_blocks) in skl_compute_plane_wm()
5334 res_blocks = result_prev->plane_res_b; in skl_compute_plane_wm()
5351 min_ddb_alloc = res_blocks + in skl_compute_plane_wm()
5352 DIV_ROUND_UP(res_blocks, 10); in skl_compute_plane_wm()
5371 result->plane_res_b = res_blocks; in skl_compute_plane_wm()
5374 result->min_ddb_alloc = max(min_ddb_alloc, res_blocks) + 1; in skl_compute_plane_wm()
5419 u16 wm0_sel_res_b, trans_offset_b, res_blocks; in skl_compute_transition_wm() local
5460 res_blocks = max(wm0_sel_res_b, trans_y_tile_min) + in skl_compute_transition_wm()
5463 res_blocks = wm0_sel_res_b + trans_offset_b; in skl_compute_transition_wm()
5471 wm->trans_wm.plane_res_b = res_blocks + 1; in skl_compute_transition_wm()