radv: reset non-syncobj semaphore context after wait.
authorDave Airlie <airlied@redhat.com>
Fri, 21 Jul 2017 22:56:02 +0000 (23:56 +0100)
committerDave Airlie <airlied@redhat.com>
Fri, 21 Jul 2017 23:03:26 +0000 (00:03 +0100)
commit22bca8ef19e2f4e814e27d4af8d1962f343b0259
treebe74795af19c0859561cd31557a694a7e8805511
parent5124bf982393114862f44ee62fa361027faa7c29
radv: reset non-syncobj semaphore context after wait.

When I ported from libdrm, I forgot to add the line to reset
the sem, we just need to reset the context.

This fixes a regression in DOOM.

Fixes: 9ac1432a571 ("radv: port to new libdrm API.")
Reported-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c