commit | b97aab014c6ba6133df1e26bd20c1ad7f50a5bff | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Tue Jun 09 17:46:30 2015 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jun 10 09:32:25 2015 -0400 |
tree | 104b846562aa9f11cbd108620104d83a84841a66 | |
parent | aaf4ee3c0233893ac9586ede9cdcaa4a77ccb475 [diff] |
drm/amdgpu/iceland: 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>