[Bug 64801] KMS/R7xx - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 2 11:10:46 PST 2013


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

--- Comment #14 from Alex Deucher <agd5f at yahoo.com> ---
It's not really a bug per se, the system is just out of memory.  Note that this
is system memory that you've run out of (not vram).  The radeon kernel driver
allocates system memory (kmalloc) for some structures that are used for
processing the command buffers from the 3D driver.  When the kernel driver is
not able to allocate that memory, it just skips the GPU command buffer since it
can't process it.  That's why you see the corruption; certain GPU commands
never happened.  You'd probably need to track down further what processes are
using large amounts of memory to see why you are out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131202/2f13aa4b/attachment.html>


More information about the dri-devel mailing list