From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 60791] Display corruption with Radeon driver during boot and on
desktop
Date: Wed, 28 Aug 2013 13:04:25 +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 405E0E7A3E
for ;
Wed, 28 Aug 2013 06:04:31 -0700 (PDT)
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 09BFE204B5
for ;
Wed, 28 Aug 2013 13:04:30 +0000 (UTC)
Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org
[172.20.200.52])
by mail.kernel.org (Postfix) with ESMTP id 6F6E7204E1
for ;
Wed, 28 Aug 2013 13:04:25 +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=60791
--- Comment #13 from Alex Deucher ---
Can you revert parts of the patch to find out which element is causing the
problem. E.g., try:
/* reset data block */
// ctx->data_block = 0;
and see if that helps, then:
/* reset divmul */
// ctx->divmul[0] = 0;
ctx->divmul[1] = 0;
etc.
Additionally, can you dump the display registers in the working and non-working
states using radeonreg (http://cgit.freedesktop.org/~airlied/radeontool/)?
(as root)
boot with broken kernel:
./radeonreg regs dce3 > broken.regs
boot with working kernel:
./radeonreg regs dce3 > working.regs
--
You are receiving this mail because:
You are watching the assignee of the bug.