• Y
    drm/amdgpu: Fixed ras warning when uninstalling amdgpu · 642c0401
    YiPeng Chai 提交于
      For the asic using smu v13_0_2, there is the following
    warning when uninstalling amdgpu:
      amdgpu: ras disable gfx failed poison:1 ret:-22.
    
    [Why]:
      For the asic using smu v13_0_2, the psp .suspend and
      mode1reset is called before amdgpu_ras_pre_fini during
      amdgpu uninstall, it has disabled all ras features and
      reset the psp. Since the psp is reset, calling
      amdgpu_ras_disable_all_features in amdgpu_ras_pre_fini
      to disable ras features will fail.
    
    [How]:
      If all ras features are disabled, amdgpu_ras_disable_all_features
      will not be called to disable all ras features again.
    Signed-off-by: NYiPeng Chai <YiPeng.Chai@amd.com>
    Reviewed-by: NHawking Zhang <Hawking.Zhang@amd.com>
    Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
    642c0401
amdgpu_ras.c 77.8 KB