提交 8ac875db 编写于 作者: T tiancyin 提交者: Alex Deucher

drm/amdgpu: disable gfxoff on navi10

The gfxoff brings unstability, disable it by default
Reviewed-by: NHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Ntiancyin <tianci.yin@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 73c86d62
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册