Message ID | 20170130141224.25063-14-robert.foss@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/kms_flip_event_leak.c b/tests/kms_flip_event_leak.c index f22af0f0..f1a8abd8 100644 --- a/tests/kms_flip_event_leak.c +++ b/tests/kms_flip_event_leak.c @@ -50,7 +50,7 @@ static void test(data_t *data, enum pipe pipe, igt_output_t *output) /* select the pipe we want to use */ igt_output_set_pipe(output, pipe); - primary = igt_output_get_plane(output, IGT_PLANE_PRIMARY); + primary = igt_output_get_plane_type(output, DRM_PLANE_TYPE_PRIMARY); mode = igt_output_get_mode(output); igt_create_color_fb(data->drm_fd, mode->hdisplay, mode->vdisplay,