Re: [Mesa-dev] [PATCH 2/5] loader: use drmGetDeviceNameFromFd2 from libdrm

2017-10-24 Thread Eric Engestrom
On Monday, 2017-10-23 23:20:40 +0300, Greg V wrote: > Reduce code duplication and automatically benefit from OS-specific > fixes to libdrm (e.g. in FreeBSD ports). > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103283 drmGetDeviceNameFromFd2 was introduced in libdrm-2.4.74, and we alr

[Mesa-dev] [PATCH 2/5] loader: use drmGetDeviceNameFromFd2 from libdrm

2017-10-23 Thread Greg V
Reduce code duplication and automatically benefit from OS-specific fixes to libdrm (e.g. in FreeBSD ports). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103283 --- src/loader/loader.c | 36 +--- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git