Comment out the .resume function as without programming their dependent
authorAlan Hourihane <alanh@fairlite.demon.co.uk>
Tue, 28 Jun 2005 07:34:49 +0000 (07:34 +0000)
committerAlan Hourihane <alanh@fairlite.demon.co.uk>
Tue, 28 Jun 2005 07:34:49 +0000 (07:34 +0000)
    registers things tend to lock up in certain situations.
The BIOS repost will fix things up.

linux-core/i915_drv.c

index b9a4218..28154c8 100644 (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),
                }