diff options
| author | Evan Quan <[email protected]> | 2022-04-11 06:39:59 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-05-05 20:50:58 +0000 |
| commit | 915b5ce774b5d59f90f970f97a7295f12cf898bc (patch) | |
| tree | 9c58da5917c1ad3d8c9a585f04eb6ef2411dff56 /drivers/gpu/drm/amd/pm/amdgpu_pm.c | |
| parent | drm/amd/pm: enable df cstate feature for SMU 13.0.0 (diff) | |
| download | kernel-915b5ce774b5d59f90f970f97a7295f12cf898bc.tar.gz kernel-915b5ce774b5d59f90f970f97a7295f12cf898bc.zip | |
drm/amdgpu: enable more GFX clockgating features for GC 11.0.0
Support more GFX clockgating features(3D_CGCG, 3D_CGLS, MGCG,
FGCG and PERF_CLK).
Signed-off-by: Evan Quan <[email protected]>
Reviewed-by: Likun Gao <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_pm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index e92d07f88048..6e40e9ba9ff0 100644 --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c @@ -67,7 +67,7 @@ static const struct cg_flag_name clocks[] = { {AMD_CG_SUPPORT_IH_CG, "Interrupt Handler Clock Gating"}, {AMD_CG_SUPPORT_JPEG_MGCG, "JPEG Medium Grain Clock Gating"}, {AMD_CG_SUPPORT_REPEATER_FGCG, "Repeater Fine Grain Clock Gating"}, - + {AMD_CG_SUPPORT_GFX_PERF_CLK, "Perfmon Clock Gating"}, {AMD_CG_SUPPORT_ATHUB_MGCG, "Address Translation Hub Medium Grain Clock Gating"}, {AMD_CG_SUPPORT_ATHUB_LS, "Address Translation Hub Light Sleep"}, {0, NULL}, |
