turnip/kgsl: Fix last minute breakage of the build.

Need to land KGSL in CI!

Fixes: 8163c818e3 ("turnip: implement timestamp fences/semaphores for kgsl backend")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7015>
This commit is contained in:
Eric Anholt 2020-10-05 16:02:05 -07:00 committed by Marge Bot
parent 290f3fe897
commit b732e4f274
1 changed files with 1 additions and 1 deletions

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