]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] fb: SM501 framebuffer driver
authorBen Dooks <ben@fluff.org.uk>
Tue, 20 Feb 2007 21:58:21 +0000 (13:58 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 21 Feb 2007 01:10:16 +0000 (17:10 -0800)
commit5fc404e47bdf2d34ffc2edc16070cda410838291
treef044aad04b7b622a123071d4c4c786780f76a94b
parent5b7e42b2d38e4c4d0cb105a2ad83d43f6957f59e
[PATCH] fb: SM501 framebuffer driver

Driver for the Silicon Motion SM501 multifunction device framebuffer
subsystem.

This driver supports both the CRT and LCD panel heads, with some simple
acceleration for the cursor plotting and support for screen panning.  There
is no current support for bitblt/drawing engines, which should be added at
a later date.

This has been tested on a number of configurations, including PCI and
generic-bus, on PPC, ARM and SH4

[akpm@linux-foundation.org: fix warnings]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Vincent Sanders <vince@arm.linux.org.u.>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/sm501fb.c [new file with mode: 0644]