Searched refs:byte_per_pixel_in_dety (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
H A D | dcn_calc_auto.c | 154 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], 1.0) * v->v_ratio[k] +dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0) / 2.0 * v->v_ratio[k] / 2) / (v->htotal[k] / v->pixel_clock[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_block_height_y[k]; 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_block_height_y[k]; in mode_support_and_system_configuration() 425 v->number_of_dpp_required_for_det_size =dcn_bw_ceil2(v->swath_width_ysingle_dpp[k] /dcn_bw_min2(v->maximum_swath_width, v->det_buffer_size_in_kbyte * 1024.0 / 2.0 / (v->byte_per_pixel_in_dety[k] * v->min_swath_height_y[k] + v->byte_per_pixel_in_detc[k] / 2.0 * v->min_swath_height_c[k])), 1.0); in mode_support_and_system_configuration() 522 v->swath_width_granularity_y = 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[ in mode_support_and_system_configuration() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calc_auto.c | 154 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], 1.0) * v->v_ratio[k] +dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0) / 2.0 * v->v_ratio[k] / 2) / (v->htotal[k] / v->pixel_clock[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_block_height_y[k]; 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_block_height_y[k]; in mode_support_and_system_configuration() 425 v->number_of_dpp_required_for_det_size =dcn_bw_ceil2(v->swath_width_ysingle_dpp[k] /dcn_bw_min2(v->maximum_swath_width, v->det_buffer_size_in_kbyte * 1024.0 / 2.0 / (v->byte_per_pixel_in_dety[k] * v->min_swath_height_y[k] + v->byte_per_pixel_in_detc[k] / 2.0 * v->min_swath_height_c[k])), 1.0); in mode_support_and_system_configuration() 522 v->swath_width_granularity_y = 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_dety[ in mode_support_and_system_configuration() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dcn_calcs.h | 277 float byte_per_pixel_in_dety[number_of_planes_minus_one + 1]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dcn_calcs.h | 277 float byte_per_pixel_in_dety[number_of_planes_minus_one + 1]; member
|
Completed in 7 milliseconds