Searched refs:swath_height_cper_state (Results 1 – 2 of 2) sorted by relevance
536 v->swath_height_cper_state[i][j][k] = v->max_swath_height_c[k]; in mode_support_and_system_configuration()540 v->swath_height_cper_state[i][j][k] = v->min_swath_height_c[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()761 …v->max_num_sw_c[k] =dcn_bw_ceil2((v->prefill_c[k] - 1.0) / v->swath_height_cper_state[i][j][k], 1.… in mode_support_and_system_configuration()763 v->max_partial_sw_c =dcn_bw_mod((v->prefill_c[k] - 2.0), v->swath_height_cper_state[i][j][k]); in mode_support_and_system_configuration()766 …ial_sw_c =dcn_bw_mod((v->prefill_c[k] + v->swath_height_cper_state[i][j][k] - 2.0), v->swath_heigh… in mode_support_and_system_configuration()769 …v->prefetch_lines_c[k] = v->max_num_sw_c[k] * v->swath_height_cper_state[i][j][k] + v->max_partial… in mode_support_and_system_configuration()873 if ((v->swath_height_cper_state[i][j][k] > 4.0)) { in mode_support_and_system_configuration()875 …atio_pre_cwith_immediate_flip[i][j][k], (v->max_num_sw_c[k] * v->swath_height_cper_state[i][j][k])… in mode_support_and_system_configuration()899 if ((v->swath_height_cper_state[i][j][k] > 4.0)) { in mode_support_and_system_configuration()[all …]
237 …float swath_height_cper_state[number_of_states_plus_one + 1][1 + 1][number_of_planes_minus_one + 1… member