From: Jiansong Chen Date: Mon, 10 Feb 2020 07:50:13 +0000 (+0800) Subject: drm/amdgpu/gfx10: add clockgating support for navy_flounder X-Git-Tag: v5.9-rc1~51^2~17^2~37 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d463d8c964ddca698770f11d4ecb6da3bd656b4e;p=linux-block.git drm/amdgpu/gfx10: add clockgating support for navy_flounder Same as navi10. Signed-off-by: Jiansong Chen Reviewed-by: Tao Zhou Signed-off-by: Alex Deucher --- 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;