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

Commit a7b8a297 authored by Raviteja Tamatam's avatar Raviteja Tamatam
Browse files

drm/msm/sde: stage border fill on both layermixers in WB disable



During writeback path disable in 2 Layer mixer case, both
of them needs to be reset by staging border fill. But only
one layer mixer is reset completely. Change is made to reset
both in write back disable case.

Change-Id: I5255b72caa5610a89e804a36398750acf667ff32
Signed-off-by: default avatarRaviteja Tamatam <travitej@codeaurora.org>
parent f56ef87f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3277,7 +3277,7 @@ void sde_encoder_helper_phys_disable(struct sde_encoder_phys *phys_enc,

	if (wb_enc) {
		if (sde_encoder_helper_reset_mixers(phys_enc,
				wb_enc->fb_disable))
				NULL))
			return;

		if (wb_enc->hw_wb->ops.bind_pingpong_blk) {
+1 −1
Original line number Diff line number Diff line
@@ -1569,7 +1569,7 @@ static void sde_encoder_phys_wb_disable(struct sde_encoder_phys *phys_enc)
		goto exit;
	}

	if (sde_encoder_helper_reset_mixers(phys_enc, wb_enc->fb_disable))
	if (sde_encoder_helper_reset_mixers(phys_enc, NULL))
		goto exit;

	phys_enc->enable_state = SDE_ENC_DISABLING;