Searched refs:req_width_horz_y (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 846 unsigned int req_width_horz_y; in CalculateSwathWidth() local 907 req_width_horz_y = Read256BytesBlockWidthY[k]; in CalculateSwathWidth() 911 req_width_horz_y = req_width_horz_y / 2; in CalculateSwathWidth() 916 …d int)math_ceil2((double)display_cfg->plane_descriptors[k].surface.plane0.width, req_width_horz_y); in CalculateSwathWidth() 925 DML_LOG_VERBOSE("DML::%s: k=%u req_width_horz_y=%u\n", __func__, k, req_width_horz_y); in CalculateSwathWidth() 931 DML_LOG_VERBOSE("DML::%s: k=%u req_width_horz_y=%u\n", __func__, k, req_width_horz_y); in CalculateSwathWidth() 942 …[k] + req_width_horz_y - 1, req_width_horz_y) - math_floor2(display_cfg->plane_descriptors[k].comp… in CalculateSwathWidth() 944 …(surface_width_ub_l, math_ceil2((double)SwathWidthY[k] - 1, req_width_horz_y) + req_width_horz_y)); in CalculateSwathWidth() 946 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / req_width_horz_y; in CalculateSwathWidth()
|