amdgpu_dce_stream_encoder.c | 1258 uint32_t max_packets_per_line; local in function:calc_max_audio_packets_per_line 1260 max_packets_per_line = 1264 max_packets_per_line *= crtc_info->pixel_repetition; 1267 max_packets_per_line -= 58; 1269 max_packets_per_line -= 16; 1271 max_packets_per_line /= 32; 1273 return max_packets_per_line; 1369 uint32_t max_packets_per_line; local in function:dce110_se_setup_hdmi_audio 1373 max_packets_per_line = calc_max_audio_packets_per_line(crtc_info); 1377 HDMI_AUDIO_PACKETS_PER_LINE, max_packets_per_line, [all...] |