From 69f2101ccc0fafead9397f288b6aabf5051a4b66 Mon Sep 17 00:00:00 2001 From: Narendra Muppalla Date: Tue, 4 Aug 2020 12:33:27 -0700 Subject: [PATCH] disp: msm: sde: update min prefill lines for lahaina This change updates min prefill lines for lahaina target. Change-Id: I004244585c3940bddf600290a7c0fe5b5ef5885e Signed-off-by: Narendra Muppalla --- msm/sde/sde_hw_catalog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msm/sde/sde_hw_catalog.c b/msm/sde/sde_hw_catalog.c index 3e932720..0d1be912 100644 --- a/msm/sde/sde_hw_catalog.c +++ b/msm/sde/sde_hw_catalog.c @@ -4706,7 +4706,7 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev) sde_cfg->has_cwb_support = true; sde_cfg->has_wb_ubwc = true; sde_cfg->has_qsync = true; - sde_cfg->perf.min_prefill_lines = 35; + sde_cfg->perf.min_prefill_lines = 40; sde_cfg->vbif_qos_nlvl = 8; sde_cfg->ts_prefill_rev = 2; sde_cfg->ctl_rev = SDE_CTL_CFG_VERSION_1_0_0;