mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 17:10:13 +01:00
tests: Add nouveau to list of supported modules.
This commit is contained in:
parent
d5a2e77682
commit
ecb668e1ef
2 changed files with 2 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ int test_bo(struct kms_driver *kms)
|
|||
char *drivers[] = {
|
||||
"i915",
|
||||
"radeon",
|
||||
"nouveau",
|
||||
"vmwgfx",
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue