Searched refs:det_buffer_size_in_kbyte (Results 1 – 5 of 5) sorted by relevance
168 void (*program_det_size)(struct hubbub *hubbub, int hubp_inst, unsigned det_buffer_size_in_kbyte);
138 float det_buffer_size_in_kbyte; member586 float det_buffer_size_in_kbyte; member
425 …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 …]
127 .det_buffer_size_in_kbyte = 164,834 v->det_buffer_size_in_kbyte = dc->dcn_ip->det_buffer_size_in_kbyte; in dcn_validate_bandwidth()1717 dc->dcn_ip->det_buffer_size_in_kbyte, in dcn_bw_sync_calcs_and_dml()1769 dc->dml.ip.det_buffer_size_kbytes = dc->dcn_ip->det_buffer_size_in_kbyte; in dcn_bw_sync_calcs_and_dml()
77 …dcn31_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_kbyte) in dcn31_program_det_size() argument81 …unsigned int det_size_segments = (det_buffer_size_in_kbyte + DCN31_CRB_SEGMENT_SIZE_KB - 1) / DCN3… in dcn31_program_det_size()