Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h190 void (*program_det_size)(struct hubbub *hubbub, int hubp_inst, unsigned det_buffer_size_in_kbyte);
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Ddcn_calcs.h138 float det_buffer_size_in_kbyte; member
586 float det_buffer_size_in_kbyte; member
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hubbub.h147 …cn32_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_kbyte);
H A Ddcn32_hubbub.c92 …dcn32_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_kbyte) in dcn32_program_det_size() argument
96 …unsigned int det_size_segments = (det_buffer_size_in_kbyte + DCN32_CRB_SEGMENT_SIZE_KB - 1) / DCN3… in dcn32_program_det_size()
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c534 …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()
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()
1168 v->det_buffer_size_c[k] = v->det_buffer_size_in_kbyte * 1024.0 / 2.0; in display_pipe_configuration()
1171 v->det_buffer_size_y[k] = v->det_buffer_size_in_kbyte * 1024.0 * 2.0 / 3.0; in display_pipe_configuration()
[all …]
H A Ddcn_calcs.c127 .det_buffer_size_in_kbyte = 164,
818 v->det_buffer_size_in_kbyte = dc->dcn_ip->det_buffer_size_in_kbyte; in dcn_validate_bandwidth()
1667 dc->dcn_ip->det_buffer_size_in_kbyte, in dcn_bw_sync_calcs_and_dml()
1719 dc->dml.ip.det_buffer_size_kbytes = dc->dcn_ip->det_buffer_size_in_kbyte; in dcn_bw_sync_calcs_and_dml()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c76 …dcn31_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_kbyte) in dcn31_program_det_size() argument
80 …unsigned int det_size_segments = (det_buffer_size_in_kbyte + DCN31_CRB_SEGMENT_SIZE_KB - 1) / DCN3… in dcn31_program_det_size()