Skip to content

Commit da2446b

Browse files
Jiansong Chenalexdeucher
authored andcommitted
Revert "drm/amdgpu: disable gfxoff for navy_flounder"
This reverts commit 9c9b17a. Newly released sdma fw (51.52) provides a fix for the issue. Signed-off-by: Jiansong Chen <[email protected]> Reviewed-by: Kenneth Feng <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Acked-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent d2e59d0 commit da2446b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3595,9 +3595,6 @@ static void gfx_v10_0_check_gfxoff_flag(struct amdgpu_device *adev)
35953595
if (!gfx_v10_0_navi10_gfxoff_should_enable(adev))
35963596
adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
35973597
break;
3598-
case CHIP_NAVY_FLOUNDER:
3599-
adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
3600-
break;
36013598
default:
36023599
break;
36033600
}

0 commit comments

Comments
 (0)