summaryrefslogtreecommitdiff
path: root/tests/kms_concurrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_concurrent.c')
-rw-r--r--tests/kms_concurrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
index db06a374..e2cde4ee 100644
--- a/tests/kms_concurrent.c
+++ b/tests/kms_concurrent.c
@@ -415,7 +415,7 @@ int main(int argc, char *argv[])
igt_require(data.display.is_atomic);
}
- for (int pipe = 0; pipe < I915_MAX_PIPES; pipe++) {
+ for (int pipe = 0; pipe < IGT_MAX_PIPES; pipe++) {
igt_subtest_group
run_tests_for_pipe(&data, pipe);
}