Searched refs:full_vp_width (Results 1 – 3 of 3) sorted by relevance
1286 static bool calculate_h_split_for_scaling_transform(int full_vp_width, int h_active, int num_pipes, in calculate_h_split_for_scaling_transform() argument1298 slice_width = full_vp_width / num_pipes; in calculate_h_split_for_scaling_transform()1308 if (pipe_vp_x_end[i] > full_vp_width - MAX_SCL_VP_OVERLAP - 1) in calculate_h_split_for_scaling_transform()1309 pipe_vp_x_end[i] = full_vp_width - 1; in calculate_h_split_for_scaling_transform()
1996 DML_LOG_VERBOSE("DML::%s: full_vp_width = %u\n", __func__, p->full_vp_width); in dcn5_calculate_mcache_row_bytes()2009 if (p->full_vp_height == 0 && p->full_vp_width == 0) { in dcn5_calculate_mcache_row_bytes()2035 …full_vp_width_mvmpg_aligned = (unsigned int)(math_floor2((p->vp_start_x + p->full_vp_width) + *p->… in dcn5_calculate_mcache_row_bytes()2045 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + … in dcn5_calculate_mcache_row_bytes()2154 l->l_p.full_vp_width = p->full_vp_width_l; in dcn5_calculate_mcache_setting()2190 l->c_p.full_vp_width = p->full_vp_width_c; in dcn5_calculate_mcache_setting()
2141 unsigned int full_vp_width; member