Skip to content

Commit 192fb63

Browse files
Hawking Zhangalexdeucher
authored andcommitted
drm/amdgpu: disable GFX CGCG in aldebaran
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]>
1 parent 54e6bad commit 192fb63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/amd/amdgpu/soc15.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,8 +1353,6 @@ static int soc15_common_early_init(void *handle)
13531353
adev->asic_funcs = &vega20_asic_funcs;
13541354
adev->cg_flags = AMD_CG_SUPPORT_GFX_MGCG |
13551355
AMD_CG_SUPPORT_GFX_MGLS |
1356-
AMD_CG_SUPPORT_GFX_CGCG |
1357-
AMD_CG_SUPPORT_GFX_CGLS |
13581356
AMD_CG_SUPPORT_GFX_CP_LS |
13591357
AMD_CG_SUPPORT_HDP_LS |
13601358
AMD_CG_SUPPORT_SDMA_MGCG |

0 commit comments

Comments
 (0)