mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 19:50:12 +01:00
tests: add msm
Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
f17d417e28
commit
dba6bec3ab
2 changed files with 2 additions and 2 deletions
|
|
@ -1356,7 +1356,7 @@ int main(int argc, char **argv)
|
||||||
int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0;
|
int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0;
|
||||||
int drop_master = 0;
|
int drop_master = 0;
|
||||||
int test_vsync = 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;
|
char *module = NULL;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
int count = 0, plane_count = 0;
|
int count = 0, plane_count = 0;
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ static void usage(char *name)
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i, c, fd, ret;
|
int i, c, fd, ret;
|
||||||
char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos", "omapdrm", "tilcdc" };
|
char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos", "omapdrm", "tilcdc", "msm" };
|
||||||
drmVBlank vbl;
|
drmVBlank vbl;
|
||||||
drmEventContext evctx;
|
drmEventContext evctx;
|
||||||
struct vbl_info handler_info;
|
struct vbl_info handler_info;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue