From: Marcin Koƛcielnicki Date: Sat, 27 Feb 2010 15:04:41 +0000 (+0000) Subject: tests: Add nouveau to list of supported modules. X-Git-Tag: 2.4.19~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecb668e1efd30512d27f5bfc331e8e754b6e15ca;p=platform%2Fupstream%2Flibdrm.git tests: Add nouveau to list of supported modules. --- diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c index 7aaeb75a..5df0a383 100644 --- a/tests/kmstest/main.c +++ b/tests/kmstest/main.c @@ -59,6 +59,7 @@ int test_bo(struct kms_driver *kms) char *drivers[] = { "i915", "radeon", + "nouveau", "vmwgfx", NULL }; diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 26405f49..124bf568 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -680,7 +680,7 @@ int main(int argc, char **argv) int c; int encoders = 0, connectors = 0, crtcs = 0, framebuffers = 0; int test_vsync = 0; - char *modules[] = { "i915", "radeon" }; + char *modules[] = { "i915", "radeon", "nouveau" }; char *modeset = NULL; int i, count = 0; struct connector con_args[2];