Commit d463d8c9 authored by Jiansong Chen's avatar Jiansong Chen Committed by Alex Deucher

drm/amdgpu/gfx10: add clockgating support for navy_flounder

Same as navi10.
Signed-off-by: default avatarJiansong Chen <Jiansong.Chen@amd.com>
Reviewed-by: default avatarTao Zhou <tao.zhou1@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0287ac57
...@@ -7488,6 +7488,7 @@ static int gfx_v10_0_set_clockgating_state(void *handle, ...@@ -7488,6 +7488,7 @@ static int gfx_v10_0_set_clockgating_state(void *handle,
case CHIP_NAVI14: case CHIP_NAVI14:
case CHIP_NAVI12: case CHIP_NAVI12:
case CHIP_SIENNA_CICHLID: case CHIP_SIENNA_CICHLID:
case CHIP_NAVY_FLOUNDER:
gfx_v10_0_update_gfx_clock_gating(adev, gfx_v10_0_update_gfx_clock_gating(adev,
state == AMD_CG_STATE_GATE); state == AMD_CG_STATE_GATE);
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment