commit | b3c85a0fb2c79f2c945fa1305b39974d0acf3105 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed May 10 20:06:58 2017 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed May 24 15:49:24 2017 -0400 |
tree | cf90a02ad53439c88ac67326e894fff97397e98f | |
parent | d51aff16e821a755c242e14168f5d4601199eafd [diff] |
drm/amdgpu: fix fundamental suspend/resume issue Reinitializing the VM manager during suspend/resume is a very very bad idea since all the VMs are still active and kicking. This can lead to random VM faults after resume when new processes become the same client ID assigned. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org