[PATCH] drm/amdgpu: free handles after fini the context

2016-07-25 Thread Leo Liu
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 --- drivers/gpu/drm/amd/amdgpu/amd

Re: [PATCH] drm/amdgpu: free handles after fini the context

2016-07-25 Thread Christian König
Am 25.07.2016 um 15:40 schrieb Leo Liu: 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: Le