diff options
author | Likun Gao <Likun.Gao@amd.com> | 2019-03-19 06:00:26 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-06-03 20:51:59 +0300 |
commit | 2f7f522722ef620af0210ec98718d62c6c3e4de7 (patch) | |
tree | 5a3d169231dc90b6b1c033d846cde79eb2646544 /drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | |
parent | 57d706026fabde9bf83d6f73f0679b7e48b24e3f (diff) | |
download | linux-2f7f522722ef620af0210ec98718d62c6c3e4de7.tar.xz |
drm/amdgpu/gfx10: add clockgating support for sienna_cichlid
Same as navi10.
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c index c2fbf037defc..8a6a9ba85714 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c @@ -7154,6 +7154,7 @@ static int gfx_v10_0_set_clockgating_state(void *handle, case CHIP_NAVI10: case CHIP_NAVI14: case CHIP_NAVI12: + case CHIP_SIENNA_CICHLID: gfx_v10_0_update_gfx_clock_gating(adev, state == AMD_CG_STATE_GATE); break; |