File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -559,8 +559,10 @@ soc15_asic_reset_method(struct amdgpu_device *adev)
559
559
*/
560
560
if (amdgpu_gpu_recovery == 4 || amdgpu_gpu_recovery == 5 )
561
561
return AMD_RESET_METHOD_MODE2 ;
562
+ else if (!(adev -> flags & AMD_IS_APU ))
563
+ return AMD_RESET_METHOD_MODE1 ;
562
564
else
563
- return AMD_RESET_METHOD_NONE ;
565
+ return AMD_RESET_METHOD_MODE2 ;
564
566
default :
565
567
break ;
566
568
}
Original file line number Diff line number Diff line change @@ -2158,8 +2158,7 @@ static int smu_v13_0_6_mode1_reset(struct smu_context *smu)
2158
2158
2159
2159
static bool smu_v13_0_6_is_mode1_reset_supported (struct smu_context * smu )
2160
2160
{
2161
- /* TODO: Enable this when FW support is added */
2162
- return false;
2161
+ return true;
2163
2162
}
2164
2163
2165
2164
static bool smu_v13_0_6_is_mode2_reset_supported (struct smu_context * smu )
You can’t perform that action at this time.
0 commit comments