Skip to content

Commit bbe9531

Browse files
gugulotmichalsimek
authored andcommitted
drm: xlnx: hdmi: Set wait event flag for TMDS mode
wait_event_timeout process and starts the streaming before timer timeout. In TMDS mode, when the link is ready set this flag. Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com> Reviewed-by: Vishal Sagar <vishal.sagar@amd.com>
1 parent 71424dc commit bbe9531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎drivers/gpu/drm/xlnx/xlnx_hdmi.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,6 +2670,7 @@ static void xlnx_hdmi_piointr_handler(struct xlnx_hdmi *hdmi)
26702670
}
26712671
} else {
26722672
xlnx_hdmi_streamup_callback(hdmi);
2673+
hdmi->wait_for_streamup = 1;
26732674
}
26742675
xlnx_hdmi_aux_enable(hdmi);
26752676
xlnx_hdmi_auxintr_enable(hdmi);

0 commit comments

Comments
 (0)