anv: Add a tracepoint for the fallback implicit sync wait path.

If you're here, you'd really like to know.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20658>
This commit is contained in:
Emma Anholt 2023-01-10 11:01:16 -08:00 committed by Marge Bot
parent 25edfcdb2a
commit f67a0a7745

View file

@ -24,6 +24,7 @@
#include "anv_private.h"
#include "util/os_time.h"
#include "util/perf/cpu_trace.h"
static struct anv_bo_sync *
to_anv_bo_sync(struct vk_sync *sync)
@ -105,6 +106,7 @@ anv_bo_sync_wait(struct vk_device *vk_device,
{
struct anv_device *device = container_of(vk_device, struct anv_device, vk);
VkResult result;
MESA_TRACE_FUNC();
uint32_t pending = wait_count;
while (pending) {