From df682176524f034a1cecee457152f87e63f65113 Mon Sep 17 00:00:00 2001 From: "Leo (Sunpeng) Li" Date: Fri, 9 Jun 2017 17:13:04 -0400 Subject: tests: Rename I915_MAX_PIPES to IGT_MAX_PIPES Name should not be driver-specific. Signed-off-by: Leo (Sunpeng) Li Reviewed-by: Arkadiusz Hiler --- tests/kms_concurrent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_concurrent.c') diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c index db06a374..e2cde4ee 100644 --- a/tests/kms_concurrent.c +++ b/tests/kms_concurrent.c @@ -415,7 +415,7 @@ int main(int argc, char *argv[]) igt_require(data.display.is_atomic); } - 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); } -- cgit v1.2.3