summaryrefslogtreecommitdiff
path: root/linux-core/i915_drv.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2005-08-22 09:50:12 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2005-08-22 09:50:12 +0000
commit01e4364a8fec6cb2c11de4e5cb7def10b58348ae (patch)
tree09660f5b05f5c2a0835f2f8cc3ecee9ae69d6644 /linux-core/i915_drv.c
parent54947504ac70e135a38f303420b7b66eed8c23a3 (diff)
remove i915_pm code as it causes too many issues with current software
suspend, and the DDX driver re-inits the board successfully anyway.
Diffstat (limited to 'linux-core/i915_drv.c')
-rw-r--r--linux-core/i915_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c
index 4e3e59b6..a5f24806 100644
--- a/linux-core/i915_drv.c
+++ b/linux-core/i915_drv.c
@@ -71,8 +71,6 @@ static struct drm_driver driver = {
.name = DRIVER_NAME,
.id_table = pciidlist,
.probe = probe,
- /* .resume = i915_resume, - need BIOS to re-init */
- .suspend = i915_suspend,
.remove = __devexit_p(drm_cleanup_pci),
},