commit | cd437e37cb836805604d8b607a28ee6769d800ef | [log] [tgz] |
---|---|---|
author | Leo Liu <leo.liu@amd.com> | Fri Jul 22 14:13:11 2016 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Jul 29 14:37:05 2016 -0400 |
tree | b842a802cd65452079bcd22081d74ad997e29c6e | |
parent | 2ff2bf1e5cd731e26293e08404f06bc8314480dc [diff] |
drm/amdgpu: free handles after fini the context This will make sure all the submissions from different contexts gets finished, and then we close the session and free up the handles. This will fix the issue that session clean-up is not get done properly, when with the command `kill -9' Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>