radeonsi: fix depth stencil multi sample texture blit
authorQiang Yu <yuq825@gmail.com>
Fri, 11 Feb 2022 07:01:25 +0000 (15:01 +0800)
committerMarge Bot <emma+marge@anholt.net>
Mon, 21 Feb 2022 01:47:23 +0000 (01:47 +0000)
commit80974a5f1e4095b7ae9b4e705da5b33f283e35c2
tree444db3e0b65273c8463d8d5271431111258d5d28
parent0f989a840efda4aedee2dbf009c400c428be01d7
radeonsi: fix depth stencil multi sample texture blit

This causes the flushed_depth_texture is allocated without
multi sample. So the blit will cause VM fault.

cc: mesa-stable

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14990>
src/gallium/drivers/radeonsi/si_texture.c