Searched refs:audio_sdp_overhead (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c329 uint32_t audio_sdp_overhead = 0; local
333 audio_sdp_overhead = 16; /* 4 * 2 + 8 */
335 audio_sdp_overhead = lane_count * 2 + 8;
337 audio_sdp_overhead = 10; /* 4 x 2.5 */
340 ASSERT(audio_sdp_overhead != 0);
342 return audio_sdp_overhead;
351 uint32_t audio_sdp_overhead)
372 symbols_per_sdp_max_layout = dc_fixpt_add_int(symbols_per_sdp_max_layout, audio_sdp_overhead);
383 remainder = dc_fixpt_add_int(remainder, audio_sdp_overhead);
477 uint32_t audio_sdp_overhead; local
345 calculate_required_audio_bw_in_symbols( const struct audio_crtc_info *crtc_info, const struct dp_audio_layout_config *layout_config, uint32_t channel_count, uint32_t sample_rate_hz, uint32_t av_stream_map_lane_count, uint32_t audio_sdp_overhead) argument
[all...]

Completed in 158 milliseconds