summaryrefslogtreecommitdiff
path: root/tests/kms_universal_plane.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-02-17 11:52:29 +0000
committerThomas Wood <thomas.wood@intel.com>2015-02-25 16:48:25 +0000
commitefddb93680c5c5ca2d0c0c9c9af497908c1fa6f7 (patch)
tree4425e54138cf0227886b17ccd107452c522a8004 /tests/kms_universal_plane.c
parent0f3a5809e7801d4f48759ce4ffda764fcd7fb6bb (diff)
tests: improve pipe enumeration
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/kms_universal_plane.c')
-rw-r--r--tests/kms_universal_plane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_universal_plane.c b/tests/kms_universal_plane.c
index 04ff8402..6a05584f 100644
--- a/tests/kms_universal_plane.c
+++ b/tests/kms_universal_plane.c
@@ -569,7 +569,7 @@ igt_main
igt_require(data.display.has_universal_planes);
}
- for (int pipe = 0; pipe < 3; pipe++)
+ for (int pipe = 0; pipe < I915_MAX_PIPES; pipe++)
run_tests_for_pipe(&data, pipe);
igt_fixture {