mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
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:
parent
c8cb0f5941
commit
ec453a10e3
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue