Loading drivers/video/msm/mdss/mdss_mdp_intf_writeback.c +2 −5 Original line number Diff line number Diff line Loading @@ -341,11 +341,8 @@ static int mdss_mdp_writeback_prepare_rot(struct mdss_mdp_ctl *ctl, void *arg) return -EINVAL; } if (ctx->bwc_mode || ctx->rot90) format = mdss_mdp_get_rotator_dst_format(rot->format, ctx->rot90, ctx->bwc_mode); else format = rot->format; if (ctx->rot90) ctx->opmode |= BIT(5); /* ROT 90 */ Loading Loading
drivers/video/msm/mdss/mdss_mdp_intf_writeback.c +2 −5 Original line number Diff line number Diff line Loading @@ -341,11 +341,8 @@ static int mdss_mdp_writeback_prepare_rot(struct mdss_mdp_ctl *ctl, void *arg) return -EINVAL; } if (ctx->bwc_mode || ctx->rot90) format = mdss_mdp_get_rotator_dst_format(rot->format, ctx->rot90, ctx->bwc_mode); else format = rot->format; if (ctx->rot90) ctx->opmode |= BIT(5); /* ROT 90 */ Loading