commit | 030308fcbd944348e5be079f4c2d53d2bda00d53 | [log] [tgz] |
---|---|---|
author | Monk Liu <Monk.Liu@amd.com> | Fri Sep 15 15:34:52 2017 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Sep 26 15:14:11 2017 -0400 |
tree | 73e79a167264e8b1e3703de25d1e664ad53fa20b | |
parent | 6e2e216fadd80b4280783bb78e543593ebf2cb69 [diff] |
drm/amdgpu/sriov:fix page fault issue of driver unload bo_free on csa is too late to put in amdgpu_fini because that time ttm is already finished, Move it earlier to avoid the page fault. Signed-off-by: Monk Liu <Monk.Liu@amd.com> Signed-off-by: Horace Chen <horace.chen@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>