Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dbe4f60 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: clear fbmem_buf on ion_free"

parents 2cbeeba7 d9e38b8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)