Skip to content

Commit 507a228

Browse files
yinjiyao111alexdeucher
authored andcommitted
drm/amdgpu: Update kmd_fw_shared for VCN5
kmd_fw_shared changed in VCN5 Signed-off-by: Yinjie Yao <[email protected]> Reviewed-by: Ruijing Dong <[email protected]> Acked-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit aa02486)
1 parent 470516c commit 507a228

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,11 @@ struct amdgpu_vcn5_fw_shared {
461461
struct amdgpu_fw_shared_unified_queue_struct sq;
462462
uint8_t pad1[8];
463463
struct amdgpu_fw_shared_fw_logging fw_log;
464+
uint8_t pad2[20];
464465
struct amdgpu_fw_shared_rb_setup rb_setup;
465-
uint8_t pad2[4];
466+
struct amdgpu_fw_shared_smu_interface_info smu_dpm_interface;
467+
struct amdgpu_fw_shared_drm_key_wa drm_key_wa;
468+
uint8_t pad3[9];
466469
};
467470

468471
#define VCN_BLOCK_ENCODE_DISABLE_MASK 0x80

0 commit comments

Comments
 (0)