diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-06-09 17:32:53 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-06-10 09:31:26 -0400 |
commit | 05188312e2ea8991c75bc4ae947d4dc1e7a3bb17 (patch) | |
tree | 01d8870ed33afc85c28fb65e193a94fe7c89c57f /drivers/gpu/drm/amd/amdgpu/tonga_dpm.c | |
parent | 6a00a09e49965d7414bacfe24adfc3f59c7d2647 (diff) |
drm/amdgpu/cz: don't call smu_init on resume
smu_init allocates buffers and initializes them. It does not
touch the hw. There is no need to do it again on resume. It
should really be part of sw_init (and smu_fini should be part
of sw_fini), but we need the firmware sizes from the other IPs
for firmware loading so we have to wait until sw init is done
for all other IPs.
Reviewed-by: Sonny Jiang <Sonny.Jiang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/tonga_dpm.c')
0 files changed, 0 insertions, 0 deletions