Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A 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()
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()
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()
620 …v->meta_req_width_y = 64.0 * 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) / v->meta_req_… in mode_support_and_system_configuration()
630 … v->meta_surface_width_y * v->meta_req_height_y *dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) /… in mode_support_and_system_configuration()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h277 float byte_per_pixel_in_dety[number_of_planes_minus_one + 1]; member