Loading drivers/video/msm/mdss/mdss_mdp_wb.c +4 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,10 @@ static struct mdss_mdp_wb_data *get_user_node(struct msm_fb_data_type *mfd, struct ion_client *iclient = mdss_get_ionclient(); struct ion_handle *ihdl; if (IS_ERR_OR_NULL(iclient)) { pr_err("unable to get mdss ion client\n"); return NULL; } ihdl = ion_import_dma_buf(iclient, data->memory_id); if (IS_ERR_OR_NULL(ihdl)) { pr_err("unable to import fd %d\n", data->memory_id); Loading Loading
drivers/video/msm/mdss/mdss_mdp_wb.c +4 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,10 @@ static struct mdss_mdp_wb_data *get_user_node(struct msm_fb_data_type *mfd, struct ion_client *iclient = mdss_get_ionclient(); struct ion_handle *ihdl; if (IS_ERR_OR_NULL(iclient)) { pr_err("unable to get mdss ion client\n"); return NULL; } ihdl = ion_import_dma_buf(iclient, data->memory_id); if (IS_ERR_OR_NULL(ihdl)) { pr_err("unable to import fd %d\n", data->memory_id); Loading