commit | 4e9177134e7dd992dd96875143413dbc303f355e | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Dec 03 14:05:34 2018 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Dec 14 15:54:11 2018 -0500 |
tree | 3abf58f8e234912f445218c5f81f71b7fc87a4d2 | |
parent | e27a73d1305f22cc093b16ea9f2a81cfa9e5193c [diff] |
drm/amdgpu: fix NULL fence handling in amdgpu_cs_fence_to_handle_ioctl When the fence is already signaled it is perfectly normal to get a NULL fence here. But since we can't export that we need to use a stub fence. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>