ac/spm: select correct broadcasting mode for CPF/GCEA blocks

These blocks were recently added for new performance counters in RGP 2.6.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39080>
This commit is contained in:
Samuel Pitoiset 2025-12-24 08:50:34 +01:00 committed by Marge Bot
parent c8cb0f5941
commit ec453a10e3

View file

@ -344,6 +344,8 @@ ac_spm_init_grbm_gfx_index(const struct ac_pc_block *block,
switch (block->b->b->gpu_block) {
case GL2C:
case CPF:
case GCEA:
/* Global blocks. */
grbm_gfx_index |= S_030800_SE_BROADCAST_WRITES(1);
FALLTHROUGH;