diff options
author | Kenneth Feng <[email protected]> | 2023-02-03 14:19:37 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-02-08 22:18:13 -0500 |
commit | 5630a35024d12432827bd7e7986dd60cfe2f983b (patch) | |
tree | 7d3266fa070c6bf07706f8e13a45752c59671315 | |
parent | 7ece674cd9468ce740494f6108c39831cfc7eb4e (diff) |
drm/amd/amdgpu: enable athub cg 11.0.3
enable athub cg on gc 11.0.3
Signed-off-by: Kenneth Feng <[email protected]>
Reviewed-by: Likun Gao <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc21.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c b/drivers/gpu/drm/amd/amdgpu/soc21.c index 9eff5f41df9d..7050238c4c48 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc21.c +++ b/drivers/gpu/drm/amd/amdgpu/soc21.c @@ -641,7 +641,9 @@ static int soc21_common_early_init(void *handle) AMD_CG_SUPPORT_GFX_CGLS | AMD_CG_SUPPORT_REPEATER_FGCG | AMD_CG_SUPPORT_GFX_MGCG | - AMD_CG_SUPPORT_HDP_SD; + AMD_CG_SUPPORT_HDP_SD | + AMD_CG_SUPPORT_ATHUB_MGCG | + AMD_CG_SUPPORT_ATHUB_LS; adev->pg_flags = AMD_PG_SUPPORT_VCN | AMD_PG_SUPPORT_VCN_DPG | AMD_PG_SUPPORT_JPEG; |