Merge 21dabac3b4 on remote branch

Change-Id: Ic9dbfac087591a64538065e951c8a1fb28eac5fb
This commit is contained in:
Linux Build Service Account
2023-11-21 22:34:39 -08:00

View File

@@ -7805,12 +7805,6 @@ int dsi_display_set_mode(struct dsi_display *display,
} }
} }
rc = dsi_display_restore_bit_clk(display, &adj_mode);
if (rc) {
DSI_ERR("[%s] bit clk rate cannot be restored\n", display->name);
goto error;
}
rc = dsi_display_validate_mode_set(display, &adj_mode, flags); rc = dsi_display_validate_mode_set(display, &adj_mode, flags);
if (rc) { if (rc) {
DSI_ERR("[%s] mode cannot be set\n", display->name); DSI_ERR("[%s] mode cannot be set\n", display->name);