From b732e4f2747179a28b698c6150aa6fb4177b25a6 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 5 Oct 2020 16:02:05 -0700 Subject: [PATCH] turnip/kgsl: Fix last minute breakage of the build. Need to land KGSL in CI! Fixes: 8163c818e32e ("turnip: implement timestamp fences/semaphores for kgsl backend") Part-of: --- src/freedreno/vulkan/tu_kgsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/vulkan/tu_kgsl.c b/src/freedreno/vulkan/tu_kgsl.c index c85b157..d4166ff 100644 --- a/src/freedreno/vulkan/tu_kgsl.c +++ b/src/freedreno/vulkan/tu_kgsl.c @@ -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; -- 2.7.4