]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] s5p-mfc: Add handling of buffer freeing reqbufs request
authorayaka <ayaka@soulik.info>
Sat, 7 May 2016 05:05:24 +0000 (02:05 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 7 Jun 2016 16:02:47 +0000 (13:02 -0300)
commitbcbf298669a88bde7846c8ce0595f77aa4113e04
tree8a512c1e9b7843d711dc3a03706004e7b9f7c567
parentfae2080a3865b6512697531b0d8ab59de60ecffc
[media] s5p-mfc: Add handling of buffer freeing reqbufs request

The encoder forget the work to call hardware to release its buffers.
This patch came from chromium project. I just change its code
style and make the API match with new kernel.

Signed-off-by: ayaka <ayaka@soulik.info>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c