]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mbxfb: Add YUV video overlay support
authorRaphael Assenat <raph@8d.com>
Fri, 8 Dec 2006 10:40:36 +0000 (02:40 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:29:06 +0000 (08:29 -0800)
commit286b37c33b98dd35dcfeb4ce8c71d46ec244b56d
treec9c4d883562b14121390f6736f9ee3e6616d7f57
parentb5ade9bb37c399568dc225e67281c0b8a9f52cbd
[PATCH] mbxfb: Add YUV video overlay support

This patch adds a way to create and use the video plane (YUV overlay) and
scaling video scaling features of the chip.

The overlay is configured, resized and modified using a device specific
ioctl.

Also included in this patch:
  - If no platform data was passed, print an error and exit instead of crashing.
  - Added a write_reg(_dly) macro. This improves readability when
    manipulating chip registers. (no more udelay() after each write).
  - Comments about some issues.

Signed-off-by: Raphael Assenat <raph@8d.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/mbx/mbxfb.c
include/video/mbxfb.h