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

Commit 8dd0536e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: set correct bit width in qseed op mode" into dev/msm-4.14-display

parents 937cff84 8d0313ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2527,7 +2527,7 @@ void reg_dmav1_setup_vig_qseed3(struct sde_hw_pipe *ctx,

end:
	if (sspp->layout.format) {
		if (SDE_FORMAT_IS_DX(sspp->layout.format))
		if (!SDE_FORMAT_IS_DX(sspp->layout.format))
			op_mode |= BIT(14);
		if (sspp->layout.format->alpha_enable) {
			op_mode |= BIT(10);