Re: [PATCH libdrm 2/2] libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly

2018-12-17 Thread Emil Velikov
On Wed, 12 Dec 2018 at 19:49, François Tigeot wrote: > > It is a cleaner and less fragile way to get PCI IDs than the one > currently used by local DPorts patches. > Thanks for these François. Props to Ilia for pushing these. JFYI, once DragonFly gets PCI dynamic power management, the team may

[PATCH libdrm 2/2] libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly

2018-12-12 Thread François Tigeot
It is a cleaner and less fragile way to get PCI IDs than the one currently used by local DPorts patches. Signed-off-by: François Tigeot --- xf86drm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xf86drm.c b/xf86drm.c index 5ddf9366..6db1ab96 100644 --- a/xf86drm.c