-
- Downloads
msm: mdss: check cmd_pending before turning off the clocks
We currently send the commands for backlight update through sysfs nodes. The implementation turns on the clocks for these nodes to allow command update during ulps state. However, clk off does not wait for operation complete. In loaded system, this can lead to crash if commands are not sent within timeframe window. This change holds the command pending status before turning off the clock to make sure that clocks are available before sending any command. Bug: 15725268 Change-Id: I9baf0ca423f5a09088ac29e416857f244970d33c
Showing
- drivers/video/msm/mdss/mdss_dsi_host.c 0 additions, 2 deletionsdrivers/video/msm/mdss/mdss_dsi_host.c
- drivers/video/msm/mdss/mdss_fb.c 0 additions, 3 deletionsdrivers/video/msm/mdss/mdss_fb.c
- drivers/video/msm/mdss/mdss_mdp_intf_cmd.c 62 additions, 17 deletionsdrivers/video/msm/mdss/mdss_mdp_intf_cmd.c
- drivers/video/msm/mdss/mdss_samsung_oled_cmd_320p_dsi_panel.c 8 additions, 0 deletions...ers/video/msm/mdss/mdss_samsung_oled_cmd_320p_dsi_panel.c
Loading
Please register or sign in to comment