From: Eric Anholt Date: Fri, 21 Nov 2014 03:43:07 +0000 (-0800) Subject: vc4: Don't forget to actually connect the fence code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f4adb7483c86eabfb1b89f19f6b48b4413a79d1;p=mesa.git vc4: Don't forget to actually connect the fence code. I thought I'd tested this. --- 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;