Commits

yong.gan committed 67dfabd7c2f
MGS-1685 [#2356] fix vg context buffer memory leak gcoVGHARDWARE_FreeVideoMemory user space implementation has some problem, the asynchronous unlock/free is required by kernel memory managment, by not available in this function. because user command buffer & struct cannot be freed through committing new vg command to hardware, the new workaround is to double unlock the video memory for gcvHAL_RELEASE_VIDEO_MEMORY, also removed the database as the asynchronous unlock is not available in vg user space driver. Date: May 18, 2016 Signed-off-by: Yong Gan <yong.gan@freescale.com>