Bug 113551
Summary: | intel_pstate=no_hwp else Thinkpad T460s freezes on lid close on battery power | ||
---|---|---|---|
Product: | Power Management | Reporter: | Yrjan Skrimstad (yrjans) |
Component: | intel_pstate | Assignee: | Srinivas Pandruvada (srinivas.pandruvada) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | andre.insead, d.r.vanrossum, holger+kernel, homedecoren, ingo+kernel, lenb, marco, mczubak, rui.zhang, russell.jones, sjensen+kernel, szg00000, zorkerz |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 4.5.0-rc6 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Output from acpidump
Output from "dmesg -s64000" Output from dmidecode Output from /proc/interrupts Output from lspci |
Description
Yrjan Skrimstad
2016-03-02 11:02:07 UTC
Created attachment 206591 [details]
Output from "dmesg -s64000"
Created attachment 206601 [details]
Output from dmidecode
Created attachment 206611 [details]
Output from /proc/interrupts
Created attachment 206621 [details]
Output from lspci
Seems intel_pstate=no_hwp as a kernel option fixes the issue, will move bug to Power Management->intel_pstate. The patch given in attachment 208331 [details] from bug 110941 seems to fix the issue. The new patch given in attachment 209371 [details] from bug 110941 seems to fix the issue. Great. I will submit to upstream mailing list if I get confirmation for issues reported on Yoga 260. I also have a T460s. The first time I suspended it via lid close the same as described here happened (freeze). However, today I suspended via "systemctl suspend" and then closed the lid. It seemed to properly suspend, but after a few minutes of it laying around I noticed the LED blinking rapidly and the laptop being extremely hot. I couldn't wake it from suspend and had to reboot it by holding the power button. I will try if this is reproducible and see if the attached patch fixes this as well. commit a21211672c9a1d730a39aa65d4a5b3414700adfb Author: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Date: Wed Mar 23 21:07:39 2016 -0700 ACPI / processor: Request native thermal interrupt handling via _OSC Patch has been shipped in 4.6-rc2. (In reply to Yrjan Skrimstad from comment #7) > The new patch given in attachment 209371 [details] from bug 110941 seems to > fix the issue. This patch seems to cause a resume issue (black screen, unresponsive) upon resume from hibernate when on _adapter power_, no resume from hibernate issue on battery power. Without the patch applied there is no issue with resume from hibernate on either adapter power or battery power. Can you try before you going to suspend? wrmsr 0x64b 0 That fixes the resume from hibernation issue when on charger power.(In reply to Srinivas Pandruvada from comment #12) > Can you try before you going to suspend? > > wrmsr 0x64b 0 That fixes the resume from hibernation issue when on charger power. Booting with intel_pstate=no_hwp also avoids the issue. Sorry, this needs more testing. The resume from hibernate issue seems to only occur sporadically. I need to test the vanilla kernel more before I can say more confidently that the issue is absent without your patch, and also whether battery power vs charger power is related at all. So please ignore my report above for now. The resume from hibernation issue may be related to this bug: https://bugzilla.kernel.org/show_bug.cgi?id=104771 There can be number of reasons for suspend/resume as depends on how other device drivers are active and have any issue. |