Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calc_auto.c375 v->max_swath_height_y[k] = v->read256_block_height_y[k]; in mode_support_and_system_configuration()
379 v->max_swath_height_y[k] = v->read256_block_width_y[k]; in mode_support_and_system_configuration()
384 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()
522 …_granularity_y = 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) / v->max_swath_height_y[k]; in mode_support_and_system_configuration()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddcn_calcs.h285 float max_swath_height_y[number_of_planes_minus_one + 1]; member