<div dir="ltr">I did another test using the following that David put up on github:<div><br></div><div><a href="https://github.com/dvdhrm/docs/blob/master/drm-howto/modeset.c">https://github.com/dvdhrm/docs/blob/master/drm-howto/modeset.c</a><br></div><div><br></div><div>This test also fails on everything except Intel. What's really strange is this test actually does a test to verify that dumb buffers are supported, and the test passes in all cases. David's code is returning with the same error of "Invalid Argument" on the mmap call. Why would the other driver's claim to support dumb buffers, but have no means to map the memory? </div><div><br></div><div>- Rian</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 10, 2014 at 2:48 PM, Rian Quinn <span dir="ltr"><<a href="mailto:rianquinn@gmail.com" target="_blank">rianquinn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">When working with dumb buffers, DRM_IOCTL_MODE_MAP_DUMB and mmap works fine on Intel, but the mmap call fails on Radeon, Nouveau, and VMWGFX. I you look at the source for the xorg moderating driver, it only uses the dumb buffer IOCTL (i.e. it’s not using LibKMS), and if you look at the kernel source code for the dumb buffer IOCTLs for each of the Radeon, Nouveau, and VMWGFX drivers, they all implement the functions. Furthermore all of the IOCTLs succeed without error. Its only when you attempt to map the memory, that you get an error of “Invalid Argument”. Here is my map call:</span><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, map_arg.offset)</span><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Is this a bug, or is there a different way to map the dumb buffers for these drivers other than LibKMS. </span><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Thanks,</span><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">- Rian</span><br></div>
</blockquote></div><br></div></div>