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