We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470516c commit 507a228Copy full SHA for 507a228
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
@@ -461,8 +461,11 @@ struct amdgpu_vcn5_fw_shared {
461
struct amdgpu_fw_shared_unified_queue_struct sq;
462
uint8_t pad1[8];
463
struct amdgpu_fw_shared_fw_logging fw_log;
464
+ uint8_t pad2[20];
465
struct amdgpu_fw_shared_rb_setup rb_setup;
- 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];
469
};
470
471
#define VCN_BLOCK_ENCODE_DISABLE_MASK 0x80
0 commit comments