mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 21:00:22 +01:00
ac/perfcounter: define new GPU blocks on GFX11+
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
1672b3aa6d
commit
d18dbd9804
1 changed files with 10 additions and 1 deletions
|
|
@ -88,7 +88,16 @@ enum ac_pc_gpu_block {
|
|||
GEDIST = 0x2E,
|
||||
GESE = 0x2F,
|
||||
DF = 0x30,
|
||||
SQ_WGP = 0x31, /* GFX11+ */
|
||||
/* GFX11+ */
|
||||
SQ_WGP = 0x31,
|
||||
PC = 0x32,
|
||||
/* GFX12+ */
|
||||
GL1XA = 0x33,
|
||||
GL1XC = 0x34,
|
||||
WGS = 0x35,
|
||||
GCEA_CPWD = 0x36,
|
||||
GCEA_SE = 0x37,
|
||||
RLC_USER = 0x38,
|
||||
NUM_GPU_BLOCK,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue