Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c329 uint32_t audio_sdp_overhead = 0; in get_audio_sdp_overhead() local
333 audio_sdp_overhead = 16; /* 4 * 2 + 8 */ in get_audio_sdp_overhead()
335 audio_sdp_overhead = lane_count * 2 + 8; in get_audio_sdp_overhead()
337 audio_sdp_overhead = 10; /* 4 x 2.5 */ in get_audio_sdp_overhead()
340 ASSERT(audio_sdp_overhead != 0); in get_audio_sdp_overhead()
342 return audio_sdp_overhead; in get_audio_sdp_overhead()
351 uint32_t audio_sdp_overhead) in calculate_required_audio_bw_in_symbols() argument
372 symbols_per_sdp_max_layout = dc_fixpt_add_int(symbols_per_sdp_max_layout, audio_sdp_overhead); in calculate_required_audio_bw_in_symbols()
383 remainder = dc_fixpt_add_int(remainder, audio_sdp_overhead); in calculate_required_audio_bw_in_symbols()
478 uint32_t audio_sdp_overhead; in check_audio_bandwidth_dp() local
[all …]