Re: [PATCH libdrm v2 2/4] xf86drm: Add USB support

2017-01-18 Thread Thierry Reding
On Mon, Jan 16, 2017 at 02:38:39PM +, Emil Velikov wrote: > On 13 January 2017 at 12:11, Mark Kettenis wrote: > >> From: Thierry Reding > >> Date: Thu, 12 Jan 2017 23:04:27 +0100 > >> > >> Allow DRM/KMS devices hosted on USB to be detected by the drmDevice > >> infrastructure. > >> > >> v2: >

Re: [PATCH libdrm v2 2/4] xf86drm: Add USB support

2017-01-16 Thread Emil Velikov
On 13 January 2017 at 12:11, Mark Kettenis wrote: >> From: Thierry Reding >> Date: Thu, 12 Jan 2017 23:04:27 +0100 >> >> Allow DRM/KMS devices hosted on USB to be detected by the drmDevice >> infrastructure. >> >> v2: >> - make sysfs_uevent_get() more flexible using a format string >> >> Signed-o

Re: [PATCH libdrm v2 2/4] xf86drm: Add USB support

2017-01-13 Thread Mark Kettenis
> From: Thierry Reding > Date: Thu, 12 Jan 2017 23:04:27 +0100 > > Allow DRM/KMS devices hosted on USB to be detected by the drmDevice > infrastructure. > > v2: > - make sysfs_uevent_get() more flexible using a format string > > Signed-off-by: Thierry Reding All this sysfs parsing stuff is hi

[PATCH libdrm v2 2/4] xf86drm: Add USB support

2017-01-12 Thread Thierry Reding
Allow DRM/KMS devices hosted on USB to be detected by the drmDevice infrastructure. v2: - make sysfs_uevent_get() more flexible using a format string Signed-off-by: Thierry Reding --- xf86drm.c | 163 ++ xf86drm.h | 13 + 2 files