tests: add tilcdc to modetest/vbltest

Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
Rob Clark 2013-08-01 17:52:13 -04:00
parent fea5408098
commit 6e8f868e03
2 changed files with 2 additions and 2 deletions

View file

@ -939,7 +939,7 @@ int main(int argc, char **argv)
int c;
int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0;
int test_vsync = 0;
char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos" };
char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc" };
unsigned int i;
int count = 0, plane_count = 0;
struct connector con_args[2];

View file

@ -103,7 +103,7 @@ static void usage(char *name)
int main(int argc, char **argv)
{
int i, c, fd, ret;
char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos" };
char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos", "omapdrm", "tilcdc" };
drmVBlank vbl;
drmEventContext evctx;
struct vbl_info handler_info;