File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
drivers/gpu/drm/amd/display/dc/core Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3102,6 +3102,9 @@ void core_link_enable_stream(
3102
3102
struct dc * dc = pipe_ctx -> stream -> ctx -> dc ;
3103
3103
struct dc_stream_state * stream = pipe_ctx -> stream ;
3104
3104
enum dc_status status ;
3105
+ #if defined(CONFIG_DRM_AMD_DC_DCN3_0 )
3106
+ enum otg_out_mux_dest otg_out_dest = OUT_MUX_DIO ;
3107
+ #endif
3105
3108
DC_LOGGER_INIT (pipe_ctx -> stream -> ctx -> logger );
3106
3109
3107
3110
if (!IS_DIAG_DC (dc -> ctx -> dce_environment ) &&
@@ -3136,8 +3139,8 @@ void core_link_enable_stream(
3136
3139
pipe_ctx -> stream -> link -> link_state_valid = true;
3137
3140
3138
3141
#if defined(CONFIG_DRM_AMD_DC_DCN3_0 )
3139
- if (pipe_ctx -> stream_res .tg -> funcs -> set_out_mux )
3140
- pipe_ctx -> stream_res .tg -> funcs -> set_out_mux (pipe_ctx -> stream_res .tg , OUT_MUX_DIO );
3142
+ if (pipe_ctx -> stream_res .tg -> funcs -> set_out_mux )
3143
+ pipe_ctx -> stream_res .tg -> funcs -> set_out_mux (pipe_ctx -> stream_res .tg , otg_out_dest );
3141
3144
#endif
3142
3145
3143
3146
if (dc_is_dvi_signal (pipe_ctx -> stream -> signal ))
You can’t perform that action at this time.
0 commit comments