Message ID | 1458250945-11435-1-git-send-email-gustavo@padovan.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Gustavo, On 17 March 2016 at 21:42, Gustavo Padovan <gustavo@padovan.org> wrote: > From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> > > 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
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)