aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
diff options
context:
space:
mode:
authorJames Zhu <James.Zhu@amd.com>2019-06-04 14:44:33 -0400
committerAlex Deucher <alexander.deucher@amd.com>2019-07-18 14:18:05 -0500
commita07d163c90bf7d649998fb43ac9eb9a01764d662 (patch)
treea21648f2564d9f87e0039e2789bd18b077f0129a /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
parentdrm/amdgpu/: add clientID for 2nd vcn instance (diff)
downloadlinux-a07d163c90bf7d649998fb43ac9eb9a01764d662.tar.xz
linux-a07d163c90bf7d649998fb43ac9eb9a01764d662.zip
drm/amdgpu/: add ucodeID for 2nd vcn instance
add ucodeID for 2nd vcn instance Signed-off-by: James Zhu <James.Zhu@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
index c1fb6dc86440..2be106e81eda 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
@@ -281,6 +281,7 @@ enum AMDGPU_UCODE_ID {
AMDGPU_UCODE_ID_UVD1,
AMDGPU_UCODE_ID_VCE,
AMDGPU_UCODE_ID_VCN,
+ AMDGPU_UCODE_ID_VCN1,
AMDGPU_UCODE_ID_DMCU_ERAM,
AMDGPU_UCODE_ID_DMCU_INTV,
AMDGPU_UCODE_ID_VCN0_RAM,