<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 15/04/2014, Tom Stellard wrote :<br>
      <blockquote cite="mid:20140415210335.GC2561@yyz" type="cite">
        <pre wrap="">Hi,

I've been trying to get piglit working on radeon without X using gbm and
render-nodes, and the problem right now is that the radeon winsys is
trying to use DRM_IOCTL_GEM_OPEN, which is not allowed with render-nodes.
</pre>
      </blockquote>
      <br>
      <br>
      Hi,<br>
      <br>
      For render-nodes, you need to use the driImageDriverExtension.<br>
      It'll avoid using GEM names, GEM open, etc.<br>
      <br>
      Keithp wrote patches to implement it for gallium:<br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <a
        href="http://cgit.freedesktop.org/%7Ekeithp/mesa/log/?h=dri3%2Bgallium">http://cgit.freedesktop.org/~keithp/mesa/log/?h=dri3%2Bgallium</a><br>
      <br>
      Yours,<br>
      <br>
      Axel Davy<br>
    </div>
  </body>
</html>