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_universal_plane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_universal_plane.c') diff --git a/tests/kms_universal_plane.c b/tests/kms_universal_plane.c index 5459a9a3..31f07804 100644 --- a/tests/kms_universal_plane.c +++ b/tests/kms_universal_plane.c @@ -799,7 +799,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++) { igt_subtest_group run_tests_for_pipe(&data, pipe); } -- cgit v1.2.3