msm: mdss: add support to send dcs cmds by left port only in video mode
In the current implementation, the existing feature flag to send DCS commands only by the left controller is parsed only for command mode panels. Extend this support to include video mode panels as well. Change-Id: I32c5d96b514a8c4cb90fd320d589fe4252e92133 Signed-off-by: Naseer Ahmed <naseer@codeaurora.org>
This commit is contained in:
parent
7dc5ab2669
commit
4af0f22f2c
1 changed files with 3 additions and 3 deletions
|
@ -1675,11 +1675,11 @@ static int mdss_dsi_parse_panel_features(struct device_node *np,
|
|||
of_property_read_bool(np,
|
||||
"qcom,partial-update-roi-merge");
|
||||
}
|
||||
|
||||
pinfo->dcs_cmd_by_left = of_property_read_bool(np,
|
||||
"qcom,dcs-cmd-by-left");
|
||||
}
|
||||
|
||||
pinfo->dcs_cmd_by_left = of_property_read_bool(np,
|
||||
"qcom,dcs-cmd-by-left");
|
||||
|
||||
pinfo->ulps_feature_enabled = of_property_read_bool(np,
|
||||
"qcom,ulps-enabled");
|
||||
pr_info("%s: ulps feature %s\n", __func__,
|
||||
|
|
Loading…
Add table
Reference in a new issue