diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-05-11 01:23:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 11:29:37 -0400 |
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 | |||
1431 | and ICS 5342 RAMDAC. | 1431 | and ICS 5342 RAMDAC. |
1432 | 1432 | ||
1433 | config FB_PM3 | 1433 | config FB_PM3 |
1434 | tristate "Permedia3 support" | 1434 | tristate "Permedia3 support (EXPERIMENTAL)" |
1435 | depends on FB && PCI && BROKEN | 1435 | depends on FB && PCI && EXPERIMENTAL |
1436 | select FB_CFB_FILLRECT | ||
1437 | select FB_CFB_COPYAREA | ||
1438 | select FB_CFB_IMAGEBLIT | ||
1436 | help | 1439 | help |
1437 | This is the frame buffer device driver for the 3DLabs Permedia3 | 1440 | This is the frame buffer device driver for the 3DLabs Permedia3 |
1438 | chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 & | 1441 | chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 & |