mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
ac/perfcounter: set the number of instances of GL1C to 4
According to PAL there is 4 GL1C quadrants. This will also be used by SPM. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25211>
This commit is contained in:
parent
10dc97b20f
commit
60cb257d26
1 changed files with 1 additions and 1 deletions
|
|
@ -979,7 +979,7 @@ static struct ac_pc_block_gfxdescr groups_gfx10[] = {
|
|||
{&cik_GDS, 123},
|
||||
{&gfx10_GE, 315},
|
||||
{&gfx10_GL1A, 36},
|
||||
{&gfx10_GL1C, 64},
|
||||
{&gfx10_GL1C, 64, 4},
|
||||
{&gfx10_GL2A, 91},
|
||||
{&gfx10_GL2C, 235},
|
||||
{&cik_GRBM, 47},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue