commit | 897483d8a0e0896b214bda374e67373ee01166a6 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Fri Oct 04 14:57:21 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Oct 15 15:51:39 2019 -0400 |
tree | b767f65f79d37806d574bac10601fcdd5cacd395 | |
parent | 803cc26d5cb6a3c93eab9124c1e218dc93066a6c [diff] |
drm/amdgpu: move gpu reset out of amdgpu_device_suspend Move it into the caller. There are cases were we don't want it. We need it for hibernation, but we don't need it for runtime pm, so drop it for runtime pm. Reviewed-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>