Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-29 | Move to linux specific directory | Alan Hourihane | |
2005-06-28 | Given that BenH says using the sysdev approach for DRM is bogus, I'll yank | Alan Hourihane | |
the code for it, rather than introducing something that isn't going to work 100% of the time. | |||
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-27 | Check dev_priv | Alan Hourihane | |
2005-06-27 | Save state of registers for suspend/resume. | Alan Hourihane | |
2005-06-24 | Fix suspend problem when i915 private hasn't been initialized yet. | Alan Hourihane | |
2005-06-06 | Fix copyrights | Alan Hourihane | |
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 ;-/ |