Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f4f051f authored by Venkata Prahlad Valluru's avatar Venkata Prahlad Valluru
Browse files

drm/bridge: add optimum delay before enabling hdmi output



Change delay time from 500ms to best value of 80ms before
enabling hdmi output

Change-Id: Ie0dba408b5ba0ddb7c52bbb6e2a07de6a48e7002
Signed-off-by: default avatarVenkata Prahlad Valluru <vvalluru@codeaurora.org>
parent 0c8937f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -1126,7 +1126,7 @@ static int lt9611_video_on(struct lt9611 *pdata, bool on)
		lt9611_hdmi_tx_digital(pdata, cfg);
		lt9611_hdmi_tx_phy(pdata, cfg);

		msleep(500);
		msleep(80);

		lt9611_video_check(pdata);
		lt9611_hdmi_output_enable(pdata);