OSDN Git Service

vc4: Don't forget to actually connect the fence code.
authorEric Anholt <eric@anholt.net>
Fri, 21 Nov 2014 03:43:07 +0000 (19:43 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 24 Nov 2014 20:37:33 +0000 (12:37 -0800)
I thought I'd tested this.

src/gallium/drivers/vc4/vc4_screen.c

index c18760c..96536ac 100644 (file)
@@ -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;