[PATCH libdrm 2/3] xf86drm: Add USB support

2017-01-04 Thread Emil Velikov
On 2 January 2017 at 13:26, Thierry Reding wrote: > On Sat, Dec 24, 2016 at 04:38:04PM +, Emil Velikov wrote: >> Hi Thierry, >> >> On 23 December 2016 at 17:49, Thierry Reding >> wrote: >> > Allow DRM/KMS devices hosted on USB to be detected by the drmDevice >> > infrastructure. >> > >> > Si

[PATCH libdrm 2/3] xf86drm: Add USB support

2017-01-02 Thread Thierry Reding
On Sat, Dec 24, 2016 at 04:38:04PM +, Emil Velikov wrote: > Hi Thierry, > > On 23 December 2016 at 17:49, Thierry Reding > wrote: > > Allow DRM/KMS devices hosted on USB to be detected by the drmDevice > > infrastructure. > > > > Signed-off-by: Thierry Reding > > --- > > Note that this is c

[PATCH libdrm 2/3] xf86drm: Add USB support

2016-12-24 Thread Emil Velikov
Hi Thierry, On 23 December 2016 at 17:49, Thierry Reding wrote: > Allow DRM/KMS devices hosted on USB to be detected by the drmDevice > infrastructure. > > Signed-off-by: Thierry Reding > --- > Note that this is completely untested because I don't have a UDL device > for testing. I'm fairly con

[PATCH libdrm 2/3] xf86drm: Add USB support

2016-12-23 Thread Thierry Reding
Allow DRM/KMS devices hosted on USB to be detected by the drmDevice infrastructure. Signed-off-by: Thierry Reding --- Note that this is completely untested because I don't have a UDL device for testing. I'm fairly confident that this will work, though, and it'd be nice to include it before the ne