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

Commit 4398b83d authored by Animesh Kishore's avatar Animesh Kishore
Browse files

msm: mdss: Populate alpha for compat



Copy alpha explicitly from 32 bit layer structure
to 64 bit layer structure.

CRs-Fixed: 2034181

Change-Id: Iba3e291a828975b8f909956405922d2564427092
Signed-off-by: default avatarAnimesh Kishore <animeshk@codeaurora.org>
parent 25ed77f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -226,6 +226,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;