Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c535 v->swath_height_yper_state[i][j][k] = v->max_swath_height_y[k]; in mode_support_and_system_configuration()
539 v->swath_height_yper_state[i][j][k] = v->min_swath_height_y[k]; in mode_support_and_system_configuration()
546 else if (v->swath_height_yper_state[i][j][k] <= v->swath_height_cper_state[i][j][k]) { in mode_support_and_system_configuration()
749 …v->max_num_sw_y[k] =dcn_bw_ceil2((v->prefill_y[k] - 1.0) / v->swath_height_yper_state[i][j][k], 1.… in mode_support_and_system_configuration()
751 v->max_partial_sw_y =dcn_bw_mod((v->prefill_y[k] - 2.0), v->swath_height_yper_state[i][j][k]); in mode_support_and_system_configuration()
754 …ial_sw_y =dcn_bw_mod((v->prefill_y[k] + v->swath_height_yper_state[i][j][k] - 2.0), v->swath_heigh… in mode_support_and_system_configuration()
757 …v->prefetch_lines_y[k] = v->max_num_sw_y[k] * v->swath_height_yper_state[i][j][k] + v->max_partial… in mode_support_and_system_configuration()
864 if ((v->swath_height_yper_state[i][j][k] > 4.0)) { in mode_support_and_system_configuration()
866 …atio_pre_ywith_immediate_flip[i][j][k], (v->max_num_sw_y[k] * v->swath_height_yper_state[i][j][k])… in mode_support_and_system_configuration()
890 if ((v->swath_height_yper_state[i][j][k] > 4.0)) { in mode_support_and_system_configuration()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h236 …float swath_height_yper_state[number_of_states_plus_one + 1][1 + 1][number_of_planes_minus_one + 1… member