diff options
author | 2022-07-29 15:22:44 +0800 | |
---|---|---|
committer | 2022-08-16 18:06:54 -0400 | |
commit | fa0bbd3be91dd46f4e56e5cf1fb6e8c2837c649c (patch) | |
tree | 98f2e7870caeea3d9b0f982982c80322ce9a2057 | |
parent | drm/amdkfd: potential crash in kfd_create_indirect_link_prop() (diff) | |
download | linux-dev-fa0bbd3be91dd46f4e56e5cf1fb6e8c2837c649c.tar.xz linux-dev-fa0bbd3be91dd46f4e56e5cf1fb6e8c2837c649c.zip |
drm/amdgpu: enable IH Clock Gating for OSS IP v6.0.1
Enable AMD_CG_SUPPORT_IH_CG support.
Signed-off-by: Tim Huang <tim.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc21.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c b/drivers/gpu/drm/amd/amdgpu/soc21.c index 6c3440e7ed3f..1ff7fc7bb340 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc21.c +++ b/drivers/gpu/drm/amd/amdgpu/soc21.c @@ -602,6 +602,7 @@ static int soc21_common_early_init(void *handle) AMD_CG_SUPPORT_HDP_LS | AMD_CG_SUPPORT_ATHUB_MGCG | AMD_CG_SUPPORT_ATHUB_LS | + AMD_CG_SUPPORT_IH_CG | AMD_CG_SUPPORT_VCN_MGCG | AMD_CG_SUPPORT_JPEG_MGCG; adev->pg_flags = |