Re: [RFD] Asynchronous suspend/resume of PCI devices

From: Jesse Barnes
Date: Tue Dec 22 2009 - 11:30:19 EST


On Sun, 20 Dec 2009 00:31:38 +0100
"Rafael J. Wysocki" <rjw@xxxxxxx> wrote:

> Hi,
>
> I'd like to know your opinions about the viability of suspending and
> resuming PCI devices asynchronously during system-wide PM transitions
> (suspend to RAM and hibernation).
>
> Linus says it's generally dangerous, because some PCI devices may
> indirectly depend on the others, but if that's the case, I wonder if
> we really can power manage PCI devices at run time.
>
> It follows from my experiments that suspending and resuming PCI
> devices asynchronously doesn't lead to problems as long as we make
> sure that every PCI device is suspended before and resumed after its
> ACPI "shadow" partner. However, I'm not sure if this is generally
> correct.
>
> What are possible problems we can run into while doing asynchronous
> suspend and resume of PCI devices? What do we need to do in general
> to avoid that problems?
>
> Please tell me what you think.

AFAIK it should be *mostly* safe. Individual drivers are generally
independent of one another. However, there are quite a few
multifunction devices (some exposed as such, some exposed as multiple
busses and devices on the same device) where interdependencies are
possible. In some cases, we just won't see power savings until the
whole chip is powered down (which may require extra code in the form of
a "bus" driver of some sort), in other cases a driver may inadvertently
power down a piece of a device needed by another driver.

That said, the best practice for those sorts of devices is to create a
bus driver anyway, that binds to the master device and has a few
child drivers, so maybe even that case won't be much trouble...

Jesse
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/