diff options
author | 2020-02-10 15:50:13 +0800 | |
---|---|---|
committer | 2020-07-15 12:45:58 -0400 | |
commit | d463d8c964ddca698770f11d4ecb6da3bd656b4e (patch) | |
tree | 09a7b2473544ad081eca8c62d16f542646310b67 | |
parent | drm/amdgpu/gmc10: add navy_flounder support (diff) | |
download | linux-dev-d463d8c964ddca698770f11d4ecb6da3bd656b4e.tar.xz linux-dev-d463d8c964ddca698770f11d4ecb6da3bd656b4e.zip |
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.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 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; |