Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c376 v->max_swath_height_c[k] = v->read256_block_height_c[k]; in mode_support_and_system_configuration()
380 v->max_swath_height_c[k] = v->read256_block_width_c[k]; in mode_support_and_system_configuration()
389 v->min_swath_height_c[k] = v->max_swath_height_c[k]; in mode_support_and_system_configuration()
394 v->min_swath_height_c[k] = v->max_swath_height_c[k]; in mode_support_and_system_configuration()
399 v->min_swath_height_c[k] = v->max_swath_height_c[k]; in mode_support_and_system_configuration()
402 v->min_swath_height_c[k] = v->max_swath_height_c[k] / 2.0; in mode_support_and_system_configuration()
406 v->min_swath_height_c[k] = v->max_swath_height_c[k] / 2.0; in mode_support_and_system_configuration()
416 v->min_swath_height_c[k] = v->max_swath_height_c[k]; in mode_support_and_system_configuration()
527 if (v->max_swath_height_c[k] > 0.0) { in mode_support_and_system_configuration()
528 …_granularity_c = 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0) / v->max_swath_height_c[k]; in mode_support_and_system_configuration()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h286 float max_swath_height_c[number_of_planes_minus_one + 1]; member