Re-implement the power management.
authorAlan Hourihane <alanh@fairlite.demon.co.uk>
Sat, 28 May 2005 00:00:08 +0000 (00:00 +0000)
committerAlan Hourihane <alanh@fairlite.demon.co.uk>
Sat, 28 May 2005 00:00:08 +0000 (00:00 +0000)
commit45f1db8db9d1280dff51cdfb680bff2754195483
treea8ed0391f5efad8ddb8c057f23fc2cd79fa8f7ce
parent4a84416c458027462ee6112a5fa442415597f6c2
Re-implement the power management.
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 ;-/
linux-core/Makefile.kernel
linux-core/drmP.h
linux-core/drm_drv.c
linux-core/drm_pm.c [new file with mode: 0644]
linux-core/drm_stub.c
linux-core/i915_drv.c
shared-core/i915_drv.h
shared-core/i915_pm.c [new file with mode: 0644]