Loading drivers/video/fbdev/msm/mdss_mdp_ctl.c +7 −0 Original line number Diff line number Diff line Loading @@ -4090,6 +4090,13 @@ static void mdss_mdp_ctl_split_display_enable(int enable, if (is_pingpong_split(main_ctl->mfd)) lower |= BIT(2); upper = lower; /* * align command mode stream0 output for * intferace 1 and 2 to start of frame. */ if (main_ctl->mdata->mdp_rev >= MDSS_MDP_HW_REV_320) lower |= BIT(12); } else { /* interface controlling sw trigger (video mode) */ if (main_ctl->intf_num == MDSS_MDP_INTF2) { Loading Loading
drivers/video/fbdev/msm/mdss_mdp_ctl.c +7 −0 Original line number Diff line number Diff line Loading @@ -4090,6 +4090,13 @@ static void mdss_mdp_ctl_split_display_enable(int enable, if (is_pingpong_split(main_ctl->mfd)) lower |= BIT(2); upper = lower; /* * align command mode stream0 output for * intferace 1 and 2 to start of frame. */ if (main_ctl->mdata->mdp_rev >= MDSS_MDP_HW_REV_320) lower |= BIT(12); } else { /* interface controlling sw trigger (video mode) */ if (main_ctl->intf_num == MDSS_MDP_INTF2) { Loading