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 | 845 unsigned int req_width_horz_y; in CalculateSwathWidth() local 906 req_width_horz_y = Read256BytesBlockWidthY[k]; in CalculateSwathWidth() 910 req_width_horz_y = req_width_horz_y / 2; in CalculateSwathWidth() 915 …d int)math_ceil2((double)display_cfg->plane_descriptors[k].surface.plane0.width, req_width_horz_y); in CalculateSwathWidth() 924 DML_LOG_VERBOSE("DML::%s: k=%u req_width_horz_y=%u\n", __func__, k, req_width_horz_y); in CalculateSwathWidth() 930 DML_LOG_VERBOSE("DML::%s: k=%u req_width_horz_y=%u\n", __func__, k, req_width_horz_y); in CalculateSwathWidth() 941 …[k] + req_width_horz_y - 1, req_width_horz_y) - math_floor2(display_cfg->plane_descriptors[k].comp… in CalculateSwathWidth() 943 …(surface_width_ub_l, math_ceil2((double)SwathWidthY[k] - 1, req_width_horz_y) + req_width_horz_y)); in CalculateSwathWidth() 945 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / req_width_horz_y; in CalculateSwathWidth()
|