Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calc_auto.c148 v->swath_width_ysingle_dpp[k] = v->viewport_width[k]; in mode_support_and_system_configuration()
151 v->swath_width_ysingle_dpp[k] = v->viewport_height[k]; in mode_support_and_system_configuration()
176 …v->read_bandwidth[k] = v->swath_width_ysingle_dpp[k] * (dcn_bw_ceil2(v->byte_per_pixel_in_dety[k],… in mode_support_and_system_configuration()
425 …v->number_of_dpp_required_for_det_size =dcn_bw_ceil2(v->swath_width_ysingle_dpp[k] /dcn_bw_min2(v-… in mode_support_and_system_configuration()
427 …k] +dcn_bw_max2(dcn_bw_ceil2(v->v_ratio[k], 1.0) - 2, 0.0)) * v->swath_width_ysingle_dpp[k] /dcn_b… in mode_support_and_system_configuration()
430swath_width_ysingle_dpp[k] /dcn_bw_max2(v->h_ratio[k], 1.0) * v->lb_bit_per_pixel[k] / v->line_buf… in mode_support_and_system_configuration()
521 v->swath_width_yper_state[i][j][k] = v->swath_width_ysingle_dpp[k] / v->no_of_dpp[i][j][k]; in mode_support_and_system_configuration()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddcn_calcs.h276 float swath_width_ysingle_dpp[number_of_planes_minus_one + 1]; member