turnip/kgsl: Fix last minute breakage of the build.
authorEric Anholt <eric@anholt.net>
Mon, 5 Oct 2020 23:02:05 +0000 (16:02 -0700)
committerMarge Bot <eric+marge@anholt.net>
Thu, 8 Oct 2020 21:04:01 +0000 (21:04 +0000)
Need to land KGSL in CI!

Fixes: 8163c818e32e ("turnip: implement timestamp fences/semaphores for kgsl backend")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7015>

src/freedreno/vulkan/tu_kgsl.c

index c85b157..d4166ff 100644 (file)
@@ -285,7 +285,7 @@ sync_merge(const VkSemaphore *syncobjs, uint32_t count, bool wait_all, bool rese
 
       ret.timestamp_valid = true;
       if (reset)
-         sync->timestamp_value = false;
+         sync->timestamp_valid = false;
 
    }
    return ret;