提交 e017bb80 编写于 作者: X Xiaojie Yuan 提交者: Alex Deucher

drm/amd/powerplay: disable gfxoff for navi14

gfxoff doesn't work on navi14 yet, so disable it for now
Signed-off-by: NXiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: NJack Xiao <Jack.Xiao@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 03917df7
......@@ -559,6 +559,9 @@ static int smu_early_init(void *handle)
smu->pm_enabled = !!amdgpu_dpm;
mutex_init(&smu->mutex);
if (adev->asic_type == CHIP_NAVI14)
adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
return smu_set_funcs(adev);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册