]> Git Repo - linux.git/commitdiff
drm/amdgpu: add corresponding vcn ram ucode id
authorJack Xiao <[email protected]>
Tue, 14 May 2019 03:36:33 +0000 (11:36 +0800)
committerAlex Deucher <[email protected]>
Fri, 21 Jun 2019 23:59:32 +0000 (18:59 -0500)
Add VCN RAM ucode id in corresponding to psp ucode id.

Signed-off-by: Jack Xiao <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h

index 37810e07304e49545df74076d718f281753d9346..07f03593765028ef31fec1e16f8e57a3c7f2d0c9 100644 (file)
@@ -271,6 +271,8 @@ enum AMDGPU_UCODE_ID {
        AMDGPU_UCODE_ID_VCN,
        AMDGPU_UCODE_ID_DMCU_ERAM,
        AMDGPU_UCODE_ID_DMCU_INTV,
+       AMDGPU_UCODE_ID_VCN0_RAM,
+       AMDGPU_UCODE_ID_VCN1_RAM,
        AMDGPU_UCODE_ID_MAXIMUM,
 };
 
This page took 0.05413 seconds and 4 git commands to generate.