[Bug 29833] radeon crashes kicad when using modeset

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 6 09:15:58 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=29833

--- Comment #9 from Alex Deucher <agd5f at yahoo.com> 2010-10-06 09:15:57 PDT ---
The kernel is rejecting your command stream as invalid.  The command stream is
the stream of register writes produced by the 3D driver based on the GL state. 
The bug is either in the drm command checker in the kernel or in the mesa 3D
driver.  The error in your dmesg is saying that the Z buffer is enabled in the
command stream, but that there is no buffer associated with it.  I would guess
perhaps ZB_CNTL (0x4F00) is not getting emitted as part of the command stream.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the dri-devel mailing list