Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c346 v->read256_block_height_y[k] = 1.0; in mode_support_and_system_configuration()
349 v->read256_block_height_y[k] = 4.0; in mode_support_and_system_configuration()
352 v->read256_block_height_y[k] = 8.0; in mode_support_and_system_configuration()
354 …width_y[k] = 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) / v->read256_block_height_y[k]; in mode_support_and_system_configuration()
360 v->read256_block_height_y[k] = 1.0; in mode_support_and_system_configuration()
364 v->read256_block_height_y[k] = 16.0; in mode_support_and_system_configuration()
368 v->read256_block_height_y[k] = 8.0; in mode_support_and_system_configuration()
371 …width_y[k] = 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) / v->read256_block_height_y[k]; in mode_support_and_system_configuration()
375 v->max_swath_height_y[k] = v->read256_block_height_y[k]; in mode_support_and_system_configuration()
619 v->meta_req_height_y = 8.0 * v->read256_block_height_y[k]; in mode_support_and_system_configuration()
[all …]
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h281 float read256_block_height_y[number_of_planes_minus_one + 1]; member