[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.

(Future work) Can you add support platform devices to the drmDevice
API so that we can drop these silly lists ? Pretty please :-) I've
been day-dreaming about it for a while.

Thanks again,
Emil


[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
+++ b/tests/util/kms.c
@@ -141,6 +141,7 @@ static const char * const modules[] = {
"atmel-hlcdc",
"fsl-dcu-drm",
"vc4",
+   "virtio_gpu",
 };

 int util_open(const char *device, const char *module)
-- 
2.5.0