media: s5p-mfc: skip incomeplete frame
authorDonghwa Lee <dh09.lee@samsung.com>
Thu, 31 Jul 2014 06:01:59 +0000 (15:01 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:47:48 +0000 (13:47 +0900)
commitb4a01d999c8bd78ab563539a5a6c4582e455a702
treec3c1843c5c088fe155e1136ba17b2951060bc74b
parentac7550da61881c85809f5b78252dcc71d80811ff
media: s5p-mfc: skip incomeplete frame

Currently, when incomplete frame is recieved in the middle of
decoding, driver have treated it to error, so src/dst queue and
clock are cleaned. Although it is obviously error case, it is need
to maintain video decoding in case of necessity. This patch
supports skip incomplete frame to next.

Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/media/platform/s5p-mfc/regs-mfc.h
drivers/media/platform/s5p-mfc/s5p_mfc.c