All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 1/2] Add pl111 as a KMS driver for utils.
@ 2017-04-25 18:33 Eric Anholt
  2017-04-25 18:33 ` [PATCH libdrm 2/2] Add the DPI encoder/connector types to KMS utils Eric Anholt
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Anholt @ 2017-04-25 18:33 UTC (permalink / raw)
  To: dri-devel

Signed-off-by: Eric Anholt <eric@anholt.net>
---
 tests/util/kms.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/util/kms.c b/tests/util/kms.c
index 959b688158bd..c008f78a32e7 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -145,6 +145,7 @@ static const char * const modules[] = {
 	"virtio_gpu",
 	"mediatek",
 	"meson",
+	"pl111",
 };
 
 int util_open(const char *device, const char *module)
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-25 23:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 18:33 [PATCH libdrm 1/2] Add pl111 as a KMS driver for utils Eric Anholt
2017-04-25 18:33 ` [PATCH libdrm 2/2] Add the DPI encoder/connector types to KMS utils Eric Anholt
2017-04-25 21:05   ` Daniel Stone
2017-04-25 23:11     ` Eric Anholt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.