i had used the following usecase,
NullSource (A15) -> Decode -> VPE -> Alg_FrameCopy (A15) -> SgxFrmcpy (A15)
// display on m4
SgxFrmcpy -> Display_M4 (IPU1_0)
when i connected the Alg_FrameCopy to SgxFrmcpy and to Display_M4 i got the following error
PVR:(Error): OpenServices: PVRDRMOpenRender failed [0, ]
PVR:(Error): PVRSRVConnect: Unable to open connection. [0, ]
PVR:(Error): Couldn't connect to services [0, ]
EGL: eglInitialize() returned 0
EGL: after eglInitialize() eglError (0x3003)
ASSERT (sgxFrmcpyLink_drv.c|SgxFrmcpyLink_drvDoProcessEglInfo|225)
[HOST] [HOST ] 48.777770 s: EGL: version -1225733452.11
[HOST] [HOST ] 48.777801 s: EGL: eglInitialize() failed !!!
Can anybody tell the reason for this error ?