Skip to content

Commit fc42d47

Browse files
Andrey Grodzovskyalexdeucher
authored andcommitted
drm/amdgpu: Enable GPU recovery by default for CI
I retested Bonaire (gfx7 dGPU) and it works fine. Signed-off-by: Andrey Grodzovsky <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 922454c commit fc42d47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3258,6 +3258,8 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev)
32583258

32593259
if (amdgpu_gpu_recovery == -1) {
32603260
switch (adev->asic_type) {
3261+
case CHIP_BONAIRE:
3262+
case CHIP_HAWAII:
32613263
case CHIP_TOPAZ:
32623264
case CHIP_TONGA:
32633265
case CHIP_FIJI:

0 commit comments

Comments
 (0)