<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - KMS/R7xx - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64801#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - KMS/R7xx - [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=64801">bug 64801</a>
              from <span class="vcard"><a class="email" href="mailto:agd5f@yahoo.com" title="Alex Deucher <agd5f@yahoo.com>"> <span class="fn">Alex Deucher</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>