Re: [PATCH libdrm] xf86drm: test for render nodes before primary nodes

2019-07-03 Thread Eric Engestrom
On Monday, 2019-05-13 02:50:49 +1000, Jonathan Gray wrote: > Unlike Linux the OpenBSD primary "drm" device name is substring of the > "drmR" render node device name and strncmp() tests resulted in render > nodes being flagged as primary nodes. > > Signed-off-by: Jonathan Gray Reviewed-by: Eric E

[PATCH libdrm] xf86drm: test for render nodes before primary nodes

2019-05-12 Thread Jonathan Gray
Unlike Linux the OpenBSD primary "drm" device name is substring of the "drmR" render node device name and strncmp() tests resulted in render nodes being flagged as primary nodes. Signed-off-by: Jonathan Gray --- xf86drm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git