diff options
| author | Kevin Wang <[email protected]> | 2021-03-01 08:51:16 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-03-03 15:51:33 +0000 |
| commit | 4d5ae731c4b73bd47c57dccdff776cdc59d483f0 (patch) | |
| tree | 99d3d42781026eb4db8d96216abf6659f884d742 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | |
| parent | drm/amd/pm: correct the name of one function for vangogh (diff) | |
| download | kernel-4d5ae731c4b73bd47c57dccdff776cdc59d483f0.tar.gz kernel-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 <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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 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 { |
