Skip to content

Commit

Permalink
pm3fb: Preliminary 2.4 to 2.6 port
Browse files Browse the repository at this point in the history
This is a basic port from 2.4 kernel to 2.6.  Acceleration is lost and big
endian support probably too.  The driver works in 8, 16 and 32 bit mode.

[adaplas]
- change VESA_* to FB_BLANK_* constants
- removed unused function clear_memory
- fix uninitialized variable compiler warning
- some whitespace cleaning

[akpm@linux-foundation.org: Nuke pestiferous CVS string]
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed May 11, 2007
1 parent e98e267 commit f23a06f
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 3,432 deletions.
7 changes: 5 additions & 2 deletions drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1431,8 +1431,11 @@ config FB_ARK
and ICS 5342 RAMDAC.

config FB_PM3
tristate "Permedia3 support"
depends on FB && PCI && BROKEN
tristate "Permedia3 support (EXPERIMENTAL)"
depends on FB && PCI && EXPERIMENTAL
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
help
This is the frame buffer device driver for the 3DLabs Permedia3
chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
Expand Down
Loading

0 comments on commit f23a06f

Please sign in to comment.