summaryrefslogtreecommitdiff
path: root/tests/kms_ccs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_ccs.c')
-rw-r--r--tests/kms_ccs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/kms_ccs.c b/tests/kms_ccs.c
index 0795e3af..29d676af 100644
--- a/tests/kms_ccs.c
+++ b/tests/kms_ccs.c
@@ -295,13 +295,13 @@ igt_main
test(&data);
}
- for (data.pipe = PIPE_A; data.pipe < I915_MAX_PIPES; data.pipe++) {
+ for (data.pipe = PIPE_A; data.pipe < IGT_MAX_PIPES; data.pipe++) {
data.flags = TEST_CRC;
igt_subtest_f("pipe-%s-crc-basic", kmstest_pipe_name(data.pipe))
test(&data);
}
- for (data.pipe = PIPE_A; data.pipe < I915_MAX_PIPES; data.pipe++) {
+ for (data.pipe = PIPE_A; data.pipe < IGT_MAX_PIPES; data.pipe++) {
data.flags = TEST_CRC | TEST_ROTATE_180;
igt_subtest_f("pipe-%s-crc-rotation-180", kmstest_pipe_name(data.pipe))
test(&data);