summaryrefslogtreecommitdiff
path: root/tests/kms_plane.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_plane.c')
-rw-r--r--tests/kms_plane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 34418cad..1d92a62b 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -436,7 +436,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++)
run_tests_for_pipe_plane(&data, pipe);
igt_fixture {