]> Git Repo - linux.git/commitdiff
drm/amdgpu: disable GFX CGCG in aldebaran
authorHawking Zhang <[email protected]>
Thu, 26 Aug 2021 05:54:53 +0000 (13:54 +0800)
committerAlex Deucher <[email protected]>
Thu, 26 Aug 2021 17:56:58 +0000 (13:56 -0400)
disable GFX CGCG and CGLS to workaround
a hardware issue found in aldebaran.

Signed-off-by: Hawking Zhang <[email protected]>
Reviewed-by: John Clements <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/soc15.c

index f7b56a746c15ce5dc5cdf92d0e564c05ebff7023..0fc97c364fd765bf7b1c16f5a368698fd62b406a 100644 (file)
@@ -1353,8 +1353,6 @@ static int soc15_common_early_init(void *handle)
                adev->asic_funcs = &vega20_asic_funcs;
                adev->cg_flags = AMD_CG_SUPPORT_GFX_MGCG |
                        AMD_CG_SUPPORT_GFX_MGLS |
-                       AMD_CG_SUPPORT_GFX_CGCG |
-                       AMD_CG_SUPPORT_GFX_CGLS |
                        AMD_CG_SUPPORT_GFX_CP_LS |
                        AMD_CG_SUPPORT_HDP_LS |
                        AMD_CG_SUPPORT_SDMA_MGCG |
This page took 0.058788 seconds and 4 git commands to generate.