From 75ba453365380851d3297a9d553302021af923b2 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 28 Jun 2005 07:34:49 +0000 Subject: 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. --- linux-core/i915_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core') 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), } -- cgit v1.2.3