diff options
| author | Tim Huang <[email protected]> | 2022-07-29 07:22:44 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-08-16 22:06:54 +0000 |
| commit | fa0bbd3be91dd46f4e56e5cf1fb6e8c2837c649c (patch) | |
| tree | 98f2e7870caeea3d9b0f982982c80322ce9a2057 | |
| parent | drm/amdkfd: potential crash in kfd_create_indirect_link_prop() (diff) | |
| download | kernel-fa0bbd3be91dd46f4e56e5cf1fb6e8c2837c649c.tar.gz kernel-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 <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -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 = |
