From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753481AbbHVPMX (ORCPT ); Sat, 22 Aug 2015 11:12:23 -0400 Received: from cmta12.telus.net ([209.171.16.85]:39269 "EHLO cmta12.telus.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752455AbbHVPMV (ORCPT ); Sat, 22 Aug 2015 11:12:21 -0400 X-Greylist: delayed 492 seconds by postgrey-1.27 at vger.kernel.org; Sat, 22 Aug 2015 11:12:21 EDT X-Authority-Analysis: v=2.1 cv=bvexfxui c=1 sm=2 tr=0 a=zJWegnE7BH9C0Gl4FFgQyA==:117 a=zJWegnE7BH9C0Gl4FFgQyA==:17 a=aatUQebYAAAA:8 a=Pyq9K9CWowscuQLKlpiwfMBGOR0=:19 a=kj9zAlcOel0A:10 a=20KFwNOVAAAA:8 a=NSrYGDClXlOgPQ3HHxwA:9 a=CjuIK1q_8ugA:10 X-Telus-Outbound-IP: 173.180.45.4 From: "Doug Smythies" To: "'Chen Yu'" Cc: , , , , , , , , , , References: <1440241376-31889-1-git-send-email-yu.c.chen@intel.com> In-Reply-To: <1440241376-31889-1-git-send-email-yu.c.chen@intel.com> Subject: RE: [PATCH] [v3] x86, suspend: Save/restore THERM_CONTROL register for suspend Date: Sat, 22 Aug 2015 08:04:03 -0700 Message-ID: <000001d0dceb$ca97ddc0$5fc79940$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdDcyaw9R4id5+FITIGS93bg7AQWVgAHqICw Content-Language: en-ca Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015.08.22 04:03 Chen Yu wrote: > A bug is reported(https://bugzilla.redhat.com/show_bug.cgi?id=1227208) > that, after resuming from S3, CPU is working at a low speed. That bug report has restricted access, even if one creates a Red Hat Bugzilla account. Once I created an account I got: "Most likely the bug has been restricted for internal development processes and we cannot grant access." Can it be set for public access? As a side note on this one: The current version of the intel_pstate driver is incompatible with any use of Clock Modulation, always resulting in driving the target pstate to the minimum, regardless of load. The result is the apparent CPU frequency stuck at minimum * modulation percent. Proposed intel_pstate driver versions using some sort of C0 time again works fine with Clock Modulation, resulting in desired frequency * modulation percent. The acpi-cpufreq driver works fine with Clock Modulation, resulting in desired frequency * modulation percent. > After investigation, it is found that, BIOS has modified the value > of THERM_CONTROL register during S3, There are other reports of what I think is the same issue on other bug reports and forum posts. To confirm or deny, I am attempting to get sufferers to do your test and report back.