diff options
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdss_mdp_util.c b/drivers/video/fbdev/msm/mdss_mdp_util.c index ecac77cae8c2..2ab5667536e0 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_util.c +++ b/drivers/video/fbdev/msm/mdss_mdp_util.c @@ -327,7 +327,7 @@ int mdss_mdp_get_img(struct ion_client *iclient, struct msmfb_data *img, } } else if (iclient) { data->iclient = iclient; - data->srcp_ihdl = ion_import_fd(iclient, img->memory_id); + data->srcp_ihdl = ion_import_dma_buf(iclient, img->memory_id); if (IS_ERR_OR_NULL(data->srcp_ihdl)) return PTR_ERR(data->srcp_ihdl); ret = ion_phys(iclient, data->srcp_ihdl, |
