Mesa (master): vl/dri3: fix warning about incompatible pointer type

Leo Liu leoliu at kemper.freedesktop.org
Mon Oct 3 16:52:39 UTC 2016


Module: Mesa
Branch: master
Commit: b7a0f2e1f769314d88d902c8506250d18393d359
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7a0f2e1f769314d88d902c8506250d18393d359

Author: Nayan Deshmukh <nayan26deshmukh at gmail.com>
Date:   Sat Oct  1 11:10:52 2016 +0530

vl/dri3: fix warning about incompatible pointer type

Signed-off-by: Nayan Deshmukh <nayan26deshmukh at gmail.com>
Reviewed-by: Leo Liu <leo.liu at amd.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-commit mailing list