On Thu, May 27, 2010 at 07:24:02PM +0200, Thomas Gleixner wrote:
Even if we could use suspend-via-deep-idle-state on PCs, we still need
to be able to enter suspend while the system isn't idle. There's two
ways to do that:
1) Force the system to be idle. Doing this race-free is difficult.
2) Enter suspend even though the system isn't idle. Since we can't rely
on the scheduler, we need drivers to know whether userspace has consumed
all wakeup events before allowing the transition to occur. Doing so
requires either in-kernel suspend blockers or something that's almost
identical.
--
Matthew Garrett | mjg59@srcf.ucam.org
--