Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752725AbdF0LKW (ORCPT ); Tue, 27 Jun 2017 07:10:22 -0400 Received: from esa7.dell-outbound.iphmx.com ([68.232.153.96]:42577 "EHLO esa7.dell-outbound.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751632AbdF0LKP (ORCPT ); Tue, 27 Jun 2017 07:10:15 -0400 From: X-LoopCount0: from 10.175.216.251 X-IronPort-AV: E=Sophos;i="5.39,399,1493701200"; d="scan'208";a="1005080378" To: , CC: , , , , , , , , , Subject: RE: [PATCH] ACPI / sleep: EC-based wakeup from suspend-to-idle on recent systems Thread-Topic: [PATCH] ACPI / sleep: EC-based wakeup from suspend-to-idle on recent systems Thread-Index: AQHS7wliKy8lN5JuoUCu/RWiRUcoZaI4jZbA Date: Tue, 27 Jun 2017 11:10:13 +0000 Message-ID: <17c669c9562747319f743ef8d76e3114@ausx13mpc120.AMER.DELL.COM> References: <1979543.KIEJ8uyRaT@aspire.rjw.lan> <3689795.xuIczRHZsl@aspire.rjw.lan> <2026371.DVJN39QYJi@aspire.rjw.lan> <2368998.dmCsnrcXZy@aspire.rjw.lan> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.143.18.86] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id v5RBAUoL029901 Content-Length: 2438 Lines: 55 > -----Original Message----- > From: Tom Lanyon [mailto:tom@oneshoeco.com] > Sent: Tuesday, June 27, 2017 12:51 AM > To: Rafael J. Wysocki > Cc: Linux ACPI ; Linux PM pm@vger.kernel.org>; Andy Shevchenko ; > Darren Hart ; LKML ; > Srinivas Pandruvada ; Mika Westerberg > ; Limonciello, Mario > ; Jérôme de Bretagne > ; Zheng, Lv ; Linus Torvalds > > Subject: Re: [PATCH] ACPI / sleep: EC-based wakeup from suspend-to-idle on recent > systems > > On 23 June 2017 at 12:40, Linus Torvalds wrote: > > On Thu, Jun 22, 2017 at 4:56 PM, Rafael J. Wysocki wrote: > >> > >> Some recent Dell laptops, including the XPS13 model numbers 9360 and > >> 9365, cannot be woken up from suspend-to-idle by pressing the power > >> button which is unexpected and makes that feature less usable on > >> those systems. [ details removed ] > > > > This looks much more reasonable and more likely to work on future machines too. > > > > Of course, who knows what broken machines it will cause problems on, > > but it sounds like the code now does what it's supposed to and what > > Win10 does, so maybe it JustWorks(tm). Hah. > > Rafael - thanks for your efforts on this. > > I wanted to provide some feedback from some quick and naive tests on > an XPS 13 9365 in case it was useful, as it seems like there's still > some way to go before matching Win10's behaviour. > > Linux idling w/ screen ON => 17% battery drain per hour. > Linux idling w/ screen OFF => 12% battery drain per hour. > Linux during s2idle => 6% battery drain per hour. > Win10 during sleep => 1% battery drain per hour. > > where Linux = 4.12-rc6 + the latest patch from your acpi-pm-test branch. > > So whilst s2idle halves the battery drain compared to the machine > staying powered on, it's still significantly more draining than Win10. > Let me know if there's any more useful analysis I can do. > > -Tom Tom, This is quite useful data points to provide, thanks. Would you mind doing on more test in your Linux comparison of turning off SD card reader in the BIOS setup? Thanks,