From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 58724] New: [r600g] [bisected]: "rework flusing ...v7" commit
by Jerome causes problems
Date: Mon, 24 Dec 2012 19:17:24 +0000
Message-ID:
Priority
medium
Bug ID
58724
Assignee
dri-devel@lists.freedesktop.org
Summary
[r600g] [bisected]: "rework flusing ...v7" commit by Jerome causes problems
Severity
normal
Classification
Unclassified
OS
All
Reporter
dcherkassov@gmail.com
Hardware
Other
Status
NEW
Version
git
Component
Drivers/Gallium/r600
Product
Mesa
Created attachment 72082 [details]
summary of ./configure
Hi. I've found by git-bisect that this commit causes problems with glxgears and
other stuff:
24b1206ab2dcd506aaac3ef656aebc8bc20cd27a is the first bad commit
commit 24b1206ab2dcd506aaac3ef656aebc8bc20cd27a
Author: Jerome Glisse <jglisse@redhat.com>
Date: Thu Nov 1 16:09:40 2012 -0400
r600g: rework flusing and synchronization pattern v7
The glxgears picture is crippled with no animation.
that's mesa runtime error:
> radeon: The kernel rejected CS, see dmesg for more information.
That's what kernel driver says:
> [20056.450057] [drm:evergreen_vm_reg_valid] *ERROR* Invalid register 0x8040 in CS
System is 64-bit debian.
Build flags are:
PKG_CONFIG_PATH=/opt/lib/pkgconfig ./autogen.sh --enable-texture-float
--with-dri-drivers="" --prefix=/opt --with-gallium-drivers=r600 --enable-debug
llvm is 3.2 from tstellard's branch (HEAD:
15265bc80edeceb5bcfc4d0b85be751be9275a7d )