dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/video/mbx
Raphael Assenat ea465250d4 [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>
2006-12-08 08:29:06 -08:00
..
Makefile [PATCH] mbxfb: Add framebuffer driver for the Intel 2700G 2006-07-14 21:53:55 -07:00
mbxdebugfs.c [PATCH] mbxfb: add more registers to debugfs 2006-12-08 08:29:06 -08:00
mbxfb.c [PATCH] mbxfb: Add YUV video overlay support 2006-12-08 08:29:06 -08:00
reg_bits.h [PATCH] mbxfb: Add more registers bits access macros 2006-12-08 08:29:06 -08:00
regs.h [PATCH] mbxfb: Fix HSCOEFF3 register address 2006-12-08 08:29:06 -08:00