diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2017-03-17 19:04:55 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:54:06 -0400 |
commit | 739e9fffde08ac83693d86427876dbcb043d00eb (patch) | |
tree | 27d4d39f138d16b26edeaa04951f24b41d685f91 /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | |
parent | 1c622002b1aae6bf97be6f3c36203a61d8cc61cb (diff) | |
download | blackbird-obmc-linux-739e9fffde08ac83693d86427876dbcb043d00eb.tar.gz blackbird-obmc-linux-739e9fffde08ac83693d86427876dbcb043d00eb.zip |
drm/amdgpu: enable gfx/system/vce clockgating on Polars12.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c index 8f0504a408ac..5aeaf5662625 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c @@ -6452,6 +6452,7 @@ static int gfx_v8_0_set_clockgating_state(void *handle, break; case CHIP_POLARIS10: case CHIP_POLARIS11: + case CHIP_POLARIS12: gfx_v8_0_polaris_update_gfx_clock_gating(adev, state); break; default: |