Loading drivers/gpu/drm/msm/dsi-staging/dsi_display.c +2 −1 Original line number Diff line number Diff line Loading @@ -1925,7 +1925,8 @@ static void dsi_config_host_engine_state_for_cont_splash enum dsi_engine_state host_state = DSI_CTRL_ENGINE_ON; /* Sequence does not matter for split dsi usecases */ for (i = 0; i < display->ctrl_count; i++) { for (i = 0; (i < display->ctrl_count) && (i < MAX_DSI_CTRLS_PER_DISPLAY); i++) { ctrl = &display->ctrl[i]; if (!ctrl->ctrl) continue; Loading Loading
drivers/gpu/drm/msm/dsi-staging/dsi_display.c +2 −1 Original line number Diff line number Diff line Loading @@ -1925,7 +1925,8 @@ static void dsi_config_host_engine_state_for_cont_splash enum dsi_engine_state host_state = DSI_CTRL_ENGINE_ON; /* Sequence does not matter for split dsi usecases */ for (i = 0; i < display->ctrl_count; i++) { for (i = 0; (i < display->ctrl_count) && (i < MAX_DSI_CTRLS_PER_DISPLAY); i++) { ctrl = &display->ctrl[i]; if (!ctrl->ctrl) continue; Loading