I have been using Qt library for using GUI on TDA4VM EVM environment since psdk 7.3. And also using openGL ES for rendering frame images and overlaying some features or text on frame images.
It works well with psdk 7.3 But, with psdk 8.00.00.12, I got error messages as below:
(1383) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :601 ] (1383) PVR:(Error): PVRDRIPlaneCreate: Failed to create share/scanout/cursor buffer [ :888 ] (1383) PVR:(Error): PVRDRIBufferCreateWithModifiers: Failed to create plane [ :1564 ] (1383) PVR:(Error): CreateImageSharedWithModifiers: Failed to create buffer [ :489 ] (1383) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :108 ] (1383) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :601 ] (1383) PVR:(Error): PVRDRIPlaneCreate: Failed to create share/scanout/cursor buffer [ :888 ] (1383) PVR:(Error): PVRDRIBufferCreateWithModifiers: Failed to create plane [ :1564 ] (1383) PVR:(Error): CreateImageSharedWithModifiers: Failed to create buffer [ :489 ] (1383) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :108 ] (1383) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :601 ] (1383) PVR:(Error): PVRDRIPlaneCreate: Failed to create share/scanout/cursor buffer [ :888 ] (1383) PVR:(Error): PVRDRIBufferCreateWithModifiers: Failed to create plane [ :1564 ] (1383) PVR:(Error): CreateImageSharedWithModifiers: Failed to create buffer [ :489 ] (1383) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :108 ] (1383) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :601 ] (1383) PVR:(Error): PVRDRIPlaneCreate: Failed to create share/scanout/cursor buffer [ :888 ] (1383) PVR:(Error): PVRDRIBufferCreateWithModifiers: Failed to create plane [ :1564 ] (1383) PVR:(Error): CreateImageSharedWithModifiers: Failed to create buffer [ :489 ] (1383) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :108 ] (1383) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :601 ] (1383) PVR:(Error): PVRDRIPlaneCreate: Failed to create share/scanout/cursor buffer [ :888 ] (1383) PVR:(Error): PVRDRIBufferCreateWithModifiers: Failed to create plane [ :1564 ] (1383) PVR:(Error): CreateImageSharedWithModifiers: Failed to create buffer [ :489 ] (1383) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :108 ] (1383) PVR:(Error): KEGLGetDrawableParameters: Couldn't get drawable parameters [ :304 ] (1383) PVR:(Error): PrepareToDraw: Invalid drawable [ :3004 ] (1383) PVR:(Error): glDrawArrays: Can't prepare to draw [ :4988 ] (1383) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :601 ] (1383) PVR:(Error): PVRDRIPlaneCreate: Failed to create share/scanout/cursor buffer [ :888 ] (1383) PVR:(Error): PVRDRIBufferCreateWithModifiers: Failed to create plane [ :1564 ] (1383) PVR:(Error): CreateImageSharedWithModifiers: Failed to create buffer [ :489 ] (1383) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :108 ] (1383) PVR:(Error): KEGLGetDrawableParameters: Couldn't get drawable parameters [ :304 ] (1383) PVR:(Error): PrepareToDraw: Invalid drawable [ :3004 ] (1383) PVR:(Error): glDrawArrays: Can't prepare to draw [ :4988 ] (1383) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :601 ] (1383) PVR:(Error): PVRDRIPlaneCreate: Failed to create share/scanout/cursor buffer [ :888 ] (1383) PVR:(Error): PVRDRIBufferCreateWithModifiers: Failed to create plane [ :1564 ] (1383) PVR:(Error): CreateImageSharedWithModifiers: Failed to create buffer [ :489 ] (1383) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :108 ] (1383) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :601 ] (1383) PVR:(Error): PVRDRIPlaneCreate: Failed to create share/scanout/cursor buffer [ :888 ] (1383) PVR:(Error): PVRDRIBufferCreateWithModifiers: Failed to create plane [ :1564 ] (1383) PVR:(Error): CreateImageSharedWithModifiers: Failed to create buffer [ :489 ] (1383) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :108 ]
After the above error messages appeared, the application was terminated abnormally
And also the above error messages appears randomly, so I am not sure what is causing it.
Could you help me what should I focus to resolve this issue? It is too difficult for me to debug or trace codes for PVR because I could not search the functions' name for PVR in psdk.