From 064f07fef343f517d4bf20f06af9fbb1baea2ff8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Fri, 16 Jun 2017 00:11:50 +0200 Subject: [PATCH] ac/sid.h: don't use parentheses in PKT3_RELEASE_MEM definition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The parses skips the line if it contains parentheses. Reviewed-by: Alex Deucher Reviewed-by: Nicolai Hähnle --- src/amd/common/sid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/common/sid.h b/src/amd/common/sid.h index c69f4f6dbf1..a8c78c1b2bf 100644 --- a/src/amd/common/sid.h +++ b/src/amd/common/sid.h @@ -170,7 +170,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_RELEASE_MEM 0x49 /* GFX9+ [any ring] or GFX8 [compute ring only] */ #define PKT3_ONE_REG_WRITE 0x57 /* not on CIK */ #define PKT3_ACQUIRE_MEM 0x58 /* new for CIK */ #define PKT3_SET_CONFIG_REG 0x68 -- 2.30.2