<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [radeonsi] X11 can't start with acceleration enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60879#c76">Comment # 76</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [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:agd5f@yahoo.com" title="Alex Deucher <agd5f@yahoo.com>"> <span class="fn">Alex Deucher</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=60879#c75">comment #75</a>)
<span class="quote">> Created <span class=""><a href="attachment.cgi?id=98258" name="attach_98258" title="Tahiti Fix">attachment 98258</a> <a href="attachment.cgi?id=98258&action=edit" title="Tahiti Fix">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=60879&attachment=98258'>[review]</a> [review]
> Tahiti Fix</span >

+        for (i = 0; i < rdev->config.si.max_texture_channel_caches; i++)
+                cgts_tcc_disable &= ~(1 << (16 + i));

this should be:

+        for (i = 0; i < rdev->config.cik.max_texture_channel_caches; i++)
+                cgts_tcc_disable &= ~(1 << (16 + i));</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>