Mesa (master): vc4: Don't forget to actually connect the fence code.

Eric Anholt anholt at kemper.freedesktop.org
Mon Nov 24 20:40:17 UTC 2014


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

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Nov 20 19:43:07 2014 -0800

vc4: Don't forget to actually connect the fence code.

I thought I'd tested this.

---

 src/gallium/drivers/vc4/vc4_screen.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/drivers/vc4/vc4_screen.c b/src/gallium/drivers/vc4/vc4_screen.c
index c18760c..96536ac 100644
--- a/src/gallium/drivers/vc4/vc4_screen.c
+++ b/src/gallium/drivers/vc4/vc4_screen.c
@@ -414,6 +414,8 @@ vc4_screen_create(int fd)
 
         screen->fd = fd;
 
+        vc4_fence_init(screen);
+
 	vc4_debug = debug_get_option_vc4_debug();
         if (vc4_debug & VC4_DEBUG_SHADERDB)
                 vc4_debug |= VC4_DEBUG_NORAST;




More information about the mesa-commit mailing list