msm: vidc: Fix under vote issue in multi session usecase
When calculating bus vote and clocks before each input buffer
queuing we try to check the available input buffers which are
not queued to firmware yet and select the bus vote and clocks
if any such buffers available. This method will function properly
for single session as one input which is not yet queued is always
available. For multiple sessions case the other sessions input
buffers which are not queued yet are not available and hence
we don't add other sessions required bus vote and clocks leading
to under vote in multiple sessions usecase.
Change-Id: I14f33738da2d3ce0fbf96219c14545d3f290bc02
Signed-off-by:
Maheshwar Ajja <majja@codeaurora.org>
Loading
Please register or sign in to comment