summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiansong Chen <Jiansong.Chen@amd.com>2020-02-10 15:50:13 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-07-15 12:45:58 -0400
commitd463d8c964ddca698770f11d4ecb6da3bd656b4e (patch)
tree09a7b2473544ad081eca8c62d16f542646310b67
parent0287ac57b55dc4edc76697abf4a381f91db74904 (diff)
drm/amdgpu/gfx10: add clockgating support for navy_flounder
Same as navi10. Signed-off-by: Jiansong Chen <Jiansong.Chen@amd.com> Reviewed-by: Tao Zhou <tao.zhou1@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c1
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 7dce24a4ce2a..000234258ab3 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
@@ -7488,6 +7488,7 @@ static int gfx_v10_0_set_clockgating_state(void *handle,
case CHIP_NAVI14:
case CHIP_NAVI12:
case CHIP_SIENNA_CICHLID:
+ case CHIP_NAVY_FLOUNDER:
gfx_v10_0_update_gfx_clock_gating(adev,
state == AMD_CG_STATE_GATE);
break;