diff options
author | Daniel Kurtz <djkurtz@chromium.org> | 2015-03-20 17:16:45 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-20 17:18:01 +0000 |
commit | 9588e66dbd695dce24e0aba54eaf94f573ab5363 (patch) | |
tree | d3e81e918cd5098248b273247976d6d3b224989e /tests/kmstest | |
parent | 292b5100e5719343f4ffdd193ce5c582388ed05e (diff) |
tests: add rockchip to modetest, kmstest, vbltest and proptest
There is a rockchip drm kms driver.
Add "rockchip" to the static lists of driver names in the the standard
set of tests.
Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
[Emil Velikov: Resolve trivial conflicts.]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'tests/kmstest')
-rw-r--r-- | tests/kmstest/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c index 1d4c63ef..7d50f5bd 100644 --- a/tests/kmstest/main.c +++ b/tests/kmstest/main.c @@ -63,6 +63,7 @@ static const char *drivers[] = { "vmwgfx", "exynos", "imx-drm", + "rockchip", NULL }; |