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

Commit 2c979f66 authored by Animesh Kishore's avatar Animesh Kishore
Browse files

msm: mdss: Populate alpha for compat



Explicitly copy alpha from 32 bit layer structure
to 64 bit layer structure.

CRs-Fixed: 2034181

Change-Id: I0c6eda250e07ab2077a3b914778da8d11f8639ae
Signed-off-by: default avatarAnimesh Kishore <animeshk@codeaurora.org>
parent 7d7aefae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -228,6 +228,7 @@ static struct mdp_input_layer *__create_layer_list(
		layer->transp_mask = layer32->transp_mask;
		layer->bg_color = layer32->bg_color;
		layer->blend_op = layer32->blend_op;
		layer->alpha = layer32->alpha;
		layer->color_space = layer32->color_space;
		layer->src_rect = layer32->src_rect;
		layer->dst_rect = layer32->dst_rect;