Skip to content

Commit

Permalink
drm/amdgpu: disable gfxoff for navy_flounder
Browse files Browse the repository at this point in the history
gfxoff is temporarily disabled for navy_flounder,
since at present the feature has broken some basic
amdgpu test.

Signed-off-by: Jiansong Chen <Jiansong.Chen@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Change-Id: Icc030370997a66fb9f01cdd4b1c45816e3c88584
  • Loading branch information
Jiansong Chen authored and Jiansong Chen committed Aug 12, 2020
1 parent 9a24c5c commit ccfd905
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
Original file line number Diff line number Diff line change
Expand Up @@ -3595,6 +3595,9 @@ static void gfx_v10_0_check_gfxoff_flag(struct amdgpu_device *adev)
if (!gfx_v10_0_navi10_gfxoff_should_enable(adev))
adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
break;
case CHIP_NAVY_FLOUNDER:
adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
break;
default:
break;
}
Expand Down

0 comments on commit ccfd905

Please sign in to comment.