<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - piglit_drm_dma_buf.c:142:7: error: ‘DRM_FORMAT_R8’ undeclared (first use in this function)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97951#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - piglit_drm_dma_buf.c:142:7: error: ‘DRM_FORMAT_R8’ undeclared (first use in this function)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97951">bug 97951</a>
              from <span class="vcard"><a class="email" href="mailto:baker.dylan.c@gmail.com" title="Dylan Baker <baker.dylan.c@gmail.com>"> <span class="fn">Dylan Baker</span></a>
</span></b>
        <pre>

I think the problem is further down:

if(LIBDRM_FOUND AND XCB_DRI2_FOUND AND
   ((LIBDRM_INTEL_VERSION VERSION_GREATER "2.4.37") OR
     PIGLIT_HAS_GBM_BO_MAP))
        set(PIGLIT_BUILD_DMA_BUF_TESTS_IS_VALID true)
else()
        set(PIGLIT_BUILD_DMA_BUF_TESTS_IS_VALID false)
endif()

This will do what you expect on every piece of hardware, except Intel, where if
the GBM version is new enough it will still turn it on if the DRM_INTEL version
is also new enough.

I think we just need to remove that LIBDRM_INTEL check (or modify it).</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>