commit | 113cd9dacbad4906e1c8db09233b9fdcb002f80d | [log] [tgz] |
---|---|---|
author | Junwei Zhang <Jerry.Zhang@amd.com> | Wed Aug 26 09:34:59 2015 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Aug 26 17:50:04 2015 -0400 |
tree | 9ea6e8e0372b44bd196f7be41ec04757dbc0d542 | |
parent | 9066b0c318589f47b754a3def4fe8ec4688dc21a [diff] |
drm/amdgpu: adjust the judgement of removing fence callback The fence in the array may be skipped if wait_all is false, thus the related callback is not initialized with list head. So removing this kind callback will cause NULL pointer reference. Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>