From a27f831e86ea3ff6c568a692412e4fde7e67b5ae Mon Sep 17 00:00:00 2001 From: Robert Foss Date: Tue, 10 Jan 2017 20:21:26 -0500 Subject: tests/kms_vblank: Add support for dynamic number of planes Add changes reflecting the new support for dynamic number of planes per pipe. Signed-off-by: Robert Foss Reviewed-by: Mika Kahola --- tests/kms_vblank.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/kms_vblank.c') diff --git a/tests/kms_vblank.c b/tests/kms_vblank.c index 122fbc8f..0d250653 100644 --- a/tests/kms_vblank.c +++ b/tests/kms_vblank.c @@ -76,7 +76,7 @@ static void prepare_crtc(data_t *data, int fd, igt_output_t *output) 0.0, 0.0, 0.0, &data->primary_fb); - primary = igt_output_get_plane(output, IGT_PLANE_PRIMARY); + primary = igt_output_get_plane_type(output, DRM_PLANE_TYPE_PRIMARY); igt_plane_set_fb(primary, &data->primary_fb); igt_display_commit(display); @@ -91,7 +91,7 @@ static void cleanup_crtc(data_t *data, int fd, igt_output_t *output) igt_remove_fb(fd, &data->primary_fb); - primary = igt_output_get_plane(output, IGT_PLANE_PRIMARY); + primary = igt_output_get_plane_type(output, DRM_PLANE_TYPE_PRIMARY); igt_plane_set_fb(primary, NULL); igt_output_set_pipe(output, PIPE_ANY); -- cgit v1.2.3