diff mbox

[libdrm] tests: add virtio_gpu to the driver list

Message ID 1458250945-11435-1-git-send-email-gustavo@padovan.org (mailing list archive)
State New, archived
Headers show

Commit Message

Gustavo Padovan March 17, 2016, 9:42 p.m. UTC
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(+)

Comments

Emil Velikov March 28, 2016, 9:15 p.m. UTC | #1
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 mbox

Patch

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)