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

I thought I'd tested this.
This commit is contained in:
Eric Anholt 2014-11-20 19:43:07 -08:00
parent fa74ec7e98
commit 6f4adb7483
1 changed files with 2 additions and 0 deletions

View 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;