Loading drivers/video/msm/mdss/mdss_mdp_ctl.c +3 −2 Original line number Diff line number Diff line Loading @@ -1305,9 +1305,10 @@ static int mdss_mdp_ctl_fbc_enable(int enable, return -EINVAL; } if (mixer->num == MDSS_MDP_INTF_LAYERMIXER0) if (mixer->num == MDSS_MDP_INTF_LAYERMIXER0 || mixer->num == MDSS_MDP_INTF_LAYERMIXER1) { pr_debug("Mixer supports FBC.\n"); else { } else { pr_debug("Mixer doesn't support FBC.\n"); return -EINVAL; } Loading Loading
drivers/video/msm/mdss/mdss_mdp_ctl.c +3 −2 Original line number Diff line number Diff line Loading @@ -1305,9 +1305,10 @@ static int mdss_mdp_ctl_fbc_enable(int enable, return -EINVAL; } if (mixer->num == MDSS_MDP_INTF_LAYERMIXER0) if (mixer->num == MDSS_MDP_INTF_LAYERMIXER0 || mixer->num == MDSS_MDP_INTF_LAYERMIXER1) { pr_debug("Mixer supports FBC.\n"); else { } else { pr_debug("Mixer doesn't support FBC.\n"); return -EINVAL; } Loading