radv: fix adding the VRS image BO to the cmdbuf list on GFX11

This might cause random faults.

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33584>
This commit is contained in:
Samuel Pitoiset
2025-02-17 17:06:26 +01:00
committed by Marge Bot
parent d8381415a6
commit e0070bc68b
+2
View File
@@ -4617,6 +4617,8 @@ radv_emit_framebuffer_state(struct radv_cmd_buffer *cmd_buffer)
const struct radv_image_view *vrs_iview = render->vrs_att.iview;
struct radv_image *vrs_image = vrs_iview->image;
radv_cs_add_buffer(device->ws, cmd_buffer->cs, vrs_image->bindings[0].bo);
va = radv_image_get_va(vrs_image, 0);
va |= vrs_image->planes[0].surface.tile_swizzle << 8;