Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_auto.c154 v->byte_per_pixel_in_dety[k] = 8.0; in mode_support_and_system_configuration()
158 v->byte_per_pixel_in_dety[k] = 4.0; in mode_support_and_system_configuration()
162 v->byte_per_pixel_in_dety[k] = 2.0; in mode_support_and_system_configuration()
166 v->byte_per_pixel_in_dety[k] = 1.0; in mode_support_and_system_configuration()
170 v->byte_per_pixel_in_dety[k] = 4.0f / 3.0f; in mode_support_and_system_configuration()
176 …v->read_bandwidth[k] = v->swath_width_ysingle_dpp[k] * (dcn_bw_ceil2(v->byte_per_pixel_in_dety[k],… in mode_support_and_system_configuration()
354 …v->read256_block_width_y[k] = 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) / v->read256_… in mode_support_and_system_configuration()
371 …v->read256_block_width_y[k] = 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) / v->read256_… in mode_support_and_system_configuration()
425 …um_swath_width, v->det_buffer_size_in_kbyte * 1024.0 / 2.0 / (v->byte_per_pixel_in_dety[k] * v->mi… in mode_support_and_system_configuration()
522 …v->swath_width_granularity_y = 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) / v->max_swa… in mode_support_and_system_configuration()
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h277 float byte_per_pixel_in_dety[number_of_planes_minus_one + 1]; member