mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-19 03:30:42 +01:00
ac/perfcounter: adjust the number of events for TD on GFX10.3
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39013>
This commit is contained in:
parent
a4cb114f5a
commit
25e28819bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1057,7 +1057,7 @@ static struct ac_pc_block_gfxdescr groups_gfx103[] = {
|
|||
{&cik_SX, 225},
|
||||
{&cik_TA, 226},
|
||||
{&gfx10_TCP, 77},
|
||||
{&cik_TD, 61},
|
||||
{&cik_TD, 192},
|
||||
{&gfx10_UTCL1, 15},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue