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

Commit 8fb04489 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: fix clearing of multi-rect blendstages"

parents 5a5c56cc 52d4c0a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -357,6 +357,7 @@ static void sde_hw_ctl_clear_all_blendstages(struct sde_hw_ctl *ctx)
		SDE_REG_WRITE(c, CTL_LAYER(LM_0 + i), 0);
		SDE_REG_WRITE(c, CTL_LAYER(LM_0 + i), 0);
		SDE_REG_WRITE(c, CTL_LAYER_EXT(LM_0 + i), 0);
		SDE_REG_WRITE(c, CTL_LAYER_EXT(LM_0 + i), 0);
		SDE_REG_WRITE(c, CTL_LAYER_EXT2(LM_0 + i), 0);
		SDE_REG_WRITE(c, CTL_LAYER_EXT2(LM_0 + i), 0);
		SDE_REG_WRITE(c, CTL_LAYER_EXT3(LM_0 + i), 0);
	}
	}
}
}