Skip to content
Commit 166a395b authored by Dhaval Patel's avatar Dhaval Patel
Browse files

drm/msm/sde: release the fence refcount on signal



fence_init API initializes the fence refcount. It
should be released on fence signaled to avoid holding
refcount taken during fence_init and avoid memory leak.
The patch also removes the fence list handling from
release API. Such handling is not necessary because
fence_signal API removes the node from list and signal
it after.

Change-Id: I12e24d07970b2d2230d980e156fbea4a724434d0
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 84a47e8c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment