Revert "disp: msm: dp: check for display status before SDP config"

This gerrit reverts the change I330f6fc162f3366a9ca0aeb64956927dceca4c80
(disp: msm: dp: check for display status before SDP config)

Change-Id: I74391df3493652397d0456c43feba38521baadb5
Signed-off-by: Sankeerth Billakanti <quic_sbillaka@quicinc.com>
This commit is contained in:
Sankeerth Billakanti
2022-12-06 19:26:10 +05:30
committed by Gerrit - the friendly Code Review server
parent 1768bf4fc3
commit e2c0202fa4

View File

@@ -2842,8 +2842,7 @@ static void dp_panel_config_sdp(struct dp_panel *dp_panel,
panel = container_of(dp_panel, struct dp_panel_private, dp_panel);
panel->catalog->stream_id = dp_panel->stream_id;
if (panel->panel_on)
panel->catalog->config_sdp(panel->catalog, en);
panel->catalog->config_sdp(panel->catalog, en);
}
static int dp_panel_hw_cfg(struct dp_panel *dp_panel, bool enable)