[Mesa-dev] [PATCH] vl/dri3: fix warning about incompatible pointer type

Leo Liu leo.liu at amd.com
Mon Oct 3 16:53:58 UTC 2016


Reviewed and Pushed.

On 10/01/2016 01:22 AM, Nayan Deshmukh wrote:
> Signed-off-by: Nayan Deshmukh <nayan26deshmukh at gmail.com>
> ---
>   src/gallium/auxiliary/vl/vl_winsys_dri3.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/vl/vl_winsys_dri3.c b/src/gallium/auxiliary/vl/vl_winsys_dri3.c
> index 191a64b..2929928 100644
> --- a/src/gallium/auxiliary/vl/vl_winsys_dri3.c
> +++ b/src/gallium/auxiliary/vl/vl_winsys_dri3.c
> @@ -85,7 +85,7 @@ struct vl_dri3_screen
>      int64_t last_ust, ns_frame, last_msc, next_msc;
>   
>      bool flushed;
> -   bool is_different_gpu;
> +   int is_different_gpu;
>   };
>   
>   static void



More information about the mesa-dev mailing list