diff options
| author | 2021-03-19 14:48:28 +0800 | |
|---|---|---|
| committer | 2021-05-19 22:41:30 -0400 | |
| commit | a764bef36de06b45f52550c9c5575eca395dbf48 (patch) | |
| tree | ff7fb4e647910ea73f35d85256effb4ef5324893 /drivers/gpu/drm/amd/amdgpu/nv.c | |
| parent | drm/amdgpu: enable hdp CG and LS for beige_goby (diff) | |
| download | linux-dev-a764bef36de06b45f52550c9c5575eca395dbf48.tar.xz linux-dev-a764bef36de06b45f52550c9c5575eca395dbf48.zip | |
drm/amdgpu: enable ih CG for beige_goby
Enable ih clock gating for beige_goby.
Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Jiansong Chen <Jiansong.Chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nv.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 20f937d66748..90012e5408e7 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -1284,7 +1284,8 @@ static int nv_common_early_init(void *handle) AMD_CG_SUPPORT_MC_MGCG | AMD_CG_SUPPORT_MC_LS | AMD_CG_SUPPORT_HDP_MGCG | - AMD_CG_SUPPORT_HDP_LS; + AMD_CG_SUPPORT_HDP_LS | + AMD_CG_SUPPORT_IH_CG; adev->pg_flags = AMD_PG_SUPPORT_VCN | AMD_PG_SUPPORT_VCN_DPG | AMD_PG_SUPPORT_ATHUB | |
