[PATCH] drm/amdgpu: Update kmd_fw_shared for VCN5
Alex Deucher
alexdeucher at gmail.com
Tue Aug 6 19:44:48 UTC 2024
On Tue, Aug 6, 2024 at 3:38 PM yinjiyao <yinjie.yao at amd.com> wrote:
>
> kmd_fw_shared changed in VCN5
>
> Signed-off-by: Yinjie Yao <yinjie.yao at amd.com>
> Reviewed-by: Ruijing Dong <ruijing.dong at amd.com>
Acked-by: Alex Deucher <alexander.deucher at amd.com>
BTW, should these structures be marked as packed? I suspect they should?
Alex
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
> index f127eccf59d7..2a1f3dbb14d3 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
> @@ -464,8 +464,11 @@ struct amdgpu_vcn5_fw_shared {
> struct amdgpu_fw_shared_unified_queue_struct sq;
> uint8_t pad1[8];
> struct amdgpu_fw_shared_fw_logging fw_log;
> + uint8_t pad2[20];
> struct amdgpu_fw_shared_rb_setup rb_setup;
> - uint8_t pad2[4];
> + struct amdgpu_fw_shared_smu_interface_info smu_dpm_interface;
> + struct amdgpu_fw_shared_drm_key_wa drm_key_wa;
> + uint8_t pad3[9];
> };
>
> #define VCN_BLOCK_ENCODE_DISABLE_MASK 0x80
> --
> 2.34.1
>
More information about the amd-gfx
mailing list