Comment 9 for bug 898650

Revision history for this message
Joe Burmeister (joe-burmeister) wrote :

I did manage to reproduce the problem Mathieu Poirier was having (and we spoke about it on IRC, he knew the patches author Benjamin Gaignard and was going to speak to him).
For me the problem seams to be in waking the screen, it all worked, until the screen went to sleep and I woke it up.

But I've just had something quite interesting in a build without the patch (using "echo 2 > /sys/devices/av8100_hdmi.3/hdmisdtvswitch" method):

root@android:/ # echo on > /sys/power/state
[ 202.332397] request_suspend_state: wakeup (3->0) at 202320265064 (2000-02-11 20:03:22.472873921 UTC)
root@android:/ # [ 203.401123] av8100_hdmi av8100_hdmi.3: av8100_download_firmware failed
[ 203.401123] detected fb_set_par error, error code: -14

I wonder if there is a general problem with waking up the av8100?
Anyway, thought I probably should share this information in case it is useful.