diff options
author | Xiaojie Yuan <xiaojie.yuan@amd.com> | 2019-08-06 13:42:03 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-08-12 12:47:47 -0500 |
commit | 89b8d6da24b0c89445fd53ad991c58bf85304cbd (patch) | |
tree | 5bf5e864ba801f0120adef849f80b1b890207970 /drivers/gpu/drm/amd/amdgpu/athub_v2_0.c | |
parent | fbe0bc5794edfe74c05d91965c8b32577e5bb5f1 (diff) | |
download | talos-op-linux-89b8d6da24b0c89445fd53ad991c58bf85304cbd.tar.gz talos-op-linux-89b8d6da24b0c89445fd53ad991c58bf85304cbd.zip |
drm/amdgpu/athub2: set clock gating for navi12
add navi12 define
Signed-off-by: Xiaojie Yuan <xiaojie.yuan@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/athub_v2_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/athub_v2_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/athub_v2_0.c b/drivers/gpu/drm/amd/amdgpu/athub_v2_0.c index 7e6c0bc3e8dd..ceb9aa4df0e7 100644 --- a/drivers/gpu/drm/amd/amdgpu/athub_v2_0.c +++ b/drivers/gpu/drm/amd/amdgpu/athub_v2_0.c @@ -75,6 +75,7 @@ int athub_v2_0_set_clockgating(struct amdgpu_device *adev, switch (adev->asic_type) { case CHIP_NAVI10: case CHIP_NAVI14: + case CHIP_NAVI12: athub_v2_0_update_medium_grain_clock_gating(adev, state == AMD_CG_STATE_GATE ? true : false); athub_v2_0_update_medium_grain_light_sleep(adev, |