mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drm/amd/display: Reset input mode for DIG on encoder reset
[WHY & HOW] Make enable and disable sequences symmetric. Reviewed-by: Wenjing Liu <wenjing.liu@amd.com> Acked-by: Tom Chung <chiahsuan.chung@amd.com> Signed-off-by: Dillon Varone <dillon.varone@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
0cfdfebedc
commit
5b600c1f49
|
|
@ -63,6 +63,8 @@ void reset_dio_stream_encoder(struct pipe_ctx *pipe_ctx)
|
|||
|
||||
if (stream_enc && stream_enc->funcs->disable_fifo)
|
||||
stream_enc->funcs->disable_fifo(stream_enc);
|
||||
if (stream_enc->funcs->set_input_mode)
|
||||
stream_enc->funcs->set_input_mode(stream_enc, 0);
|
||||
|
||||
link_enc->funcs->connect_dig_be_to_fe(
|
||||
link_enc,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user