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.
main
Alan Hourihane 2005-06-28 07:34:49 +00:00
parent e2d76b0642
commit 75ba453365
1 changed files with 1 additions and 1 deletions

View File

@ -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),
}