diff options
author | Le Ma <le.ma@amd.com> | 2024-10-25 17:43:57 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-10-28 16:41:13 -0400 |
commit | ea9d8863daa93f2bfd39ce820254a788b1fe0c1f (patch) | |
tree | 5592f3b1409749bc2a8a68c0350e18e384f26eb8 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | |
parent | d5e3d8a2a6cb8b8c8678e60ae8067c18ffbc2da2 (diff) | |
download | linux-ea9d8863daa93f2bfd39ce820254a788b1fe0c1f.tar.gz linux-ea9d8863daa93f2bfd39ce820254a788b1fe0c1f.tar.bz2 linux-ea9d8863daa93f2bfd39ce820254a788b1fe0c1f.zip |
drm/amdgpu: add generic func to check if ta fw is applicable
Separated xgmi ta is required for specific APU, and driver needs
parse the ta binary properly with aux xgmi ta packed.
v2: make the check function more generic (Lijo)
Signed-off-by: Le Ma <le.ma@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h index 4e23419b92d4..4150ec0aa10d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h @@ -163,6 +163,7 @@ enum ta_fw_type { TA_FW_TYPE_PSP_DTM, TA_FW_TYPE_PSP_RAP, TA_FW_TYPE_PSP_SECUREDISPLAY, + TA_FW_TYPE_PSP_XGMI_AUX, TA_FW_TYPE_MAX_INDEX, }; |