Searched refs:req_width_horz_y (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared.c | 3586 unsigned int req_width_horz_y = Read256BytesBlockWidthY[k]; in CalculateSwathWidth() local 3590 req_width_horz_y = req_width_horz_y / 2; in CalculateSwathWidth() 3595 …d int)math_ceil2((double)display_cfg->plane_descriptors[k].surface.plane0.width, req_width_horz_y); in CalculateSwathWidth() 3605 dml2_printf("DML::%s: k=%u req_width_horz_y=%u\n", __func__, k, req_width_horz_y); in CalculateSwathWidth() 3611 dml2_printf("DML::%s: k=%u req_width_horz_y=%u\n", __func__, k, req_width_horz_y); in CalculateSwathWidth() 3623 …[k] + req_width_horz_y - 1, req_width_horz_y) - math_floor2(display_cfg->plane_descriptors[k].comp… in CalculateSwathWidth() 3625 …(surface_width_ub_l, math_ceil2((double)SwathWidthY[k] - 1, req_width_horz_y) + req_width_horz_y)); in CalculateSwathWidth() 3627 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / req_width_horz_y; in CalculateSwathWidth()
|
D | dml2_core_dcn4_calcs.c | 833 unsigned int req_width_horz_y; in CalculateSwathWidth() local 900 req_width_horz_y = Read256BytesBlockWidthY[k]; in CalculateSwathWidth() 904 req_width_horz_y = req_width_horz_y / 2; in CalculateSwathWidth() 909 …d int)math_ceil2((double)display_cfg->plane_descriptors[k].surface.plane0.width, req_width_horz_y); in CalculateSwathWidth() 919 dml2_printf("DML::%s: k=%u req_width_horz_y=%u\n", __func__, k, req_width_horz_y); in CalculateSwathWidth() 925 dml2_printf("DML::%s: k=%u req_width_horz_y=%u\n", __func__, k, req_width_horz_y); in CalculateSwathWidth() 937 …[k] + req_width_horz_y - 1, req_width_horz_y) - math_floor2(display_cfg->plane_descriptors[k].comp… in CalculateSwathWidth() 939 …(surface_width_ub_l, math_ceil2((double)SwathWidthY[k] - 1, req_width_horz_y) + req_width_horz_y)); in CalculateSwathWidth() 941 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / req_width_horz_y; in CalculateSwathWidth()
|