From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 60523] Radeon DPM not working with 2 monitors attached to Radeon HD5770 (Juniper) Date: Thu, 05 Sep 2013 22:32:22 +0000 Message-ID: References: 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 9F816E66B3 for ; Thu, 5 Sep 2013 15:32:26 -0700 (PDT) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 74158204AC for ; Thu, 5 Sep 2013 22:32:25 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id 625CE204BB for ; Thu, 5 Sep 2013 22:32:24 +0000 (UTC) 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=60523 --- Comment #43 from Nathan Jones --- I can reproduce it in Gentoo with 3.11.0, GCC 4.6.3. GPU Temperature is 25C (as reported by lm-sensors) with any UVD accelerated media playing, and "cat /sys/kernel/debug/dri/0/radeon_pm_info" shows: uvd vclk: 50000 dclk: 40000 power level 2 sclk: 40000 mclk: 90000 vddc: 950 vddci: 1100 As soon as I stop playing media, it stays at the lower power level, but even scrolling a web page makes it switch to: uvd vclk: 0 dclk: 0 power level 2 sclk: 85000 mclk: 120000 vddc: 1250 vddci: 1100 And the temperature creeps up to 34C. ASUS EAH5770 CUCore 2DI/1GD5 is the model of my GPU. This only happens with two monitors attached, and I tried the patch in Comment 39, but the behavior did not change. With a single monitor it drops to 157/300, and switches back and forth like it should. For me the problem is not so severe, since even extended GPU load at 100% still doesn't put me over 40C, but it would be nice if it worked with Multimonitor as well as with single.. -- You are receiving this mail because: You are watching the assignee of the bug.