Skip to content

Commit

Permalink
drm/amdgpu: disable gfxoff on navi10
Browse files Browse the repository at this point in the history
The gfxoff brings unstability, disable it by default

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: tiancyin <tianci.yin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
tiancyin authored and Alex Deucher committed Jun 24, 2019
1 parent 73c86d6 commit 8ac875d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,7 @@ static void gfx_v10_0_check_gfxoff_flag(struct amdgpu_device *adev)
{
switch (adev->asic_type) {
case CHIP_NAVI10:
if ((adev->gfx.rlc_fw_version < 85) ||
(adev->pm.fw_version < 0x002A0C00))
adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
break;
default:
break;
Expand Down

0 comments on commit 8ac875d

Please sign in to comment.