diff options
| author | Mark Brown <broonie@kernel.org> | 2021-05-18 17:24:52 +0100 | 
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2021-05-18 17:24:52 +0100 | 
| commit | c37fe6aff89cb0d842993fe2f69e48bf3ebe0ab0 (patch) | |
| tree | 2a322c48218f7006bab789b7bf16ec58b129a096 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | |
| parent | d7aed20d446d8c87f5e13adf73281056b0064a45 (diff) | |
| parent | d07f6ca923ea0927a1024dfccafc5b53b61cfecc (diff) | |
Merge tag 'v5.13-rc2' into spi-5.13
Linux 5.13-rc2
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h index 46449e70348b..2c42874f7784 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h @@ -105,6 +105,9 @@ struct psp_firmware_header_v1_3 {  	uint32_t spl_header_version;  	uint32_t spl_offset_bytes;  	uint32_t spl_size_bytes; +	uint32_t rl_header_version; +	uint32_t rl_offset_bytes; +	uint32_t rl_size_bytes;  };  /* version_major=1, version_minor=0 */ @@ -136,6 +139,7 @@ enum ta_fw_type {  	TA_FW_TYPE_PSP_DTM,  	TA_FW_TYPE_PSP_RAP,  	TA_FW_TYPE_PSP_SECUREDISPLAY, +	TA_FW_TYPE_MAX_INDEX,  };  struct ta_fw_bin_desc {  | 
