tests: Add nouveau to list of supported modules.

main
Marcin Kościelnicki 2010-02-27 15:04:41 +00:00 committed by Jakob Bornecrantz
parent d5a2e77682
commit ecb668e1ef
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ int test_bo(struct kms_driver *kms)
char *drivers[] = {
"i915",
"radeon",
"nouveau",
"vmwgfx",
NULL
};

View File

@ -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];