From 01e4364a8fec6cb2c11de4e5cb7def10b58348ae Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Mon, 22 Aug 2005 09:50:12 +0000 Subject: remove i915_pm code as it causes too many issues with current software suspend, and the DDX driver re-inits the board successfully anyway. --- linux-core/i915_drv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux-core/i915_drv.c') 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), }, -- cgit v1.2.3