Loading drivers/video/msm/mdss/mdss_mdp_ctl.c +3 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1497,6 +1497,8 @@ update_mixer: if (mixer->num == MDSS_MDP_INTF_LAYERMIXER3) ctl->flush_bits |= BIT(20); else if (mixer->type == MDSS_MDP_MIXER_TYPE_WRITEBACK) ctl->flush_bits |= BIT(9) << mixer->num; else ctl->flush_bits |= BIT(6) << mixer->num; Loading Loading
drivers/video/msm/mdss/mdss_mdp_ctl.c +3 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1497,6 +1497,8 @@ update_mixer: if (mixer->num == MDSS_MDP_INTF_LAYERMIXER3) ctl->flush_bits |= BIT(20); else if (mixer->type == MDSS_MDP_MIXER_TYPE_WRITEBACK) ctl->flush_bits |= BIT(9) << mixer->num; else ctl->flush_bits |= BIT(6) << mixer->num; Loading