<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - evergreen_compute.c:559:26: error: 'kernel' undeclared (first use in this function) shader->active_kernel = kernel;"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66337">66337</a>
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>regression
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>tstellar@gmail.com
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>evergreen_compute.c:559:26: error: 'kernel' undeclared (first use in this function)   shader->active_kernel = kernel;
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>blocker
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vlee@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/Gallium/r600
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr></table>
      <p>
        <div>
        <pre>mesa: bee49cb0ecbacb9fbc9dddc5e560874adacc518e (master)

$ make
[...]
  CC       evergreen_compute.lo
evergreen_compute.c: In function 'evergreen_launch_grid':
evergreen_compute.c:559:2: error: 'shader' undeclared (first use in this
function)
  shader->active_kernel = kernel;
  ^
evergreen_compute.c:559:2: note: each undeclared identifier is reported only
once for each function it appears in
evergreen_compute.c:559:26: error: 'kernel' undeclared (first use in this
function)
  shader->active_kernel = kernel;
                          ^
gmake[3]: *** [evergreen_compute.lo] Error 1


2840bec56f79347b95dec5458b20d4a46d1aa445 is the first bad commit
commit 2840bec56f79347b95dec5458b20d4a46d1aa445
Author: Tom Stellard <<a href="mailto:thomas.stellard@amd.com">thomas.stellard@amd.com</a>>
Date:   Wed Jun 12 14:38:59 2013 -0700

    r600g/compute: Accept LDS size from the LLVM backend

    And allocate the correct amount before dispatching the kernel.

    Tested-by: Aaron Watry <<a href="mailto:awatry@gmail.com">awatry@gmail.com</a>>

:040000 040000 ba0cd9cb41e0e221dd98beb00d24839f6ff41ac8
de853158383dd5f5349af59$
bisect run success</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>