Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c384 v->min_swath_height_y[k] = v->max_swath_height_y[k]; in mode_support_and_system_configuration()
387 v->min_swath_height_y[k] = v->max_swath_height_y[k] / 2.0; in mode_support_and_system_configuration()
393 v->min_swath_height_y[k] = v->max_swath_height_y[k]; in mode_support_and_system_configuration()
397 v->min_swath_height_y[k] = v->max_swath_height_y[k] / 2.0; in mode_support_and_system_configuration()
408 v->min_swath_height_y[k] = v->max_swath_height_y[k]; in mode_support_and_system_configuration()
411 v->min_swath_height_y[k] = v->max_swath_height_y[k] / 2.0; in mode_support_and_system_configuration()
415 v->min_swath_height_y[k] = v->max_swath_height_y[k]; in mode_support_and_system_configuration()
425 …_size_in_kbyte * 1024.0 / 2.0 / (v->byte_per_pixel_in_dety[k] * v->min_swath_height_y[k] + v->byte… 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h287 float min_swath_height_y[number_of_planes_minus_one + 1]; member