Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: update psp_fw_type enum in amdgpu_ucode header

To match with the definition in psp firmware

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Le Ma <le.ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
e9ff000b 7a94c860

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
··· 125 125 PSP_FW_TYPE_PSP_INTF_DRV, 126 126 PSP_FW_TYPE_PSP_DBG_DRV, 127 127 PSP_FW_TYPE_PSP_RAS_DRV, 128 + PSP_FW_TYPE_MAX_INDEX, 128 129 }; 129 130 130 131 /* version_major=2, version_minor=0 */