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/include/amd_shared.h | |
| 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/include/amd_shared.h')
| -rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index 9ae4060a9d0f..bcdf7453a403 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -149,6 +149,7 @@ enum amd_powergating_state { #define AMD_CG_SUPPORT_JPEG_MGCG (1ULL << 30) #define AMD_CG_SUPPORT_GFX_FGCG (1ULL << 31) #define AMD_CG_SUPPORT_REPEATER_FGCG (1ULL << 32) +#define AMD_CG_SUPPORT_GFX_PERF_CLK (1ULL << 33) /* PG flags */ #define AMD_PG_SUPPORT_GFX_PG (1 << 0) #define AMD_PG_SUPPORT_GFX_SMG (1 << 1) |
