Skip to content
Snippets Groups Projects
Commit 4f0e9cb6 authored by Devin Kim's avatar Devin Kim
Browse files

msm: mdss: Fix the race condition on phy regulator control


mdss_dsi_phy_init() controls the phy regulator. If mdss_dsi_ulps_config_sub
is invoked at that time, it will cause unexpected behavior like
clock control failure. mdss_dsi_phy_init() is invoked by mdss_dsi_on() which
is for unblank. To avoid this problem, mdss_dsi_on() is protected with
ctrl_pdata->ulps_lock.

Change-Id: Ib2dc0f49f6f15f7a9cdc5218ca0e9fe13b9e0ae4
Signed-off-by: default avatarDevin Kim <dojip.kim@lge.com>
parent 5ab04576
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment