https://bugs.freedesktop.org/show_bug.cgi?id=41060
Summary: r600g: "Failed to parse relocation -12!" followed by widespread texture corruption Product: Mesa Version: 7.11 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: nmiell@gmail.com
Sometimes most of gnome-shell's textures will be corrupted immediately following "[drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!" appearing in the kernel logs.
01:05.0 VGA compatible controller: ATI Technologies Inc RS880 [Radeon HD 4250]
kernel-2.6.40.4-5.fc15.x86_64 libdrm-2.4.26-1.fc15.x86_64 mesa-libGL-7.11-1.fc15.x86_64 xorg-x11-drv-ati-6.14.1-2.20110525gitfe5c42f51.fc15.x86_64 xorg-x11-server-Xorg-1.10.4-1.fc15.x86_64
https://bugs.freedesktop.org/show_bug.cgi?id=41060
--- Comment #1 from Marek Olšák maraeo@gmail.com 2011-09-20 16:41:44 PDT --- That usually means the kernel cannot relocate all the buffers for the submitted command stream due to lack of available memory.
https://bugs.freedesktop.org/show_bug.cgi?id=41060
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG
--- Comment #2 from Marek Olšák maraeo@gmail.com --- (In reply to comment #1)
That usually means the kernel cannot relocate all the buffers for the submitted command stream due to lack of available memory.
There is probably nothing we can do about it. I think the GTT size was increased some time ago, that should fix the error I guess.
dri-devel@lists.freedesktop.org