Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16461e8f authored by Jayaprakash's avatar Jayaprakash
Browse files

disp: msm: sde: add 3d_merge_reset property for lagoon



Add changes to update the WB disable CTL sequence
for lagoon by enabling 3d_merge_reset property.
WB disable sequence without enabling this property is not
fully disabling WB engine and causing underruns
on external display when WB CTL is reused for
external display.

Change-Id: I6a342af4a6283d4ac6a02ae83385584f355b0080
Signed-off-by: default avatarJayaprakash <jmadiset@codeaurora.org>
parent fea217ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4359,6 +4359,7 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
		sde_cfg->has_hdr = true;
		sde_cfg->has_vig_p010 = true;
		sde_cfg->true_inline_rot_rev = SDE_INLINE_ROT_VERSION_2_0_0;
		sde_cfg->has_3d_merge_reset = true;
	} else if (IS_SCUBA_TARGET(hw_rev)) {
		sde_cfg->has_cwb_support = false;
		sde_cfg->has_qsync = true;