radeonsi: Fix plane size in si_copy_multi_plane_texture
authorDavid Rosca <nowrep@gmail.com>
Wed, 30 Aug 2023 12:17:21 +0000 (14:17 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 18 Oct 2023 08:44:22 +0000 (08:44 +0000)
commit6ababdcd1051719cc76f27f275917cd6d5176fcd
tree92b4ca15a76de7181e4ec7a77b288ceb51de6096
parentb2cdbfc2effd8a93ae9b9f887f53bff01b61fc67
radeonsi: Fix plane size in si_copy_multi_plane_texture

Size was wrong and also need to scale sbox xy.

Fixes: 4f047c9583a ("radeonsi: Copy all planes with multi-plane staging textures")

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25737>
src/gallium/drivers/radeonsi/si_texture.c