summaryrefslogtreecommitdiff
path: root/tests/kms_pipe_color.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_pipe_color.c')
-rw-r--r--tests/kms_pipe_color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_pipe_color.c b/tests/kms_pipe_color.c
index da49eb17..a3100fae 100644
--- a/tests/kms_pipe_color.c
+++ b/tests/kms_pipe_color.c
@@ -1179,7 +1179,7 @@ igt_main
igt_display_init(&data.display, data.drm_fd);
}
- 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);