git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9066b0c
)
drm/amdgpu: adjust the judgement of removing fence callback
author
Junwei Zhang
<Jerry.Zhang@amd.com>
Wed, 26 Aug 2015 01:34:59 +0000
(09:34 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 26 Aug 2015 21:50:04 +0000
(17:50 -0400)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
Simple merge