Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h346 float max_partial_sw_y; member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c751 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 …v->max_partial_sw_y =dcn_bw_mod((v->prefill_y[k] + v->swath_height_yper_state[i][j][k] - 2.0), v->… in mode_support_and_system_configuration()
756 v->max_partial_sw_y =dcn_bw_max2(1.0, v->max_partial_sw_y); in mode_support_and_system_configuration()
757 …efetch_lines_y[k] = v->max_num_sw_y[k] * v->swath_height_yper_state[i][j][k] + v->max_partial_sw_y; in mode_support_and_system_configuration()