Skip to content

Commit 9c9b17a

Browse files
Jiansong Chenalexdeucher
authored andcommitted
drm/amdgpu: disable gfxoff for navy_flounder
gfxoff is temporarily disabled for navy_flounder, since at present the feature has broken some basic amdgpu test. Signed-off-by: Jiansong Chen <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent f41ed88 commit 9c9b17a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3595,6 +3595,9 @@ 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;
35983601
default:
35993602
break;
36003603
}

0 commit comments

Comments
 (0)