projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c71f0
)
Revert "drm/amdgpu: disable gfxoff temporarily for navy_flounder"
author
Jiansong Chen
<Jiansong.Chen@amd.com>
Thu, 15 Oct 2020 02:42:58 +0000
(10:42 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 15 Oct 2020 16:21:23 +0000
(12:21 -0400)
This reverts commit
39ad082459373facaa255b0791595d018597a164
.
TDR issue has been resovled by pmfw update.
Signed-off-by: Jiansong Chen <Jiansong.Chen@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
index 931263331fc7b8d52e4fc1414c79da311289ad2d..6e12525fc26a7c0f764670677267552509fe6d8a 100644
(file)
--- 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;