File tree Expand file tree Collapse file tree
drivers/gpu/drm/amd/display/dc/hwss/dce110 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1474,7 +1474,8 @@ void build_audio_output(
14741474
14751475 if (state -> clk_mgr &&
14761476 (pipe_ctx -> stream -> signal == SIGNAL_TYPE_DISPLAY_PORT ||
1477- pipe_ctx -> stream -> signal == SIGNAL_TYPE_DISPLAY_PORT_MST )) {
1477+ pipe_ctx -> stream -> signal == SIGNAL_TYPE_DISPLAY_PORT_MST ||
1478+ pipe_ctx -> stream -> signal == SIGNAL_TYPE_HDMI_FRL )) {
14781479 audio_output -> pll_info .audio_dto_source_clock_in_khz =
14791480 state -> clk_mgr -> funcs -> get_dp_ref_clk_frequency (
14801481 state -> clk_mgr );
@@ -2442,7 +2443,7 @@ static void dce110_setup_audio_dto(
24422443
24432444 if (pipe_ctx -> top_pipe )
24442445 continue ;
2445- if (pipe_ctx -> stream -> signal != SIGNAL_TYPE_HDMI_TYPE_A )
2446+ if (! dc_is_hdmi_signal ( pipe_ctx -> stream -> signal ) )
24462447 continue ;
24472448 if (pipe_ctx -> stream_res .audio != NULL ) {
24482449 struct audio_output audio_output ;
You can’t perform that action at this time.
0 commit comments