Loading drivers/video/msm/mdss/mdss_fb.c +1 −0 Original line number Diff line number Diff line Loading @@ -1917,6 +1917,7 @@ void mdss_fb_free_fb_ion_memory(struct msm_fb_data_type *mfd) ion_free(mfd->fb_ion_client, mfd->fb_ion_handle); mfd->fb_ion_handle = NULL; mfd->fbmem_buf = NULL; } int mdss_fb_alloc_fb_ion_memory(struct msm_fb_data_type *mfd, size_t fb_size) Loading Loading
drivers/video/msm/mdss/mdss_fb.c +1 −0 Original line number Diff line number Diff line Loading @@ -1917,6 +1917,7 @@ void mdss_fb_free_fb_ion_memory(struct msm_fb_data_type *mfd) ion_free(mfd->fb_ion_client, mfd->fb_ion_handle); mfd->fb_ion_handle = NULL; mfd->fbmem_buf = NULL; } int mdss_fb_alloc_fb_ion_memory(struct msm_fb_data_type *mfd, size_t fb_size) Loading