]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (5972): ivtv: prevent yuv register updates from being missed
authorIan Armstrong <ian@iarmst.demon.co.uk>
Fri, 3 Aug 2007 12:58:29 +0000 (09:58 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:04:28 +0000 (22:04 -0300)
commit943e8910db31e36d945f2bf7d4c273ca5fa01f6e
tree40d74912b4e6a612b6a1ecb8a3ab7131249f008a
parent68a341a53ab5a3c5b7dad4b226124414c62c124d
V4L/DVB (5972): ivtv: prevent yuv register updates from being missed

The yuv output code always compares the new frame position & size with those
of the previous frame. If they are different, a flag is set to request the
yuv output registers be updated when the new frame is displayed.

If the incoming frames are delivered too fast, exhausting the buffers, the
most recent frame already buffered will be discarded. Unfortunately, any
update request will also be discarded. If the new frame matches the size &
position of the now discarded frame, the yuv registers are not flagged for
update & will remain in their old state.

This patch preserves the register update flag in the event that a frame is
dropped.

Signed-off-by: Ian Armstrong <ian@iarmst.demon.co.uk>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/ivtv-yuv.c