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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 1d92a62b..927d5d37 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -424,6 +424,7 @@ static data_t data;
igt_main
{
+ enum pipe pipe;
igt_skip_on_simulation();
@@ -436,7 +437,7 @@ igt_main
igt_display_init(&data.display, data.drm_fd);
}
- for (int pipe = 0; pipe < IGT_MAX_PIPES; pipe++)
+ for_each_pipe_static(pipe)
run_tests_for_pipe_plane(&data, pipe);
igt_fixture {