[PATCH libdrm] tests: add virtio_gpu to the driver list

2016-03-28 Thread Emil Velikov
Hi Gustavo, On 17 March 2016 at 21:42, Gustavo Padovan wrote: > From: Gustavo Padovan > > modetest was failing to work with driver because it wasn't in the > module list. > Huge thanks for adding libdrm in the patch prefix - it makes things so much easier. All three patches are in master now. (

[PATCH libdrm] tests: add virtio_gpu to the driver list

2016-03-17 Thread Gustavo Padovan
From: Gustavo Padovan modetest was failing to work with driver because it wasn't in the module list. Signed-off-by: Gustavo Padovan --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/util/kms.c b/tests/util/kms.c index ce8aaab..650b23b 100644 --- a/tests/util/kms.c