Merge "Revert "disp: msm: dp: check for display status before SDP config"" into display-kernel.lnx.5.15.r1-rel

This commit is contained in:
Linux Build Service Account
2022-12-06 08:15:31 -08:00
committed by Gerrit - the friendly Code Review server

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 = container_of(dp_panel, struct dp_panel_private, dp_panel);
panel->catalog->stream_id = dp_panel->stream_id; 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) static int dp_panel_hw_cfg(struct dp_panel *dp_panel, bool enable)