diff options
author | Marek Olšák <[email protected]> | 2017-06-15 19:01:56 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-06-19 20:15:36 +0200 |
commit | ed291cea3d6e12620e244ef791afdeb15fc4f5dd (patch) | |
tree | 837919e7f3e82dc2ee1bfac7e5e8451560a4535a /src/amd/common/sid.h | |
parent | 66b6babbeab510b17cbb325dab3cd7cfbe1f9674 (diff) |
ac: parse EVENT_WRITE_EOP, RELEASE_MEM, WAIT_REG_MEM, NOWHERE
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/amd/common/sid.h')
-rw-r--r-- | src/amd/common/sid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/common/sid.h b/src/amd/common/sid.h index d329ad9493f..c69f4f6dbf1 100644 --- a/src/amd/common/sid.h +++ b/src/amd/common/sid.h @@ -280,6 +280,7 @@ #define S_500_DSL_SEL(x) (((unsigned)(x) & 0x3) << 20) #define V_500_DST_ADDR 0 #define V_500_GDS 1 /* program DAS to 1 as well */ +#define V_500_NOWHERE 2 /* new for GFX9 */ #define V_500_DST_ADDR_TC_L2 3 /* new for CIK */ #define S_500_ENGINE(x) ((x) & 0x1) #define V_500_ME 0 |