Home
last modified time | relevance | path

Searched refs:det_buffer_size_in_kbyte (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h138 float det_buffer_size_in_kbyte; member
586 float det_buffer_size_in_kbyte; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calc_auto.c425 …th_width_ysingle_dpp[k] /dcn_bw_min2(v->maximum_swath_width, v->det_buffer_size_in_kbyte * 1024.0 … in mode_support_and_system_configuration()
534 …swath_size_bytes_y + v->rounded_up_max_swath_size_bytes_c <= v->det_buffer_size_in_kbyte * 1024.0 … in mode_support_and_system_configuration()
543 …v->lines_in_det_luma = v->det_buffer_size_in_kbyte * 1024.0 / v->byte_per_pixel_in_dety[k] / v->sw… in mode_support_and_system_configuration()
547 …v->lines_in_det_luma = v->det_buffer_size_in_kbyte * 1024.0 / 2.0 / v->byte_per_pixel_in_dety[k] /… in mode_support_and_system_configuration()
548 …v->lines_in_det_chroma = v->det_buffer_size_in_kbyte * 1024.0 / 2.0 / v->byte_per_pixel_in_detc[k]… in mode_support_and_system_configuration()
551 …v->lines_in_det_luma = v->det_buffer_size_in_kbyte * 1024.0 * 2.0 / 3.0 / v->byte_per_pixel_in_det… in mode_support_and_system_configuration()
552 …v->lines_in_det_chroma = v->det_buffer_size_in_kbyte * 1024.0 / 3.0 / v->byte_per_pixel_in_dety[k]… in mode_support_and_system_configuration()
1154 …swath_size_bytes_y + v->rounded_up_max_swath_size_bytes_c <= v->det_buffer_size_in_kbyte * 1024.0 … in display_pipe_configuration()
1163 v->det_buffer_size_y[k] = v->det_buffer_size_in_kbyte * 1024.0; in display_pipe_configuration()
1167 v->det_buffer_size_y[k] = v->det_buffer_size_in_kbyte * 1024.0 / 2.0; in display_pipe_configuration()
[all …]
Ddcn_calcs.c127 .det_buffer_size_in_kbyte = 164,
833 v->det_buffer_size_in_kbyte = dc->dcn_ip->det_buffer_size_in_kbyte; in dcn_validate_bandwidth()
1715 dc->dcn_ip->det_buffer_size_in_kbyte, in dcn_bw_sync_calcs_and_dml()
1767 dc->dml.ip.det_buffer_size_kbytes = dc->dcn_ip->det_buffer_size_in_kbyte; in dcn_bw_sync_calcs_and_dml()