disp: msm: dsi: parse panel ack disabled property for sim panels
Sim panels are not working well with video mode, parse panel ack disabled property to fix sim video mode identification issue. Change-Id: Ife3b533d5a6db97618459dacf1f7ce8d3fc896bf Signed-off-by: Yahui Wang <quic_yahuiw@quicinc.com>
此提交包含在:
@@ -1786,6 +1786,9 @@ static int dsi_panel_parse_panel_mode(struct dsi_panel *panel)
|
||||
"qcom,poms-align-panel-vsync");
|
||||
panel->panel_mode = panel_mode;
|
||||
panel->panel_mode_switch_enabled = panel_mode_switch_enabled;
|
||||
|
||||
panel->panel_ack_disabled = utils->read_bool(utils->data,
|
||||
"qcom,panel-ack-disabled");
|
||||
error:
|
||||
return rc;
|
||||
}
|
||||
|
新增問題並參考
封鎖使用者