diff options
| author | Tao Zhou <[email protected]> | 2020-07-23 10:10:20 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-10-12 18:00:57 +0000 |
| commit | f267242e1598ff96596fc87ffc55e963bb8c7119 (patch) | |
| tree | a5d6df9749f5c9794fdb6f2c2ec8182c9f6d587a /drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c | |
| parent | drm/amdgpu/vcn: enable VCN DPG mode for dimgrey_cavefish (diff) | |
| download | kernel-f267242e1598ff96596fc87ffc55e963bb8c7119.tar.gz kernel-f267242e1598ff96596fc87ffc55e963bb8c7119.zip | |
drm/amdgpu: add gmc cg support for dimgrey_cavefish
The athub version for dimgrey_cavefish is v2.1.
Signed-off-by: Tao Zhou <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c b/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c index e590c60cedaf..4ac8ac0c56c8 100644 --- a/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c +++ b/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c @@ -639,6 +639,7 @@ static int mmhub_v2_0_set_clockgating(struct amdgpu_device *adev, case CHIP_NAVI12: case CHIP_SIENNA_CICHLID: case CHIP_NAVY_FLOUNDER: + case CHIP_DIMGREY_CAVEFISH: mmhub_v2_0_update_medium_grain_clock_gating(adev, state == AMD_CG_STATE_GATE); mmhub_v2_0_update_medium_grain_light_sleep(adev, |
