[Gta04-owner] Now that 3.2-final is out...
Radek Polak
psonek2 at seznam.cz
Mon Jan 9 11:44:38 CET 2012
On Monday 09 January 2012 11:32:14 Radek Polak wrote:
> I tried:
>
> echo 1 > /sys/devices/platform/omapfb/graphics/fb0/blank
> sleep 10
> echo mem > /sys/power/state
>
> but that did not help. After pressing POWER i have the same problem with
> this message in dmesg:
>
> omapdss DISPC error: SYNC_LOST on channel lcd, restarting the output with
> video overlays disabled
I have noticed that after resume cpu starts entering idle states
grep . /sys/devices/system/cpu/cpu0/cpuidle/state?/usage
and after:
echo 0 > /sys/devices/platform/omap/omap_uart.0/sleep_timeout
echo 0 > /sys/devices/platform/omap/omap_uart.1/sleep_timeout
echo 0 > /sys/devices/platform/omap/omap_uart.2/sleep_timeout
echo 0 > /sys/devices/platform/omap/omap_uart.3/sleep_timeout
lcd starts working again. So this is what i am using for suspend now:
echo 1 > /sys/devices/platform/omapfb/graphics/fb0/blank
echo mem > /sys/power/state
echo 0 > /sys/devices/platform/omap/omap_uart.0/sleep_timeout
echo 0 > /sys/devices/platform/omap/omap_uart.1/sleep_timeout
echo 0 > /sys/devices/platform/omap/omap_uart.2/sleep_timeout
echo 0 > /sys/devices/platform/omap/omap_uart.3/sleep_timeout
echo 0 > /sys/devices/platform/omapfb/graphics/fb0/blank
Regards
Radek
More information about the Gta04-owner
mailing list