diff mbox

[libdrm] modetest: add mediatek to module list

Message ID 1472694497-27047-1-git-send-email-drinkcat@google.com (mailing list archive)
State New, archived
Headers show

Commit Message

Nicolas Boichat Sept. 1, 2016, 1:48 a.m. UTC
From: Daniel Kurtz <djkurtz@chromium.org>

There is a mediatek drm kms driver: Add "mediatek" to the static
lists of driver names.

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: JB Tsai <jb.tsai@mediatek.com>
Signed-off-by: Nicolas Boichat <drinkcat@chromium.org>
---
 tests/util/kms.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Emil Velikov Sept. 1, 2016, 3:12 p.m. UTC | #1
On 1 September 2016 at 02:48, Nicolas Boichat <drinkcat@chromium.org> wrote:
> From: Daniel Kurtz <djkurtz@chromium.org>
>
> There is a mediatek drm kms driver: Add "mediatek" to the static
> lists of driver names.
>
Pushed as well as the modetest patch. Thanks !

Can I interest you in adding support for platform devices in the DRM
device API ?
It will help us nuke all of these and any future ones.

If you're wondering what information it should provide I'm leaning
towards - enough to be able to construct a libudev id_path_tag-like
string. Although if you have anything else in mind please go ahead.
You can check what we provide for PCI devices via tests/drmdevice.c

Thanks
EmIl
diff mbox

Patch

diff --git a/tests/util/kms.c b/tests/util/kms.c
index c20134e..4d89ac8 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -143,6 +143,7 @@  static const char * const modules[] = {
 	"fsl-dcu-drm",
 	"vc4",
 	"virtio_gpu",
+	"mediatek",
 };
 
 int util_open(const char *device, const char *module)