From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 45121] New: Not all PCIID 1002:68e1 are Mobility
Date: Tue, 24 Jul 2012 23:37:29 +0000 (UTC)
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from mail.kernel.org (mail.kernel.org [198.145.19.201])
by gabe.freedesktop.org (Postfix) with ESMTP id 7AF619F01B
for ;
Tue, 24 Jul 2012 16:37:34 -0700 (PDT)
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 3A8CB2038E
for ;
Tue, 24 Jul 2012 23:37:33 +0000 (UTC)
Received: from bugzilla.kernel.org (unknown [198.145.19.217])
by mail.kernel.org (Postfix) with ESMTP id 7AE1E2038B
for ;
Tue, 24 Jul 2012 23:37:31 +0000 (UTC)
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=45121
Summary: Not all PCIID 1002:68e1 are Mobility
Product: Drivers
Version: 2.5
Kernel Version: 3.5.0
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Video(DRI - non Intel)
AssignedTo: drivers_video-dri@kernel-bugs.osdl.org
ReportedBy: athena@fftw.org
Regression: No
I have a couple of HD5450 cards with pci id 1002:68e1 subsystem 1787:3000.
These are HD5450 cards, even though 1002:68e1 is the pci id of HD5430 Mobility.
One card is marketed as HIS H545HO512, the other as ASUS EAH5450
SL/DI/512MD3/MG(LP). (I also have another HIS H545HO512 card that reports
the correct pci id 1002:68f9, and therefore not all these HIS cards are the
same.)
The bug is that the kernel radeon driver sets the RADEON_IS_MOBILITY flag for
the 1002:68e1 cards, which prevents the power profiles from working correctly.
My diagnosis of the problem is that the driver looks up the battery power
profile, which does not exist, and it falls back to the default power profile,
which runs at full speed all the time. I have verified that by clearing the
RADEON_IS_MOBILITY flag and recompiling the kernel module, this command works
as expected:
echo "low" > /sys/class/drm/card0/device/power_profile
Since these cards with the wrong PCI ID seem common (the two cheapest cards on
newegg have this issue), it would be nice if future kernels could provide a
workaround.
Thanks,
Matteo Frigo
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.