disp: msm: only set nolp command when panel in LP1/LP2 mode
DSI driver sends nolp commands when DSI connector power modes is set SDE_MODE_DPMS_ON or SDE_MODE_DPMS_OFF. This is invalid panel configuration. It should only send nolp commmand to panel when it is in LP1/LP2 mode. Change-Id: Ie94eaef6899d292fd20f42c1b7ef2c7a99178d13 Signed-off-by: Wenjun Zhang <wjzhan@codeaurora.org> Signed-off-by: Yuan Zhao <yzhao@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
daf414d4cf
commit
f2873cd69f
@@ -198,6 +198,7 @@ struct dsi_panel {
|
||||
bool sync_broadcast_en;
|
||||
|
||||
int panel_test_gpio;
|
||||
int power_mode;
|
||||
};
|
||||
|
||||
static inline bool dsi_panel_ulps_feature_enabled(struct dsi_panel *panel)
|
||||
|
Reference in New Issue
Block a user