data_pte_req_width_y  663 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 					v->data_pte_req_width_y = 4096.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) / v->data_pte_req_height_y * 8;
data_pte_req_width_y  665 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 						v->dpte_bytes_per_row_y = 64.0 * (dcn_bw_ceil2((v->viewport_width[k] / v->no_of_dpp[i][j][k] *dcn_bw_min2(128.0, dcn_bw_pow(2.0,dcn_bw_floor2(dcn_bw_log(v->pte_buffer_size_in_requests * v->data_pte_req_width_y / (v->viewport_width[k] / v->no_of_dpp[i][j][k]), 2.0), 1.0))) - 1.0) / v->data_pte_req_width_y, 1.0) + 1);
data_pte_req_width_y  668 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 						v->dpte_bytes_per_row_y = 64.0 * (dcn_bw_ceil2((v->viewport_width[k] / v->no_of_dpp[i][j][k] - 1.0) / v->data_pte_req_width_y, 1.0) + 1);
data_pte_req_width_y  331 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float data_pte_req_width_y;