modetest: add mediatek to module list

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>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
main
Daniel Kurtz 2016-09-01 09:48:17 +08:00 committed by Emil Velikov
parent 3106a33fea
commit 587e5a8179
1 changed files with 1 additions and 0 deletions

View File

@ -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)