commit | 0ec73a97efd9527c79326dfa754711673bb67a0f | [log] [tgz] |
---|---|---|
author | Srikanth Uyyala <suyyala@codeaurora.org> | Mon Mar 12 18:44:40 2018 +0530 |
committer | Srikanth Uyyala <suyyala@codeaurora.org> | Fri Mar 16 22:15:38 2018 +0530 |
tree | 4ac7e992c5df8f246844eff84847b26350215db2 | |
parent | e3d045af57cc8ff504a679c65ea2c1bf03fd8c51 [diff] |
msm: isp: Add pingpong status to tasklet command We read pingpong status while handling axi and stats irqs in tasklet. Due to scheduling delays in tasklet pingpong status is changing by the time we read. So, read ping pong status in ISR and forward it to tasklet. Change-Id: Ib83929cb8e15c28e34ee06275a87b5d6fbfd00e6 Signed-off-by: Srikanth Uyyala <suyyala@codeaurora.org>