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_plane_lowres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_plane_lowres.c') diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c index 6f159601..ee39759c 100644 --- a/tests/kms_plane_lowres.c +++ b/tests/kms_plane_lowres.c @@ -350,7 +350,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++) run_tests_for_pipe(&data, pipe); igt_fixture { -- cgit v1.2.3