From 6f4adb7483c86eabfb1b89f19f6b48b4413a79d1 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 20 Nov 2014 19:43:07 -0800 Subject: [PATCH] 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 c18760ccf3b..96536acfb5e 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; -- 2.30.2