summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2005-06-28 07:34:49 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2005-06-28 07:34:49 +0000
commit75ba453365380851d3297a9d553302021af923b2 (patch)
treeae2691443c8b765cc11518766959c95f617a2820
parente2d76b0642d88c4f47ace52ee5eb3163c4e478d5 (diff)
Comment out the .resume function as without programming their dependent
registers things tend to lock up in certain situations. The BIOS repost will fix things up.
-rw-r--r--linux-core/i915_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c
index b9a4218d..28154c8c 100644
--- a/linux-core/i915_drv.c
+++ b/linux-core/i915_drv.c
@@ -104,7 +104,7 @@ static struct drm_driver driver = {
.name = DRIVER_NAME,
.id_table = pciidlist,
.probe = probe,
- .resume = i915_resume,
+ /* .resume = i915_resume, - need BIOS to re-init */
.suspend = i915_suspend,
.remove = __devexit_p(drm_cleanup_pci),
}