mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 00:20:37 +02:00
amd: fix a typo in PIXEL_PIPE_STAT_RESET definition
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
7786f8c635
commit
d3244c47ce
1 changed files with 1 additions and 1 deletions
|
|
@ -7795,7 +7795,7 @@
|
|||
/* CIK */
|
||||
#define V_028A90_PIXEL_PIPE_STAT_CONTROL 0x38
|
||||
#define V_028A90_PIXEL_PIPE_STAT_DUMP 0x39
|
||||
#define V_028A90_PIXEL_PIPE_STAT_RESET 0x40
|
||||
#define V_028A90_PIXEL_PIPE_STAT_RESET 0x3A
|
||||
/* */
|
||||
#define S_028A90_ADDRESS_HI(x) (((unsigned)(x) & 0x1FF) << 18)
|
||||
#define G_028A90_ADDRESS_HI(x) (((x) >> 18) & 0x1FF)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue