diff options
author | Tianci Yin <tianci.yin@amd.com> | 2019-04-11 18:59:07 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-06-21 18:59:27 -0500 |
commit | 36f87f0acd039618b080e08702e4d25b825754d8 (patch) | |
tree | bb88135d932468a32a565e38055f3fd9b6af9c90 | |
parent | 8ea763e2304951a086179bbc37476a48d125ca3e (diff) | |
download | kernel_replicant_linux-36f87f0acd039618b080e08702e4d25b825754d8.tar.gz kernel_replicant_linux-36f87f0acd039618b080e08702e4d25b825754d8.tar.bz2 kernel_replicant_linux-36f87f0acd039618b080e08702e4d25b825754d8.zip |
drm/amdgpu: disable some gfx light sleep
temporarily disable to avoid s3 test failure.
s3 test failure log:
"[drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout,
signaled seq=8278, emitted seq=8281"
Reviewed-by: Jack Xiao <Jack.Xiao@amd.com>
Signed-off-by: Tianci Yin <tianci.yin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 8e61458f1851..97dd2e668765 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -492,10 +492,6 @@ static int nv_common_early_init(void *handle) switch (adev->asic_type) { case CHIP_NAVI10: adev->cg_flags = AMD_CG_SUPPORT_GFX_MGCG | - AMD_CG_SUPPORT_GFX_MGLS | - AMD_CG_SUPPORT_GFX_RLC_LS | - AMD_CG_SUPPORT_GFX_CP_LS | - AMD_CG_SUPPORT_GFX_CGLS | AMD_CG_SUPPORT_GFX_CGCG | AMD_CG_SUPPORT_IH_CG | AMD_CG_SUPPORT_HDP_MGCG | |