struct dc *dc = pipe_ctx->stream->ctx->dc;
        struct dc_stream_state *stream = pipe_ctx->stream;
        enum dc_status status;
+#if defined(CONFIG_DRM_AMD_DC_DCN3_0)
+       enum otg_out_mux_dest otg_out_dest = OUT_MUX_DIO;
+#endif
        DC_LOGGER_INIT(pipe_ctx->stream->ctx->logger);
 
        if (!IS_DIAG_DC(dc->ctx->dce_environment) &&
        pipe_ctx->stream->link->link_state_valid = true;
 
 #if defined(CONFIG_DRM_AMD_DC_DCN3_0)
-               if (pipe_ctx->stream_res.tg->funcs->set_out_mux)
-                                       pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, OUT_MUX_DIO);
+       if (pipe_ctx->stream_res.tg->funcs->set_out_mux)
+               pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, otg_out_dest);
 #endif
 
        if (dc_is_dvi_signal(pipe_ctx->stream->signal))