From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 52345] KMS Power Management have no effect
Date: Sun, 22 Jul 2012 22:18:02 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from annarchy.freedesktop.org (annarchy.freedesktop.org
[131.252.210.176])
by gabe.freedesktop.org (Postfix) with ESMTP id 6BE259EF3B
for ;
Sun, 22 Jul 2012 15:18:02 -0700 (PDT)
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://bugs.freedesktop.org/show_bug.cgi?id=52345
--- Comment #11 from Grigori Goronzy 2012-07-22 22:18:02 UTC ---
Not much, actually, the table looks very similar to AMD PALM / Radeon 6320 on
my netbook. The GPU part of Zacate and Llano is probably very similar, except
for clocks and number of shader cores. And that means you suffer from the same
issues.
IMHO the sanity check that limits the clock should be removed altogether, as it
doesn't make much sense. If you fancy recompiling the kernel, just comment this
out from radeon_pm.c:
189 if (sclk > rdev->pm.default_sclk)
190 sclk = rdev->pm.default_sclk;
This should get clock switching going.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.