OSDN Git Service

drm/amdgpu/gfx10: add clockgating support for navy_flounder
authorJiansong Chen <Jiansong.Chen@amd.com>
Mon, 10 Feb 2020 07:50:13 +0000 (15:50 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 15 Jul 2020 16:45:58 +0000 (12:45 -0400)
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>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c

index 7dce24a..0002342 100644 (file)
@@ -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;