drm/amdgpu:add new firmware id for VCN
authorLikun Gao <[email protected]>
Thu, 9 Aug 2018 16:31:40 +0000 (00:31 +0800)
committerAlex Deucher <[email protected]>
Mon, 13 Aug 2018 22:19:10 +0000 (17:19 -0500)
Add the new firmware id for VCN into the enum

Signed-off-by: James Zhu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Acked-by: Huang Rui <[email protected]>
Reviewed-by: Likun Gao <[email protected]>
Signed-off-by: Likun Gao <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h

index edb7baf8f4c09e4b7a45046ddb1286f551243994..bdc472b6e64136ca5d0211429aee15cff6de152d 100644 (file)
@@ -194,6 +194,7 @@ enum AMDGPU_UCODE_ID {
        AMDGPU_UCODE_ID_SMC,
        AMDGPU_UCODE_ID_UVD,
        AMDGPU_UCODE_ID_VCE,
+       AMDGPU_UCODE_ID_VCN,
        AMDGPU_UCODE_ID_MAXIMUM,
 };