From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 65911] radeon: garbled output/only noise through HDMI and GPU
lockups
Date: Fri, 29 Nov 2013 23:55:52 +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 4C36EFB0BE
for ;
Fri, 29 Nov 2013 15:55:56 -0800 (PST)
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 695822062E
for ;
Fri, 29 Nov 2013 23:55:55 +0000 (UTC)
Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org
[172.20.200.51])
by mail.kernel.org (Postfix) with ESMTP id A78CB2062C
for ;
Fri, 29 Nov 2013 23:55:52 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces@lists.freedesktop.org
Errors-To: dri-devel-bounces@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
https://bugzilla.kernel.org/show_bug.cgi?id=65911
--- Comment #11 from tomka ---
In another bug report (https://bugzilla.redhat.com/show_bug.cgi?id=990986) it
was suggested to disable glx-tls during build configuration. So I replaced the
line "--enable-glx-tls" with "--disable-glx-tls". However, the GPU lock ups
still happen and I can't start X.
Then I tried setting several environment variables like it was suggested in yet
another bug report (https://bugs.freedesktop.org/show_bug.cgi?id=69728):
Neither R600_DEBUG=nohyperz, R600_DEBUG=nodma, R600_DEBUG=nosb or R600_LLVM=0
did help. Not alone and not combined.
Additionally, I removed the lines "--with-llvm-shared-libs" and
"--enable-gallium-llvm" from the ./configure parameters, because I read in bug
69728 there might be some issues with LLVM. This also didn't change anything
(the binaries got obisously much bigger, though).
The next thing I wanted to try is to disable "the new DMA ring for ttm bo
moves" like suggested by you (Alex) in another thread about GPU lockups
(https://groups.google.com/forum/#!topic/fa.linux.kernel/1_KzqknQn_U). However,
this change seems to be already in the mainline kernel.
--
You are receiving this mail because:
You are watching the assignee of the bug.