aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
diff options
context:
space:
mode:
authorKevin Wang <kevin1.wang@amd.com>2021-03-01 16:51:16 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-03-03 10:51:33 -0500
commit4d5ae731c4b73bd47c57dccdff776cdc59d483f0 (patch)
tree99d3d42781026eb4db8d96216abf6659f884d742 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
parentdrm/amd/pm: correct the name of one function for vangogh (diff)
downloadlinux-4d5ae731c4b73bd47c57dccdff776cdc59d483f0.tar.xz
linux-4d5ae731c4b73bd47c57dccdff776cdc59d483f0.zip
drm/amdgpu: refine PSP TA firmware info print in debugfs
refine PSP TA firmware info print in amdgpu_firmware_info(). Signed-off-by: Kevin Wang <kevin1.wang@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.h1
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 46449e70348b..5014f6f159be 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
@@ -136,6 +136,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 {