<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Building error after commit b52bf8f12a ("amd/common/gfx10: support new tbuffer encoding")"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111076">111076</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Building error after commit b52bf8f12a ("amd/common/gfx10: support new tbuffer encoding")
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>other
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>critical
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

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

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

        <tr>
          <th>Reporter</th>
          <td>issor.oruam@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi,

I'm getting the following building error, even if I'm using prescribed LLVM8
and libdrm 2.4.99:

external/mesa/src/amd/common/ac_llvm_build.c:1496:45: error: use of undeclared
identifier 'V_008F0C_IMG_FORMAT_8_UINT'
                case V_008F0C_BUF_DATA_FORMAT_8: format =
V_008F0C_IMG_FORMAT_8_UINT; break;
                                                          ^
external/mesa/src/amd/common/ac_llvm_build.c:1497:47: error: use of undeclared
identifier 'V_008F0C_IMG_FORMAT_8_8_UINT'
                case V_008F0C_BUF_DATA_FORMAT_8_8: format =
V_008F0C_IMG_FORMAT_8_8_UINT; break;
                                                            ^
external/mesa/src/amd/common/ac_llvm_build.c:1498:51: error: use of undeclared
identifier 'V_008F0C_IMG_FORMAT_8_8_8_8_UINT'
                case V_008F0C_BUF_DATA_FORMAT_8_8_8_8: format =
V_008F0C_IMG_FORMAT_8_8_8_8_UINT; break;
                                                                ^
external/mesa/src/amd/common/ac_llvm_build.c:1499:46: error: use of undeclared
identifier 'V_008F0C_IMG_FORMAT_16_UINT'
                case V_008F0C_BUF_DATA_FORMAT_16: format =
V_008F0C_IMG_FORMAT_16_UINT; break;
                                                           ^
external/mesa/src/amd/common/ac_llvm_build.c:1500:49: error: use of undeclared
identifier 'V_008F0C_IMG_FORMAT_16_16_UINT'
                case V_008F0C_BUF_DATA_FORMAT_16_16: format =
V_008F0C_IMG_FORMAT_16_16_UINT; break;
                                                              ^
external/mesa/src/amd/common/ac_llvm_build.c:1501:55: error: use of undeclared
identifier 'V_008F0C_IMG_FORMAT_16_16_16_16_UINT'
                case V_008F0C_BUF_DATA_FORMAT_16_16_16_16: format =
V_008F0C_IMG_FORMAT_16_16_16_16_UINT; break;
                                                                    ^
external/mesa/src/amd/common/ac_llvm_build.c:1502:46: error: use of undeclared
identifier 'V_008F0C_IMG_FORMAT_32_UINT'
                case V_008F0C_BUF_DATA_FORMAT_32: format =
V_008F0C_IMG_FORMAT_32_UINT; break;
                                                           ^
external/mesa/src/amd/common/ac_llvm_build.c:1503:49: error: use of undeclared
identifier 'V_008F0C_IMG_FORMAT_32_32_UINT'
                case V_008F0C_BUF_DATA_FORMAT_32_32: format =
V_008F0C_IMG_FORMAT_32_32_UINT; break;
                                                              ^
external/mesa/src/amd/common/ac_llvm_build.c:1504:55: error: use of undeclared
identifier 'V_008F0C_IMG_FORMAT_32_32_32_32_UINT'
                case V_008F0C_BUF_DATA_FORMAT_32_32_32_32: format =
V_008F0C_IMG_FORMAT_32_32_32_32_UINT; break;
                                                                    ^
9 errors generated.

Could you please check if some include is missing or what library is supposed
to provide those definitions?

Mauro</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>