summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorManish Poddar <mpoddar@codeaurora.org>2015-10-09 16:26:50 +0530
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:18:39 -0700
commita1385afa7be81030c9bf9e6ad8d45f6b4d5fcc5b (patch)
treed4d4c519d4ca7b973324234e9711db5a4bf49b99 /drivers/gpu
parente4d3720461314a9e453e427a56d0ffc5d72624fc (diff)
msm: camera: Do stream deletion properly.
when mediaserver crashes we are getting error that __msm_destroy_session_streams: Error: Destroyed list is not empty. The order of stream_id for normal camera close is 1,2,3,4,0.When mediaserver crashes stream id order is 0,1,2,3,4.stream id 4 is coming in the last and when pvdev->opened is 0 we are not deleting the stream.Added stream_delete when pvdev->opened is 0. Change-Id: I22eaa8bd485e19605b9b69e86644f68ce209e808 Signed-off-by: Manish Poddar <mpoddar@codeaurora.org>
Diffstat (limited to 'drivers/gpu')
0 files changed, 0 insertions, 0 deletions