diff options
author | Leo (Sunpeng) Li <sunpeng.li@amd.com> | 2017-06-09 17:13:04 -0400 |
---|---|---|
committer | Arkadiusz Hiler <arkadiusz.hiler@intel.com> | 2017-06-16 16:16:57 +0300 |
commit | df682176524f034a1cecee457152f87e63f65113 (patch) | |
tree | 9f06555deb7032ad9997a8a2fcb28548cbb0c9f0 /tests/kms_plane_lowres.c | |
parent | 597cae9b7e36b8d1f95a1102fd4aab9c2e3b18fe (diff) |
tests: Rename I915_MAX_PIPES to IGT_MAX_PIPES
Name should not be driver-specific.
Signed-off-by: Leo (Sunpeng) Li <sunpeng.li@amd.com>
Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'tests/kms_plane_lowres.c')
-rw-r--r-- | tests/kms_plane_lowres.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |