Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c856 unsigned int req_width_horz_y; in CalculateSwathWidth() local
923 req_width_horz_y = Read256BytesBlockWidthY[k]; in CalculateSwathWidth()
927 req_width_horz_y = req_width_horz_y / 2; in CalculateSwathWidth()
932 …d int)math_ceil2((double)display_cfg->plane_descriptors[k].surface.plane0.width, req_width_horz_y); in CalculateSwathWidth()
942 dml2_printf("DML::%s: k=%u req_width_horz_y=%u\n", __func__, k, req_width_horz_y); in CalculateSwathWidth()
948 dml2_printf("DML::%s: k=%u req_width_horz_y=%u\n", __func__, k, req_width_horz_y); in CalculateSwathWidth()
960 …[k] + req_width_horz_y - 1, req_width_horz_y) - math_floor2(display_cfg->plane_descriptors[k].comp… in CalculateSwathWidth()
962 …(surface_width_ub_l, math_ceil2((double)SwathWidthY[k] - 1, req_width_horz_y) + req_width_horz_y)); in CalculateSwathWidth()
964 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / req_width_horz_y; in CalculateSwathWidth()