diff options
author | Aaron Liu <aaron.liu@amd.com> | 2019-08-12 11:32:56 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-08-12 12:47:50 -0500 |
commit | f78e007f76bd8be25d038dc01850984a3d551e49 (patch) | |
tree | 8b95b75ef0a8208c22dc38835c94a38b47ca3bc8 /drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | |
parent | 279ba48e1f7677008e6e04d3eeb37b81b7496ed0 (diff) |
drm/amdgpu: enable clock gating for renoir
enable gfx&common clock gating for renoir
Acked-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Aaron Liu <aaron.liu@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c index c97e3ac4a19c..c5ef9340b67c 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c @@ -4870,6 +4870,7 @@ static int gfx_v9_0_set_clockgating_state(void *handle, case CHIP_VEGA20: case CHIP_RAVEN: case CHIP_ARCTURUS: + case CHIP_RENOIR: gfx_v9_0_update_gfx_clock_gating(adev, state == AMD_CG_STATE_GATE ? true : false); break; |