diff options
author | Xiangliang Yu <Xiangliang.Yu@amd.com> | 2017-02-28 16:48:47 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:55:00 -0400 |
commit | 464826d67aee079e34c8b8bb652cef71c1a7dbe4 (patch) | |
tree | 5b30b3a787f5dfb9465499aac27448d982655819 /drivers/gpu/drm/amd/amdgpu/soc15d.h | |
parent | 97031e2541ebeba0255ddb0b8c6e7189649bb1a6 (diff) | |
download | linux-464826d67aee079e34c8b8bb652cef71c1a7dbe4.tar.gz linux-464826d67aee079e34c8b8bb652cef71c1a7dbe4.tar.bz2 linux-464826d67aee079e34c8b8bb652cef71c1a7dbe4.zip |
drm/amdgpu: init kiq and kcq for vega10
Init kiq via cpu mmio and init kcq through kiq.
Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Acked-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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15d.h b/drivers/gpu/drm/amd/amdgpu/soc15d.h index c47715d59835..7d29329bd642 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15d.h +++ b/drivers/gpu/drm/amd/amdgpu/soc15d.h @@ -258,6 +258,8 @@ #define PACKET3_WAIT_ON_CE_COUNTER 0x86 #define PACKET3_WAIT_ON_DE_COUNTER_DIFF 0x88 #define PACKET3_SWITCH_BUFFER 0x8B +#define PACKET3_SET_RESOURCES 0xA0 +#define PACKET3_MAP_QUEUES 0xA2 #define VCE_CMD_NO_OP 0x00000000 #define VCE_CMD_END 0x00000001 |