mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
e17df7b086
commit
c09910b511
|
|
@ -252,6 +252,7 @@ static int psp_early_init(struct amdgpu_ip_block *ip_block)
|
|||
break;
|
||||
case IP_VERSION(14, 0, 2):
|
||||
case IP_VERSION(14, 0, 3):
|
||||
adev->psp.sup_ifwi_up = !amdgpu_sriov_vf(adev);
|
||||
psp_v14_0_set_psp_funcs(psp);
|
||||
break;
|
||||
case IP_VERSION(14, 0, 5):
|
||||
|
|
|
|||
Loading…
Reference in New Issue