Merge "msm: mdss: Populate alpha for compat"

This commit is contained in:
Linux Build Service Account 2017-04-24 06:47:47 -07:00 committed by Gerrit - the friendly Code Review server
commit c0eb692e36

View file

@ -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;