mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 05:40:33 +01:00
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:
parent
7ee931b98f
commit
0bb4a6039f
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue