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

drm/amdgpu: Enable IFWI update support for PSPv14.0.2 and v14.0.3

Make the psp_vbflash and psp_vbflash_status available in sysfs.

v2: make it available for v14.0.2 as well (hawking)

Signed-off-by: Shiwu Zhang <shiwu.zhang@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Shiwu Zhang and committed by
Alex Deucher
c09910b5 e17df7b0

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
··· 252 252 break; 253 253 case IP_VERSION(14, 0, 2): 254 254 case IP_VERSION(14, 0, 3): 255 + adev->psp.sup_ifwi_up = !amdgpu_sriov_vf(adev); 255 256 psp_v14_0_set_psp_funcs(psp); 256 257 break; 257 258 case IP_VERSION(14, 0, 5):