mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: rotator: signal timeline when rotator prepare fails.
When rotator prepare fails, timeline is not signalled causing fence timeout on the rotator release fence. This patch fixes the issue. Change-Id: I6023393d768dbb1a0a9095bb1822ac504632ed64 Signed-off-by: Vishnuvardhan Prodduturi <vproddut@codeaurora.org> Signed-off-by: Naseer Ahmed <naseer@codeaurora.org>
This commit is contained in:
parent
0fa571fe60
commit
bacaa60291
1 changed files with 1 additions and 0 deletions
|
@ -1508,6 +1508,7 @@ rotate_prepare_error:
|
|||
fput_light(srcp0_file, ps0_need);
|
||||
else
|
||||
put_img(srcp0_file, srcp0_ihdl, ROTATOR_SRC_DOMAIN, 0);
|
||||
msm_rotator_signal_timeline_done(s);
|
||||
dev_dbg(msm_rotator_dev->device, "%s() returning rc = %d\n",
|
||||
__func__, rc);
|
||||
mutex_unlock(&msm_rotator_dev->rotator_lock);
|
||||
|
|
Loading…
Reference in a new issue