From 71ad666414f00791047302dc31a79dfd41608c02 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 15 Oct 2016 14:20:03 +0200 Subject: radeonsi/gfx9: CP DMA changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle --- 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 e0c3a02ddcd..75ba9650ba4 100644 --- a/src/amd/common/sid.h +++ b/src/amd/common/sid.h @@ -224,6 +224,7 @@ #define S_411_DSL_SEL(x) (((unsigned)(x) & 0x3) << 20) #define V_411_DST_ADDR 0 #define V_411_GDS 1 /* program DAS to 1 as well */ +#define V_411_NOWHERE 2 /* new for GFX9 */ #define V_411_DST_ADDR_TC_L2 3 /* new for CIK */ #define S_411_SRC_ADDR_HI(x) ((x) & 0xffff) #define R_412_CP_DMA_WORD2 0x412 /* 0x[packet number][word index] */ -- cgit v1.2.3