Reviewed-by: Mika Kahola <mika.kah...@intel.com>

On Tue, 2017-01-24 at 18:33 -0500, Robert Foss wrote:
> Add changes reflecting the new support for dynamic number of planes
> per pipe.
> 
> Signed-off-by: Robert Foss <robert.f...@collabora.com>
> ---
>  tests/kms_vblank.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 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);
-- 
Mika Kahola - Intel OTC

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to