drm/amdgpu: disable gfxoff for sienna_cichlid

Temporary disable gfxoff for sienna_cichlid.

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Likun Gao 2020-01-20 05:29:06 +08:00 committed by Alex Deucher
parent 0f7ee05750
commit f95c20464d
1 changed files with 3 additions and 0 deletions

View File

@ -3531,6 +3531,9 @@ 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_SIENNA_CICHLID:
adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
break;
default:
break;
}