summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
diff options
context:
space:
mode:
authorRex Zhu2017-03-17 12:04:55 +0100
committerAlex Deucher2017-03-30 05:54:06 +0200
commit739e9fffde08ac83693d86427876dbcb043d00eb (patch)
tree27d4d39f138d16b26edeaa04951f24b41d685f91 /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
parentdrm/amd/powerplay: add a new register define for APU in VI. (diff)
downloadkernel-qcow2-linux-739e9fffde08ac83693d86427876dbcb043d00eb.tar.gz
kernel-qcow2-linux-739e9fffde08ac83693d86427876dbcb043d00eb.tar.xz
kernel-qcow2-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.c1
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: