From 2e94cb66933fd7b130011b53b47e0816eb8a76d5 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 21 Aug 2019 00:13:17 -0400 Subject: radeonsi: add PKT3_CONTEXT_REG_RMW Reviewed-by: Pierre-Eric Pelloux-Prayer --- src/amd/common/sid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/amd/common') diff --git a/src/amd/common/sid.h b/src/amd/common/sid.h index 0b996e54884..387689876d1 100644 --- a/src/amd/common/sid.h +++ b/src/amd/common/sid.h @@ -181,6 +181,7 @@ /* fix CP DMA before uncommenting: */ /*#define PKT3_EVENT_WRITE_EOS 0x48*/ /* not on GFX9 */ #define PKT3_RELEASE_MEM 0x49 /* GFX9+ [any ring] or GFX8 [compute ring only] */ +#define PKT3_CONTEXT_REG_RMW 0x51 /* older firmware versions on older chips don't have this */ #define PKT3_ONE_REG_WRITE 0x57 /* not on CIK */ #define PKT3_ACQUIRE_MEM 0x58 /* new for CIK */ #define PKT3_REWIND 0x59 /* VI+ [any ring] or CIK [compute ring only] */ -- cgit v1.2.3