diff options
Diffstat (limited to 'tests/proptest/proptest.c')
-rw-r--r-- | tests/proptest/proptest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proptest/proptest.c b/tests/proptest/proptest.c index 9b2eb3f5..b9296bdb 100644 --- a/tests/proptest/proptest.c +++ b/tests/proptest/proptest.c @@ -303,7 +303,7 @@ static void printUsage(void) int main(int argc, char *argv[]) { - const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "msm" }; + const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "msm", "rockchip" }; unsigned int i, ret = 0; for (i = 0; i < ARRAY_SIZE(modules); i++){ |