Loading drivers/gpu/drm/msm/sde/sde_kms.c +9 −1 Original line number Diff line number Diff line Loading @@ -2664,6 +2664,14 @@ static int sde_kms_cont_splash_config(struct msm_kms *kms) SDE_DEBUG("info.is_connected = %s, info.is_primary = %s\n", ((info.is_connected) ? "true" : "false"), ((info.is_primary) ? "true" : "false")); /** * Since we are supporting one DSI for splash, use the display * which is marked as primary. */ if (!info.is_primary) continue; else break; } Loading Loading
drivers/gpu/drm/msm/sde/sde_kms.c +9 −1 Original line number Diff line number Diff line Loading @@ -2664,6 +2664,14 @@ static int sde_kms_cont_splash_config(struct msm_kms *kms) SDE_DEBUG("info.is_connected = %s, info.is_primary = %s\n", ((info.is_connected) ? "true" : "false"), ((info.is_primary) ? "true" : "false")); /** * Since we are supporting one DSI for splash, use the display * which is marked as primary. */ if (!info.is_primary) continue; else break; } Loading