From 1195a394b1e3dba05468bbe8556302b6b832318f Mon Sep 17 00:00:00 2001 From: Nilaan Gunabalachandran Date: Wed, 30 Oct 2019 10:42:52 -0400 Subject: [PATCH] Revert "disp: msm: sde: update splash resource allocation for dual display" This reverts commit dbb1a3eee9c1537610a5968b2027017dcde16a74. This change causes regression in populating cont splash data for RM. Change-Id: If239eb921e022fcad54033ae3c7e9e4c3dc54736 Signed-off-by: Nilaan Gunabalachandran --- msm/sde/sde_rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msm/sde/sde_rm.c b/msm/sde/sde_rm.c index 4edb09f62f01..2b9d51bd3470 100644 --- a/msm/sde/sde_rm.c +++ b/msm/sde/sde_rm.c @@ -1735,8 +1735,8 @@ int sde_rm_cont_splash_res_init(struct msm_drm_private *priv, splash_display->cont_splash_enabled = true; splash_display->ctl_ids[splash_display->ctl_cnt++] = iter_c.blk->id; - index++; } + index++; } return 0;