aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
diff options
context:
space:
mode:
authorLikun Gao <Likun.Gao@amd.com>2018-08-09 12:31:40 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-08-13 18:19:10 -0400
commitc9ca989696ff28ffb015cc2b7c5577938ef2626c (patch)
treea53199c85bc1584fb983ff0d6423328c764663c7 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
parent435198f33b56d7b875a8173a0227ddf0de285aa1 (diff)
drm/amdgpu:add new firmware id for VCN
Add the new firmware id for VCN into the enum Signed-off-by: James Zhu <James.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Acked-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
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 edb7baf8f4c0..bdc472b6e641 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
@@ -194,6 +194,7 @@ enum AMDGPU_UCODE_ID {
194 AMDGPU_UCODE_ID_SMC, 194 AMDGPU_UCODE_ID_SMC,
195 AMDGPU_UCODE_ID_UVD, 195 AMDGPU_UCODE_ID_UVD,
196 AMDGPU_UCODE_ID_VCE, 196 AMDGPU_UCODE_ID_VCE,
197 AMDGPU_UCODE_ID_VCN,
197 AMDGPU_UCODE_ID_MAXIMUM, 198 AMDGPU_UCODE_ID_MAXIMUM,
198}; 199};
199 200