diff options
author | Marek Olšák <[email protected]> | 2018-09-21 03:41:18 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-10-16 15:28:22 -0400 |
commit | 0d0558157862618b3dc8053d3c9568844d933b7c (patch) | |
tree | b7a280fc8e6cd4b828126b6b87290d01c641ca40 /src/amd/common/sid.h | |
parent | 6e1cf6532dc7a498a6a04e9fd5f8147aec0d2030 (diff) |
radeonsi: rename si_gfx_* functions to si_cp_*
and write_event_eop -> release_mem
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 3e36eb2d046..69b532177ac 100644 --- a/src/amd/common/sid.h +++ b/src/amd/common/sid.h @@ -146,6 +146,7 @@ #define WAIT_REG_MEM_EQUAL 3 #define WAIT_REG_MEM_NOT_EQUAL 4 #define WAIT_REG_MEM_MEM_SPACE(x) (((unsigned)(x) & 0x3) << 4) +#define WAIT_REG_MEM_PFP (1 << 8) #define PKT3_MEM_WRITE 0x3D /* not on CIK */ #define PKT3_INDIRECT_BUFFER_CIK 0x3F /* new on CIK */ #define R_3F0_IB_BASE_LO 0x3F0 |