[PATCH libdrm 2/5] xf86drm: implement drmParseSubsystemType for OpenBSD

2016-11-30 Thread Emil Velikov
On 30 November 2016 at 00:23, Jonathan Gray wrote: > On Tue, Nov 29, 2016 at 07:46:31PM +, Emil Velikov wrote: >> On 26 November 2016 at 00:40, Jonathan Gray wrote: >> > Implement drmParseSubsystemType for OpenBSD by always returning >> > DRM_BUS_PCI. No non-pci drm drivers are in the kernel

[PATCH libdrm 2/5] xf86drm: implement drmParseSubsystemType for OpenBSD

2016-11-30 Thread Jonathan Gray
On Tue, Nov 29, 2016 at 07:46:31PM +, Emil Velikov wrote: > On 26 November 2016 at 00:40, Jonathan Gray wrote: > > Implement drmParseSubsystemType for OpenBSD by always returning > > DRM_BUS_PCI. No non-pci drm drivers are in the kernel and this is > > unlikely to change anytime soon as the e

[PATCH libdrm 2/5] xf86drm: implement drmParseSubsystemType for OpenBSD

2016-11-29 Thread Emil Velikov
On 26 November 2016 at 00:40, Jonathan Gray wrote: > Implement drmParseSubsystemType for OpenBSD by always returning > DRM_BUS_PCI. No non-pci drm drivers are in the kernel and this is > unlikely to change anytime soon as the existing ones aren't permissively > licensed. > A few noticeable X11 MI

[PATCH libdrm 2/5] xf86drm: implement drmParseSubsystemType for OpenBSD

2016-11-26 Thread Jonathan Gray
Implement drmParseSubsystemType for OpenBSD by always returning DRM_BUS_PCI. No non-pci drm drivers are in the kernel and this is unlikely to change anytime soon as the existing ones aren't permissively licensed. Signed-off-by: Jonathan Gray --- xf86drm.c | 2 ++ 1 file changed, 2 insertions(+)