On Fri, Jun 30, 2023 at 5:27 PM Mario Limonciello <mario.limonciello@xxxxxxx> wrote: > > This was accidentally lost by commit e6e3bee0bc9a3 ("drm/amd: Use > attribute groups for PSP flashing attributes") > > Fixes: e6e3bee0bc9a ("drm/amd: Use attribute groups for PSP flashing attributes") > Reported-by: Likun.Gao@xxxxxxx > Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx> Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c > index 270b5b5a3a6d1..c2508462e02f9 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c > @@ -201,7 +201,6 @@ static int psp_early_init(void *handle) > case IP_VERSION(13, 0, 3): > case IP_VERSION(13, 0, 5): > case IP_VERSION(13, 0, 8): > - case IP_VERSION(13, 0, 10): > case IP_VERSION(13, 0, 11): > psp_v13_0_set_psp_funcs(psp); > psp->autoload_supported = true; > @@ -214,6 +213,7 @@ static int psp_early_init(void *handle) > break; > case IP_VERSION(13, 0, 0): > case IP_VERSION(13, 0, 7): > + case IP_VERSION(13, 0, 10): > psp_v13_0_set_psp_funcs(psp); > psp->autoload_supported = true; > adev->psp.sup_ifwi_up = !amdgpu_sriov_vf(adev); > -- > 2.25.1 >