From dd10d2ef2fc59514c0c6ad69213672ea94e41a75 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Wed, 3 Jul 2024 13:52:50 +0000 Subject: [PATCH] tu/rmv: Fix missing image bind logging for WSI images Signed-off-by: Valentine Burley Part-of: --- src/freedreno/vulkan/tu_image.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedreno/vulkan/tu_image.cc b/src/freedreno/vulkan/tu_image.cc index 7faead478a0..e229158200e 100644 --- a/src/freedreno/vulkan/tu_image.cc +++ b/src/freedreno/vulkan/tu_image.cc @@ -858,6 +858,9 @@ tu_BindImageMemory2(VkDevice _device, image->bo = wsi_img->bo; image->map = NULL; image->iova = wsi_img->iova; + + TU_RMV(image_bind, device, image); + continue; } #endif