tu/rmv: Fix missing image bind logging for WSI images

Signed-off-by: Valentine Burley <valentine.burley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30021>
This commit is contained in:
Valentine Burley
2024-07-03 13:52:50 +00:00
committed by Marge Bot
parent fe387e14b5
commit dd10d2ef2f

View File

@@ -858,6 +858,9 @@ tu_BindImageMemory2(VkDevice _device,
image->bo = wsi_img->bo; image->bo = wsi_img->bo;
image->map = NULL; image->map = NULL;
image->iova = wsi_img->iova; image->iova = wsi_img->iova;
TU_RMV(image_bind, device, image);
continue; continue;
} }
#endif #endif