summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
diff options
context:
space:
mode:
authorAnimesh Kishore <animeshk@codeaurora.org>2017-04-20 22:16:22 +0530
committerAnimesh Kishore <animeshk@codeaurora.org>2017-04-20 22:16:22 +0530
commit4398b83d0e80d7c05046edfc8c601550355120d3 (patch)
tree45c8edea6aa2cda5ff9ba5141b8c414199c4f784 /drivers/video/fbdev
parent25ed77f5bb9a1af7e4635c5aa91505fae041ea27 (diff)
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: Animesh Kishore <animeshk@codeaurora.org>
Diffstat (limited to 'drivers/video/fbdev')
-rw-r--r--drivers/video/fbdev/msm/mdss_compat_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/msm/mdss_compat_utils.c b/drivers/video/fbdev/msm/mdss_compat_utils.c
index 17644e3556b6..e9ba77501b38 100644
--- a/drivers/video/fbdev/msm/mdss_compat_utils.c
+++ b/drivers/video/fbdev/msm/mdss_compat_utils.c
@@ -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;