virtual: share buffer with client 94/191394/3
authorJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 16 Oct 2018 12:16:31 +0000 (21:16 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 1 Nov 2018 02:31:59 +0000 (02:31 +0000)
commit242fc68711eb15837735c52a8b81ec1b41236ea6
tree967185c229fbcc6bc097c48169664376656a228c
parentb718e753150a166cdc4589188700bcc3878ae3ab
virtual: share buffer with client

 - attach buffer
 - commit buffer
 - commit done

sequence :
 output commit -> backend call voutput commit func(not output commit handler this time) ->
 execute voutput attach buffer and commit buffer from voutput commit func(send buffer to client) ->
 commit done by client -> backend receive commit done so execute output commit handler

Change-Id: Ie0dde85f016ead14153c12e71d0d0ae6c2a65459
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/tdm_layer.c
src/tdm_output.c
src/tdm_server.c
src/tdm_thread.c