aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
diff options
context:
space:
mode:
authorKenneth Feng <[email protected]>2018-08-20 07:39:32 +0000
committerAlex Deucher <[email protected]>2018-09-14 14:35:44 +0000
commit91468057d39ec08ae8389a91436be2c019a1ac36 (patch)
tree0ec5bce6a6d271ef2650dba14e696d896d3b207d /drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
parentdrm/amdgpu: Enable SDMA power gating for PCO (diff)
downloadkernel-91468057d39ec08ae8389a91436be2c019a1ac36.tar.gz
kernel-91468057d39ec08ae8389a91436be2c019a1ac36.zip
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 <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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);