From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 61941] Random GPU lockups/resets on Mobility Radeon HD 3650
with radeon.dpm=1
Date: Sat, 19 Oct 2013 18:17:33 +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 A9401E67DA
for ;
Sat, 19 Oct 2013 11:17:36 -0700 (PDT)
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id D2EC52054B
for ;
Sat, 19 Oct 2013 18:17:34 +0000 (UTC)
Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org
[172.20.200.51])
by mail.kernel.org (Postfix) with ESMTP id 8134D2054C
for ;
Sat, 19 Oct 2013 18:17:33 +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=61941
--- Comment #5 from Ilya Tumaykin ---
Disabling voltage control doesn't help. i.e. I still have this issue after the
following change:
- pi->voltage_control =
- radeon_atom_is_voltage_gpio(rdev,
SET_VOLTAGE_TYPE_ASIC_VDDC, 0);
+ pi->voltage_control = false;
+// radeon_atom_is_voltage_gpio(rdev,
SET_VOLTAGE_TYPE_ASIC_VDDC, 0);
I will try to disable dynamic_pcie_gen2 this time.
--
You are receiving this mail because:
You are watching the assignee of the bug.