aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiansong Chen <[email protected]>2020-10-15 02:42:58 +0000
committerAlex Deucher <[email protected]>2020-10-15 16:21:23 +0000
commit9294fa6a1d94e48a015b40ae277f2928efea0590 (patch)
tree62045575513de502de082a7ea67d69fab083f3e9
parentdrm/amd/pm: properly setting GPO feature on UMD pstate entering/exiting (diff)
downloadkernel-9294fa6a1d94e48a015b40ae277f2928efea0590.tar.gz
kernel-9294fa6a1d94e48a015b40ae277f2928efea0590.zip
Revert "drm/amdgpu: disable gfxoff temporarily for navy_flounder"
This reverts commit 39ad082459373facaa255b0791595d018597a164. TDR issue has been resovled by pmfw update. Signed-off-by: Jiansong Chen <[email protected]> Acked-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
index 931263331fc7..6e12525fc26a 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
@@ -3723,7 +3723,6 @@ 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:
case CHIP_VANGOGH:
adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
break;