From dbb1a3eee9c1537610a5968b2027017dcde16a74 Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Wed, 31 Jul 2019 19:16:34 +0530 Subject: [PATCH] disp: msm: sde: update splash resource allocation for dual display Correct the splash resource allocation counter for getting ctl ids as passed from uefi for dual-display usecase for successful splash-handoff. Change-Id: Iffb6649073443e3c319077318e009b910ea53416 Signed-off-by: Prashant Singh --- 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 1b1ef3cc04..101a9996b2 100644 --- a/msm/sde/sde_rm.c +++ b/msm/sde/sde_rm.c @@ -1546,8 +1546,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;