Home
last modified time | relevance | path

Searched refs:full_vp_width (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
Ddml_top_mcache.c163 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() argument
174 slice_width = full_vp_width / num_pipes; in calculate_h_split_for_scaling_transform()
184 if (pipe_vp_x_end[i] > full_vp_width - MAX_SCL_VP_OVERLAP - 1) in calculate_h_split_for_scaling_transform()
185 pipe_vp_x_end[i] = full_vp_width - 1; in calculate_h_split_for_scaling_transform()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1798 unsigned int full_vp_width; member
Ddml2_core_shared.c4995 dml2_printf("DML::%s: full_vp_width = %u\n", __func__, p->full_vp_width); in calculate_mcache_row_bytes()
5009 if (p->full_vp_height == 0 && p->full_vp_width == 0) { in calculate_mcache_row_bytes()
5034 …full_vp_width_mvmpg_aligned = (unsigned int)(math_floor2((p->vp_start_x + p->full_vp_width) + *p->… in calculate_mcache_row_bytes()
5044 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + … in calculate_mcache_row_bytes()
5157 l->l_p.full_vp_width = p->full_vp_width_l; in calculate_mcache_setting()
5192 l->c_p.full_vp_width = p->full_vp_width_c; in calculate_mcache_setting()
Ddml2_core_dcn4_calcs.c2324 dml2_printf("DML::%s: full_vp_width = %u\n", __func__, p->full_vp_width); in calculate_mcache_row_bytes()
2338 if (p->full_vp_height == 0 && p->full_vp_width == 0) { in calculate_mcache_row_bytes()
2363 …full_vp_width_mvmpg_aligned = (unsigned int)(math_floor2((p->vp_start_x + p->full_vp_width) + *p->… in calculate_mcache_row_bytes()
2373 …*p->meta_row_width_ub = (unsigned int)math_ceil2((double)p->full_vp_width - 1, *p->mvmpg_width) + … in calculate_mcache_row_bytes()
2482 l->l_p.full_vp_width = p->full_vp_width_l; in calculate_mcache_setting()
2517 l->c_p.full_vp_width = p->full_vp_width_c; in calculate_mcache_setting()