Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934948AbYBUAz2 (ORCPT ); Wed, 20 Feb 2008 19:55:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761274AbYBUAzR (ORCPT ); Wed, 20 Feb 2008 19:55:17 -0500 Received: from mga02.intel.com ([134.134.136.20]:17746 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758344AbYBUAzP (ORCPT ); Wed, 20 Feb 2008 19:55:15 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.25,382,1199692800"; d="scan'208";a="258823187" From: Jesse Barnes To: "Jeff Chua" Subject: Re: 2.6.25-rc2 System no longer powers off after suspend-to-disk. Screen becomes green. Date: Wed, 20 Feb 2008 16:39:02 -0800 User-Agent: KMail/1.9.6 (enterprise 0.20071204.744707) Cc: "Linus Torvalds" , lkml , "Dave Airlie" , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, "suspend-devel List" , "Greg KH" References: <200802201337.52247.jesse.barnes@intel.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802201639.02502.jesse.barnes@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 31 On Wednesday, February 20, 2008 4:35 pm Jeff Chua wrote: > On Thu, Feb 21, 2008 at 5:37 AM, Jesse Barnes wrote: > > Ok, can you give this patch a try with the 'platform' method? It should > > at least tell us what ACPI would like the device to do at suspend time, > > but it probably won't fix the hang. > > I can't get it to compile. > > drivers/char/drm/i915_drv.c: In function 'i915_suspend': > drivers/char/drm/i915_drv.c:372: error: implicit declaration of > function 'acpi_pci_choose_state' Oops, maybe this should just be pci_choose_state instead. > drivers/char/drm/i915_drv.c: In function 'i915_resume': > drivers/char/drm/i915_drv.c:383: error: 'state' undeclared (first use > in this function) > drivers/char/drm/i915_drv.c:383: error: (Each undeclared identifier is > reported only once > drivers/char/drm/i915_drv.c:383: error: for each function it appears in.) And this change should just be reverted (leave it as PCI_D0). Thanks, Jesse -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/