ac/nir: Store only lowest 8 bits for task draw ring DWORD3.
authorTimur Kristóf <timur.kristof@gmail.com>
Wed, 29 Mar 2023 22:33:17 +0000 (00:33 +0200)
committerMarge Bot <emma+marge@anholt.net>
Sat, 1 Apr 2023 14:46:50 +0000 (14:46 +0000)
commit4683b21399df1cc20a02d36478fe4f4d8f743fd4
tree3dca078e46bc4943adb0a6478cf0dcb587fbee9a
parent6974e5479ce35720c9898558fcfd45434669c451
ac/nir: Store only lowest 8 bits for task draw ring DWORD3.

When writing the draw ready bit, don't write the high 24 bits
of DWORD3, because that is used by the HW for something else
according to LLPC.

Cc: mesa-stable
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22211>
src/amd/common/ac_nir_lower_taskmesh_io_to_mem.c