summaryrefslogtreecommitdiff
path: root/tests/modetest
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2013-08-30 11:15:30 -0400
committerRob Clark <robclark@freedesktop.org>2013-08-30 11:36:20 -0400
commitdba6bec3ab5ba966a6ee3527e711c51e47229f32 (patch)
treeefbc344d03c2a2ad45fd0f68d2f7495b5b27d06b /tests/modetest
parentf17d417e28143176cb36b64e1b6a5818897e8154 (diff)
tests: add msm
Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'tests/modetest')
-rw-r--r--tests/modetest/modetest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c
index f96b930b..79b4f044 100644
--- a/tests/modetest/modetest.c
+++ b/tests/modetest/modetest.c
@@ -1356,7 +1356,7 @@ int main(int argc, char **argv)
int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0;
int drop_master = 0;
int test_vsync = 0;
- const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc" };
+ const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc", "msm" };
char *module = NULL;
unsigned int i;
int count = 0, plane_count = 0;