diff options
author | Monk Liu <Monk.Liu@amd.com> | 2017-05-01 11:23:44 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-24 23:40:26 +0200 |
commit | d951eeddface8bcdcb4fd95066801abface55c21 (patch) | |
tree | 33f5e356ca9ea2c97d52901690669a230cd21c63 /drivers/gpu/drm/amd/amdgpu/soc15d.h | |
parent | drm/amdgpu:change SR-IOV DMAframe scheme (diff) | |
download | linux-d951eeddface8bcdcb4fd95066801abface55c21.tar.xz linux-d951eeddface8bcdcb4fd95066801abface55c21.zip |
drm/amdgpu:new PM4 entry for VI/AI
TMZ package will be used for VULKAN/CHAINED-IB MCBP
Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15d.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15d.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15d.h b/drivers/gpu/drm/amd/amdgpu/soc15d.h index 9e1b9e9f1f87..5da013ce2533 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15d.h +++ b/drivers/gpu/drm/amd/amdgpu/soc15d.h @@ -259,6 +259,13 @@ #define PACKET3_WAIT_ON_CE_COUNTER 0x86 #define PACKET3_WAIT_ON_DE_COUNTER_DIFF 0x88 #define PACKET3_SWITCH_BUFFER 0x8B +#define PACKET3_FRAME_CONTROL 0x90 +# define FRAME_CMD(x) ((x) << 28) + /* + * x=0: tmz_begin + * x=1: tmz_end + */ + #define PACKET3_SET_RESOURCES 0xA0 /* 1. header * 2. CONTROL |