Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-27 | Reverse the pm_message_t patch for now, it appears that the 2.6.12 release | Alan Hourihane | |
didn't have it. | |||
2005-06-27 | Check for 2.6.12 suspend/resume changes (pm_message_t) | Alan Hourihane | |
2005-06-26 | removed dev->sysdev_registered | Jon Smirl | |
2005-06-24 | Ref count the sysdev class to support multiple DRM cards | Jon Smirl | |
2005-06-24 | Make sysdev class only register when fbdev detected | Jon Smirl | |
2005-06-24 | More err path clean up for drm_pm Add mandatory sysdev shutdown function | Jon Smirl | |
2005-06-24 | Fix the sysdev approach for power management. | Alan Hourihane | |
We need to use the container_of() call to access our device private. | |||
2005-06-22 | Get the power management hooks into the right place so that everything gets | Jon Smirl | |
freed correctly. | |||
2005-05-28 | Re-implement the power management. | Alan Hourihane | |
There's two choices when fb is or isn't loaded as we treat ourselves as a PCI driver in the latter case. If we are a PCI driver, then register the suspend/resume functions directly. If not, then we register as a sysdev and pick up the suspend/resume actions and pump them down into a generic *power function. It'll be nice when this little mess is sorted out with regard to being a real PCI driver ;-/ |