From: Hawking Zhang Date: Tue, 31 Aug 2021 07:30:08 +0000 (+0800) Subject: drm/amdgpu: update psp_fw_type enum in amdgpu_ucode header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e9ff000b5a2a6b2f34828ebcfb0a829ce2dcdc2a;p=linux.git drm/amdgpu: update psp_fw_type enum in amdgpu_ucode header To match with the definition in psp firmware Acked-by: Christian König Signed-off-by: Hawking Zhang Reviewed-by: Le Ma Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h index 1c36235b4539c..552e06929229c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h @@ -125,6 +125,7 @@ enum psp_fw_type { PSP_FW_TYPE_PSP_INTF_DRV, PSP_FW_TYPE_PSP_DBG_DRV, PSP_FW_TYPE_PSP_RAS_DRV, + PSP_FW_TYPE_MAX_INDEX, }; /* version_major=2, version_minor=0 */