SysDebugInfo
It is necessary to provide an implementation of the following
function:
PVRSRV_ERROR SysDebugInfo(PVRSRV_DEVICE_CONFIG *psDevConfig, DUMPDEBUG_PRINTF_FUNC *pfnDumpDebugPrintf, void *pvDumpDebugFile)
The SysDebugInfo() function is called via the
PVRSRVDebugRequest() function and is required to dump JH7110 specific information, using
the provided print function, typically at the point of a failure. Examples include the
JH7110 temperature printed out
in the log:
PVR_LOG(("Chip temperature: %d degrees C", uiTemperature))