summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
diff options
context:
space:
mode:
authorKenneth Feng <kenneth.feng@amd.com>2018-08-20 10:39:32 +0300
committerAlex Deucher <alexander.deucher@amd.com>2018-09-14 17:35:44 +0300
commit91468057d39ec08ae8389a91436be2c019a1ac36 (patch)
tree0ec5bce6a6d271ef2650dba14e696d896d3b207d /drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
parenta4494fda32adb4e8d7441f680219b6e99ffbf6e7 (diff)
downloadlinux-91468057d39ec08ae8389a91436be2c019a1ac36.tar.xz
drm/amdgpu: enable mmhub power gating
Remove some functions due to the design change. All the mmhub power gating sequence is moved to smu fw.Driver sends the message to enable mmhub powergating.We can also skip the fw version check since the old fw version is in a very early stage and we don't use that fw for release. Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
index 5d38229baf69..bef3d0c0c117 100644
--- a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
+++ b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
@@ -32,7 +32,6 @@ void mmhub_v1_0_init(struct amdgpu_device *adev);
int mmhub_v1_0_set_clockgating(struct amdgpu_device *adev,
enum amd_clockgating_state state);
void mmhub_v1_0_get_clockgating(struct amdgpu_device *adev, u32 *flags);
-void mmhub_v1_0_initialize_power_gating(struct amdgpu_device *adev);
void mmhub_v1_0_update_power_gating(struct amdgpu_device *adev,
bool enable);