From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 60523] Lockup with radeon DPM on Radeon HD5770 (Juniper) Date: Sun, 04 Aug 2013 18:54:26 +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 23CBCE5CC9 for ; Sun, 4 Aug 2013 11:54:30 -0700 (PDT) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8121D20173 for ; Sun, 4 Aug 2013 18:54:29 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id 0275B200BE for ; Sun, 4 Aug 2013 18:54:27 +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 Christian Birchinger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joker@netswarm.net --- Comment #15 from Christian Birchinger --- I think i have the same problem using the kernel version 3.11-rc3+ (git version incl. latest drm-fixes) I'm also using a 5770 (MSI Radeon HD 5770 Hawk) graphics card. I get the same error messages (write error: Invalid argument) when echoing the values into power_dpm_force_performance_level. During idle (XFCE with or without composite), it remains on power level 2: # cat /sys/kernel/debug/dri/0/radeon_pm_info uvd vclk: 0 dclk: 0 power level 2 sclk: 87500 mclk: 120000 vddc: 1200 vddci: 1100 (Temperature is around 48C) When playing a video, the states change (card gets cooler): # cat /sys/kernel/debug/dri/64/radeon_pm_info uvd vclk: 50000 dclk: 40000 power level 1 sclk: 40000 mclk: 90000 vddc: 950 vddci: 1100 # cat /sys/kernel/debug/dri/64/radeon_pm_info uvd vclk: 50000 dclk: 40000 power level 2 sclk: 40000 mclk: 90000 vddc: 950 vddci: 1100 # cat /sys/kernel/debug/dri/64/radeon_pm_info uvd vclk: 50000 dclk: 40000 power level 0 sclk: 40000 mclk: 90000 vddc: 950 vddci: 1100 (Temperature is around 44C) The Windows driver brings the temperature down to 37C in idle. -- You are receiving this mail because: You are watching the assignee of the bug.