[PATCH libdrm 5/5] tests/drmdevice: use drmGetDevice[s]2

2016-12-05 Thread Michel Dänzer
On 03/12/16 01:32 AM, Emil Velikov wrote: > From: Emil Velikov > > Pass along DRM_DEVICE_GET_PCI_REVISION only when the individual nodes > are opened and update the printed messages accordingly. > > v2: Attribute for the flag rename, call drmGetDevices2 w/o the flag. > > Signed-off-by: Emil Vel

[PATCH libdrm 5/5] tests/drmdevice: use drmGetDevice[s]2

2016-12-02 Thread Emil Velikov
From: Emil Velikov Pass along DRM_DEVICE_GET_PCI_REVISION only when the individual nodes are opened and update the printed messages accordingly. v2: Attribute for the flag rename, call drmGetDevices2 w/o the flag. Signed-off-by: Emil Velikov Reviewed-by: Michel Dänzer --- tests/drmdevice.c

[PATCH libdrm 5/5] tests/drmdevice: use drmGetDevice[s]2

2016-11-30 Thread Emil Velikov
From: Emil Velikov ... alongside the DRM_DEVICE_IGNORE_PCI_REVISION flag. Signed-off-by: Emil Velikov --- tests/drmdevice.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/drmdevice.c b/tests/drmdevice.c index 72e7066..dcad527 100644 --- a/tests/drmdevice.c +++