mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-26 09:16:34 +00:00
kms_flip: Remove debugging leftovers
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
a60f930018
commit
90a25055e3
@ -1472,10 +1472,8 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
for (i = 0; i < sizeof(tests) / sizeof (tests[0]); i++) {
|
||||
#if 0
|
||||
igt_subtest(tests[i].name)
|
||||
run_test(tests[i].duration, tests[i].flags);
|
||||
#endif
|
||||
|
||||
igt_subtest_f( "2x-%s", tests[i].name)
|
||||
run_pair(tests[i].duration, tests[i].flags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user