Reviewed-by: Mika Kahola <[email protected]>

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 <[email protected]>
> ---
>  tests/prime_mmap_kms.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/prime_mmap_kms.c b/tests/prime_mmap_kms.c
> index a2f85fa7..e7cca54c 100644
> --- a/tests/prime_mmap_kms.c
> +++ b/tests/prime_mmap_kms.c
> @@ -168,7 +168,7 @@ static void prepare_crtc(gpu_process_t *gpu)
>                       DRM_FORMAT_XRGB8888,
> LOCAL_DRM_FORMAT_MOD_NONE,
>                       1.0, 1.0, 1.0, &gpu->fb);
>  
> -     gpu->primary = igt_output_get_plane(output,
> IGT_PLANE_PRIMARY);
> +     gpu->primary = igt_output_get_plane_type(output,
> DRM_PLANE_TYPE_PRIMARY);
>  
>       igt_plane_set_fb(gpu->primary, &gpu->fb);
>       igt_display_commit(display);
-- 
Mika Kahola - Intel OTC

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to