On Thu, 11 Dec 2008, Garrett D'Amore wrote:
> So, I'm interested in ensuring that my driver properly suspend/resumes. > However, I'm having problems in that my platform doesn't resume properly > from a suspend, even without my driver loaded. > > Are there any hints that we can use to help us figure out how to debug > failures in resume? It would be helpful to have a developer's debugging > page for this stuff. Can you hook up a serial line, or better yet, a serial console? Logging to the serial port is nearly all the way to power-off, and early in power-on. And the serial console starts pretty early as well. And I will see about getting a debugging page (or maybe even a wiki) started. > > (And no, I cannot move to a supported platform debug, because the driver > is for hardware that is on the motherboard. Can I please also take a > second to bemoan the lack of suspend/resume support in ATI framebuffer > drivers? I'm starting to believe that we need to have a facility to > execute the BIOS on the video board for these things...) You can bemoan, but it may not help at all. I keep hearing that the open source driver works, but I don't think there has been success yet. ---- Randy > > -- Garrett >