This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Sleep issue in 4AJ.2.5 Blaze

Other Parts Discussed in Thread: TWL6040

Hi all,

I am currently porting Blazed configuration onto customized device. My device has one HDMI output and no LCM. When displayed android screen on HDMI, everything works normally for a while until I stop moving my mouse. Screen goes dark and appears to go into sleep immediately. When I move the mouse, screen appears for as long as the mouse is in operation. Once the mouse stop moving, screen goes dark again. When the screen goes dark the first time and wake, the mouse cursor disappears and never returns. I can only see the mouse cursor from boot until the first sleep.

I suspects the issue is a sleep issue but the log also suggest there a gfx related issue.

Here's a partial log:

[ 7.737274] omap4_hdcp_3des_cb: hdcp_keys not loaded = 0
[ 7.858032] wlcore: wl12xx driver version: android-3.4-5AJ.1.4-1482-ge9515a7-dirty
[ 7.937316] wlcore: wl18xx driver version: android-3.4-5AJ.1.4-1482-ge9515a7-dirty
[ 7.988616] cannot apply mgr(tv) on inactive device
[ 7.988616] misc dsscomp: failed while applying mgr[1] r:-19
[ 8.007537] android_usb: already disabled
[ 8.007690] android_usb: already disabled
[ 8.007781] android_usb: already disabled
[ 8.009307] warning: `adbd' uses 32-bit capabilities (legacy support in use)
[ 8.009429] adb_open
[ 8.009429] mtp_bind_config
[ 8.009460] adb_bind_config
shell@android:/ $ [ 8.226379] PVR_K:(Error): PVRSRVOpenDCDeviceKM: no devnode matching index 0 [0, ]
[ 8.702117] omap_i2c omap_i2c.1: controller timed out
[ 8.702239] omap4_hdcp_3des_cb: hdcp_keys not loaded = 0
[ 8.713134] twl: i2c_read failed to transfer all messages
[ 8.719421] input: cec_keyboard as /devices/virtual/input/input4
[ 9.819335] omap_i2c omap_i2c.1: controller timed out
[ 9.824798] twl: i2c_write failed to transfer all messages
[ 9.830688] LDO3: failed to disable
[ 9.834411] rprm_regulator_release: error disabling regulator cam2pwr
[ 9.841339] rpmsg_resmgr rpmsg5: failed to release regulator ret -110
[ 9.848236] rpmsg_resmgr rpmsg5: resource release failed -110!
[ 9.856536] rprm_regulator_request: error providing regulator cam2pwr
[ 9.863403] rpmsg_resmgr rpmsg5: request for regulator failed: -22
[ 9.870086] rpmsg_resmgr rpmsg5: resource allocation failed -22!
[ 15.744232] request_suspend_state: wakeup (3->0) at 15737457278 (2000-01-01 00:09:19.571228026 UTC)
[ 17.166961] acc_open
[ 17.169311] acc_release
[ 17.356292] twl6040 1-004b: manual power-up failed
[ 18.460540] PVR_K:(Error): PVRSRVOpenDCDeviceKM: no devnode matching index 0 [0, ]
[ 18.784149] PVR_K:(Error): PVRSRVOpenDCDeviceKM: no devnode matching index 32 [0, ]
[ 19.827850] init: sys_prop: permission denied uid:1003 name:service.bootanim.exit
[ 19.904449] init: Boot Animation exit
[ 45.986114] PVR_K:(Error): PVRSRVOpenDCDeviceKM: no devnode matching index 0 [0, ]
[ 50.187469] omapdss DISPC error: FIFO UNDERFLOW on gfx, disabling the overlay
[ 50.245788] omapdss DISPC error: mgr or device is NULL

There is no log visible for the wake/sleep for as long as the mouse is moving routine. This the is last section of the log.


Anyone with any suggestion?