From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 29842] Radeon runs very hot
Date: Wed, 22 Feb 2012 16:56:26 GMT
Message-ID: <201202221656.q1MGuQPk017774@bugzilla.kernel.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from bugzilla.kernel.org (bugzilla.kernel.org [198.145.19.204])
by gabe.freedesktop.org (Postfix) with ESMTP id 082B69E791
for ;
Wed, 22 Feb 2012 08:56:27 -0800 (PST)
Received: from bugzilla.kernel.org (localhost [127.0.0.1])
by bugzilla.kernel.org (8.14.5/8.14.5) with ESMTP id q1MGuRIp017775
for ; Wed, 22 Feb 2012 16:56:27 GMT
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
https://bugzilla.kernel.org/show_bug.cgi?id=29842
--- Comment #14 from Igor Rudchenko 2012-02-22 16:56:23 ---
Commit "PCI: Rework ASPM disable code" added in 3.0.20 and 3.2.25 has worsened
the situation. I can't enable ASPM on ThinkPad T60 now even with
"pcie_aspm=force" kernel parameter. So radeon is always hot now.
3.2.4 kernel:
# dmesg | grep ASPM
[ 0.000000] PCIe ASPM is forcibly enabled
[ 0.161612] ACPI FADT declares the system doesn't support PCIe ASPM, so
disable it
[ 3.612673] e1000e 0000:02:00.0: Disabling ASPM L0s L1
# lspci -vv -s 01:00.0 | grep ASPM
LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1
<1us
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
# cat /proc/acpi/ibm/thermal
temperatures: 49 41 37 68 36 -128 33 -128 42 54 55 -128 -128 -128 -128 -128
3.2.5 kernel:
# dmesg | grep ASPM
[ 0.000000] PCIe ASPM is forcibly enabled
[ 0.161614] ACPI FADT declares the system doesn't support PCIe ASPM, so
disable it
[ 3.523647] e1000e 0000:02:00.0: Disabling ASPM L0s L1
# lspci -vv -s 01:00.0 | grep ASPM
LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <64ns, L1
<1us
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
# cat /proc/acpi/ibm/thermal
temperatures: 51 41 37 72 36 -128 33 -128 43 55 59 -128 -128 -128 -128 -128
Already tested kernels 3.2.7 and 3.3-rc4 - same problem.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.