From: Gustavo Padovan gustavo.padovan@collabora.co.uk
modetest was failing to work with driver because it wasn't in the module list.
Signed-off-by: Gustavo Padovan gustavo.padovan@collabora.co.uk --- 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)
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
dri-devel@lists.freedesktop.org