Re: [PATCH i-g-t v2 07/33] tests/kms_chv_cursor_fail: Add support for dynamic number of planes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Reviewed-by: Mika Kahola <mika.kahola@xxxxxxxxx>
 
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.foss@xxxxxxxxxxxxx>
> ---
>  tests/kms_chv_cursor_fail.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tests/kms_chv_cursor_fail.c
> b/tests/kms_chv_cursor_fail.c
> index 0158580c..ce6e8df6 100644
> --- a/tests/kms_chv_cursor_fail.c
> +++ b/tests/kms_chv_cursor_fail.c
> @@ -65,7 +65,7 @@ static void cursor_disable(data_t *data)
>  	igt_output_t *output = data->output;
>  	igt_plane_t *cursor;
>  
> -	cursor = igt_output_get_plane(output, IGT_PLANE_CURSOR);
> +	cursor = igt_output_get_plane_type(output,
> DRM_PLANE_TYPE_CURSOR);
>  	igt_plane_set_fb(cursor, NULL);
>  }
>  
> @@ -242,7 +242,7 @@ static void prepare_crtc(data_t *data)
>  			      LOCAL_DRM_FORMAT_MOD_NONE,
>  			      &data->primary_fb);
>  
> -	primary = igt_output_get_plane(data->output,
> IGT_PLANE_PRIMARY);
> +	primary = igt_output_get_plane_type(data->output,
> DRM_PLANE_TYPE_PRIMARY);
>  	igt_plane_set_fb(primary, &data->primary_fb);
>  
>  	igt_display_commit(display);
> @@ -277,7 +277,7 @@ static void cleanup_crtc(data_t *data)
>  
>  	igt_remove_fb(data->drm_fd, &data->primary_fb);
>  
> -	primary = igt_output_get_plane(data->output,
> IGT_PLANE_PRIMARY);
> +	primary = igt_output_get_plane_type(data->output,
> DRM_PLANE_TYPE_PRIMARY);
>  	igt_plane_set_fb(primary, NULL);
>  
>  	igt_output_set_pipe(data->output, PIPE_ANY);
-- 
Mika Kahola - Intel OTC

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




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux