Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/link/
A Dlink_validation.c577 struct fixed31_32 audio_sdp_margin = dc_fixpt_from_fraction(110, 100); in dp_required_hblank_size_bytes() local
599 symbols_per_sdp_max_layout = dc_fixpt_mul(symbols_per_sdp_max_layout, audio_sdp_margin); in dp_required_hblank_size_bytes()
610 remainder = dc_fixpt_mul(remainder, audio_sdp_margin); in dp_required_hblank_size_bytes()
/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_audio.c354 struct fixed31_32 audio_sdp_margin = dc_fixpt_from_fraction(110, 100); in calculate_required_audio_bw_in_symbols() local
373 symbols_per_sdp_max_layout = dc_fixpt_mul(symbols_per_sdp_max_layout, audio_sdp_margin); in calculate_required_audio_bw_in_symbols()
384 remainder = dc_fixpt_mul(remainder, audio_sdp_margin); in calculate_required_audio_bw_in_symbols()

Completed in 6 milliseconds