video: msm: writeback: Stop providing buffers to mdp in stopping state
After writeback_stop() is called, we continue providing buffers to mdp
until the free queue is completely exhausted. However, client can
deallocate buffers immediately after writeback_stop() is called, this
will trigger page faults from mdp accessing invalid buffers.
Change-Id: Ibe3c8435a5f84eeb61b92ec3277f0dc27f008b02
Signed-off-by:
Deva Ramasubramanian <dramasub@codeaurora.org>
Loading
Please sign in to comment