diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-05-10 22:23:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 08:29:37 -0700 |
commit | f23a06f076173c1f56572556169bf9e1793c5d59 (patch) | |
tree | 926f086ef9160fbe343e39f0bdcbc45b022028ac /drivers/video/Kconfig | |
parent | e98e267c6f76f509cea4b4022ca502b1aa221d77 (diff) |
pm3fb: Preliminary 2.4 to 2.6 port
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>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index f54438828cb9..5511a8f21df7 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -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 & |