diff options
author | Tao Zhou <[email protected]> | 2020-10-02 11:29:43 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-12 14:00:15 -0400 |
commit | f2a6c81d02de6c892d1ef323992f40de6f585f3f (patch) | |
tree | 4d533a8786bcd7885e33a689041531baec6c0fa9 | |
parent | a14354690f89758a8b993ff5e8c303953240118a (diff) |
drm/amdgpu: add gfx clock gating support for dimgrey_cavefish
Set gfx clock gating for dimgrey_cavefish.
Signed-off-by: Tao Zhou <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Reviewed-by: Jiansong Chen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 7136d4c59ecb..c7ac341d016f 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c @@ -7686,6 +7686,7 @@ static int gfx_v10_0_set_clockgating_state(void *handle, case CHIP_SIENNA_CICHLID: case CHIP_NAVY_FLOUNDER: case CHIP_VANGOGH: + case CHIP_DIMGREY_CAVEFISH: gfx_v10_0_update_gfx_clock_gating(adev, state == AMD_CG_STATE_GATE); break; |