---
tests/kmstest/main.c | 1 +
tests/modetest/modetest.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c
index 7aaeb75..5df0a38 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 041b9dd..3ca9d06 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];
--
1.6.4.4
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel