disp: msm: dsi: update panel mode parsing message for POMS
It should not be an error that panel mode isn't specified in timing node, so add this change to lower the log level from error to info. Change-Id: I49bd1fec1c09697d9829a8e0767dfa3cf2cff512 Signed-off-by: Lei Chen <chenlei@codeaurora.org> Signed-off-by: Satya Rama Aditya Pinapala <psraditya30@codeaurora.org>
This commit is contained in:

committed by
Satya Rama Aditya Pinapala

parent
4a85d3152c
commit
8fbd145c74
@@ -3698,9 +3698,11 @@ int dsi_panel_get_mode(struct dsi_panel *panel,
|
|||||||
if (panel->panel_mode_switch_enabled) {
|
if (panel->panel_mode_switch_enabled) {
|
||||||
rc = dsi_panel_parse_panel_mode_caps(mode, utils);
|
rc = dsi_panel_parse_panel_mode_caps(mode, utils);
|
||||||
if (rc) {
|
if (rc) {
|
||||||
DSI_ERR("PMS: failed to parse panel mode\n");
|
|
||||||
rc = 0;
|
rc = 0;
|
||||||
mode->panel_mode = panel->panel_mode;
|
mode->panel_mode = panel->panel_mode;
|
||||||
|
DSI_INFO(
|
||||||
|
"POMS: panel mode isn't specified in timing[%d]\n",
|
||||||
|
child_idx);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
mode->panel_mode = panel->panel_mode;
|
mode->panel_mode = panel->panel_mode;
|
||||||
|
Reference in New Issue
Block a user