tests: Add nouveau to list of supported modules.
parent
d5a2e77682
commit
ecb668e1ef
|
@ -59,6 +59,7 @@ int test_bo(struct kms_driver *kms)
|
||||||
char *drivers[] = {
|
char *drivers[] = {
|
||||||
"i915",
|
"i915",
|
||||||
"radeon",
|
"radeon",
|
||||||
|
"nouveau",
|
||||||
"vmwgfx",
|
"vmwgfx",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
|
@ -680,7 +680,7 @@ int main(int argc, char **argv)
|
||||||
int c;
|
int c;
|
||||||
int encoders = 0, connectors = 0, crtcs = 0, framebuffers = 0;
|
int encoders = 0, connectors = 0, crtcs = 0, framebuffers = 0;
|
||||||
int test_vsync = 0;
|
int test_vsync = 0;
|
||||||
char *modules[] = { "i915", "radeon" };
|
char *modules[] = { "i915", "radeon", "nouveau" };
|
||||||
char *modeset = NULL;
|
char *modeset = NULL;
|
||||||
int i, count = 0;
|
int i, count = 0;
|
||||||
struct connector con_args[2];
|
struct connector con_args[2];
|
||||||
|
|
Loading…
Reference in New Issue