<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Compile error in pipe-loader files (pipe_r300.c pipe_r600.c pipe_radeonsi.c egl_pipe.c)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77305#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Compile error in pipe-loader files (pipe_r300.c pipe_r600.c pipe_radeonsi.c egl_pipe.c)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77305">bug 77305</a>
              from <span class="vcard"><a class="email" href="mailto:nonno.cicala@tiscali.it" title="Simone Scanzoni <nonno.cicala@tiscali.it>"> <span class="fn">Simone Scanzoni</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=97248" name="attach_97248" title="patch for build failure with r600 and radeonsi">attachment 97248</a> <a href="attachment.cgi?id=97248&action=edit" title="patch for build failure with r600 and radeonsi">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=77305&attachment=97248'>[review]</a>
patch for build failure with r600 and radeonsi

The bug isn't fixed upstream for r600 and radeonsi.

The attached patch solves the problem fixing these:

egl_pipe.c: In function 'pipe_r600_create_screen':
egl_pipe.c:153:4: error: implicit declaration of function
'radeon_drm_winsys_create' [-Werror=implicit-function-declaration]
egl_pipe.c:154:36: error: dereferencing pointer to incomplete type

egl_pipe.c: In function 'pipe_radeonsi_create_screen':
egl_pipe.c:168:4: error: implicit declaration of function
'radeon_drm_winsys_create' [-Werror=implicit-function-declaration]
egl_pipe.c:169:36: error: dereferencing pointer to incomplete type</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>