<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [radeonsi] X11 can't start with acceleration enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60879#c142">Comment # 142</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [radeonsi] X11 can't start with acceleration enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60879">bug 60879</a>
              from <span class="vcard"><a class="email" href="mailto:maraeo@gmail.com" title="Marek Olšák <maraeo@gmail.com>"> <span class="fn">Marek Olšák</span></a>
</span></b>
        <pre>CP works. Shaders don't work. The hardware hangs in the vertex shader. The draw
call doesn't even enable the rasterizer.

radeon/si.c:si_setup_spi looks very wrong to me:
- The function sets SPI_STATIC_THREAD_MGMT_3, which only configures CUs for LS
and HS stages.
- I don't understand why SPI_STATIC_THREAD_MGMT_3 is set 16 times?
- SPI_STATIC_THREAD_MGMT_1 (PS,VS) and SPI_STATIC_THREAD_MGMT_2 (GS,ES) are not
set at all.

It looks like that's the root cause of this bug.</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>