Loading drivers/video/msm/mdss/mdss_mdp_wb.c +10 −0 Original line number Diff line number Diff line Loading @@ -174,6 +174,16 @@ int mdss_mdp_wb_set_secure(struct msm_fb_data_type *mfd, int enable) return -EINVAL; } if (!ctl || !ctl->mdata) { pr_err("%s : ctl is NULL", __func__); return -EINVAL; } if (!wb) { pr_err("unable to start, writeback is not initialized\n"); return -ENODEV; } ctl->is_secure = enable; wb->is_secure = enable; Loading Loading
drivers/video/msm/mdss/mdss_mdp_wb.c +10 −0 Original line number Diff line number Diff line Loading @@ -174,6 +174,16 @@ int mdss_mdp_wb_set_secure(struct msm_fb_data_type *mfd, int enable) return -EINVAL; } if (!ctl || !ctl->mdata) { pr_err("%s : ctl is NULL", __func__); return -EINVAL; } if (!wb) { pr_err("unable to start, writeback is not initialized\n"); return -ENODEV; } ctl->is_secure = enable; wb->is_secure = enable; Loading