mdss: move mdp3_dispatch_dma_done to a kthread

mdp3_dispatch_dma_done is regularly delayed for many ms at a time
because it's in a standard priority workqueue. Move it to its own fifo
thread so it can't cause backpressure.

bug 31092924
bug 32172496

Change-Id: I141114339a0168d6046aea9fe697084bda0cf3eb
2 files changed