]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: enable mmhub power gating
authorKenneth Feng <kenneth.feng@amd.com>
Mon, 20 Aug 2018 07:39:32 +0000 (15:39 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Sep 2018 14:35:44 +0000 (09:35 -0500)
commit6e304fa0ceb2f70d93ba1c1d40705a1e8d63baa5
tree0ec5bce6a6d271ef2650dba14e696d896d3b207d
parent8cff0f51504e15d4d512bb521636e49364b8a3e6
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>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
drivers/gpu/drm/amd/amdgpu/soc15.c