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

Commit e0695d42 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: sde: cleanup ctl/intf registers on cmd encoder disable"

parents 93331df7 030e3f15
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1345,6 +1345,7 @@ static void sde_encoder_phys_cmd_disable(struct sde_encoder_phys *phys_enc)
		else if (phys_enc->hw_pp->ops.enable_tearcheck)
			phys_enc->hw_pp->ops.enable_tearcheck(phys_enc->hw_pp,
					false);
		sde_encoder_helper_phys_disable(phys_enc, NULL);
	}

	phys_enc->enable_state = SDE_ENC_DISABLED;