ac/perfcounter: remove setting unused fields for GFX12 blocks

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39099>
This commit is contained in:
Samuel Pitoiset 2025-12-29 09:37:49 +01:00
parent 7ee931b98f
commit 0bb4a6039f

View file

@ -566,7 +566,6 @@ static struct ac_pc_block_base gfx12_RLC = {
.select0 = gfx12_RLC_select0,
.counter0_lo = R_035200_RLC_PERFCOUNTER0_LO,
.num_spm_counters = 0,
};
/* SQ */
@ -646,8 +645,6 @@ static struct ac_pc_block_base gfx12_UTCL1 = {
.select0 = gfx12_UTCL1_select0,
.counter0_lo = R_035680_UTCL1_PERFCOUNTER0_LO,
.num_spm_counters = 0,
};
/* SQ_WQP */