From: Jiansong Chen Date: Thu, 15 Oct 2020 02:42:58 +0000 (+0800) Subject: Revert "drm/amdgpu: disable gfxoff temporarily for navy_flounder" X-Git-Tag: v5.11-rc1~206^2~12^2~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9294fa6a1d94e48a015b40ae277f2928efea0590;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c index 931263331fc7b..6e12525fc26a7 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;