aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/vi.c
diff options
context:
space:
mode:
authorShirish S <[email protected]>2018-01-19 08:47:22 +0000
committerAlex Deucher <[email protected]>2018-01-30 04:30:44 +0000
commit7e24a3ea825e546487c3fc47f8cbf6512f6c9e8c (patch)
treeb6b3e10b2be75ccda1a175fe648589d883b2378c /drivers/gpu/drm/amd/amdgpu/vi.c
parentdrm/radeon: adjust tested variable (diff)
downloadkernel-7e24a3ea825e546487c3fc47f8cbf6512f6c9e8c.tar.gz
kernel-7e24a3ea825e546487c3fc47f8cbf6512f6c9e8c.zip
drm/amdgpu: disable coarse grain clockgating for ST
The CGCG feature on Stoney is causing GFX related issues such as freezes and blank outs. Signed-off-by: Shirish S <[email protected]> Reviewed-by: Arindam Nath <[email protected]> Acked-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
index da2b99c2d95f..5bd10f52ca8a 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1022,7 +1022,6 @@ static int vi_common_early_init(void *handle)
AMD_CG_SUPPORT_GFX_CP_LS |
AMD_CG_SUPPORT_GFX_CGTS |
AMD_CG_SUPPORT_GFX_CGTS_LS |
- AMD_CG_SUPPORT_GFX_CGCG |
AMD_CG_SUPPORT_GFX_CGLS |
AMD_CG_SUPPORT_BIF_LS |
AMD_CG_SUPPORT_HDP_MGCG |