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

Commit 6caa20af authored by Mayank Chopra's avatar Mayank Chopra
Browse files

msm: mdss: Mute blend warning.



MDSS driver throws warning in case requested blend operation does
not match with layer properties but it internally handles such
cases with proper blend configuration.
Silent the warning as it results in excessive logging.

Change-Id: Ia37a16d55dde4a4532972c0bb5dc6e7ecf35eb07
Signed-off-by: default avatarMayank Chopra <makchopra@codeaurora.org>
parent b69fc53d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -510,7 +510,7 @@ static int mdss_mdp_overlay_pipe_setup(struct msm_fb_data_type *mfd,
					BLEND_OP_OPAQUE;

	if (!fmt->alpha_enable && (pipe->blend_op != BLEND_OP_OPAQUE))
		pr_warn("Unintended blend_op %d on layer with no alpha plane\n",
		pr_debug("Unintended blend_op %d on layer with no alpha plane\n",
			pipe->blend_op);

	if (fmt->is_yuv && !(pipe->flags & MDP_SOURCE_ROTATED_90)) {