diff options
author | Knut Petersen <Knut_Petersen@t-online.de> | 2005-09-09 16:04:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:58:02 -0400 |
commit | 9fa68eae9f8291a98bfe00b94b78f72eb253165a (patch) | |
tree | f3619e7302871a5d56264f6df4076c30857483ce /drivers/video/Kconfig | |
parent | 6062bfa1644f401c08e78d5c8a161f7d11c5c830 (diff) |
[PATCH] framebuffer: new driver for cyberblade/i1 graphics core
This is a framebuffer driver for the Cyberblade/i1 graphics core.
Currently tridenfb claims to support the cyberblade/i1 graphics core. This
is of very limited truth. Even vesafb is faster and provides more working
modes and a much better quality of the video signal. There is a great
number of bugs in tridentfb ... but most often it is impossible to decide
if these bugs are real bugs or if fixing them for the cyberblade/i1 core
would break support for one of the other supported chips.
Tridentfb seems to be unmaintained,and documentation for most of the
supported chips is not available. So "fixing" cyberblade/i1 support inside
of tridentfb was not an option, it would have caused numerous
if(CYBERBLADEi1) else ... cases and would have rendered the code to be
almost unmaintainable.
A first version of this driver was published on 2005-07-31. A fix for a
bug reported by Jochen Hein was integrated as well as some changes
requested by Antonino A. Daplas.
A message has been added to tridentfb to inform current users of tridentfb
to switch to cyblafb if the cyberblade/i1 graphics core is detected.
This patch is one logical change, but because of the included documentation
it is bigger than 70kb. Therefore it is not sent to lkml and
linux-fbdev-devel,
Signed-off-by: Knut Petersen <Knut_Petersen@t-online.de>
Cc: Muli Ben-Yehuda <mulix@mulix.org>
Acked-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e906b5421795..e27aefd49ea3 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1177,6 +1177,32 @@ config FB_VOODOO1 | |||
1177 | Please read the <file:Documentation/fb/README-sstfb.txt> for supported | 1177 | Please read the <file:Documentation/fb/README-sstfb.txt> for supported |
1178 | options and other important info support. | 1178 | options and other important info support. |
1179 | 1179 | ||
1180 | config FB_CYBLA | ||
1181 | tristate "Cyberblade/i1 support" | ||
1182 | depends on FB && PCI | ||
1183 | select FB_CFB_IMAGEBLIT | ||
1184 | select FB_SOFT_CURSOR | ||
1185 | select VIDEO_SELECT | ||
1186 | ---help--- | ||
1187 | This driver is supposed to support the Trident Cyberblade/i1 | ||
1188 | graphics core integrated in the VIA VT8601A North Bridge, | ||
1189 | also known as VIA Apollo PLE133. | ||
1190 | |||
1191 | Status: | ||
1192 | - Developed, tested and working on EPIA 5000 and EPIA 800. | ||
1193 | - Does work reliable on all systems with CRT/LCD connected to | ||
1194 | normal VGA ports. | ||
1195 | - Should work on systems that do use the internal LCD port, but | ||
1196 | this is absolutely not tested. | ||
1197 | |||
1198 | Character imageblit, copyarea and rectangle fill are hw accelerated, | ||
1199 | ypan scrolling is used by default. | ||
1200 | |||
1201 | Please do read <file:Documentation/fb/cyblafb/*>. | ||
1202 | |||
1203 | To compile this driver as a module, choose M here: the | ||
1204 | module will be called cyblafb. | ||
1205 | |||
1180 | config FB_TRIDENT | 1206 | config FB_TRIDENT |
1181 | tristate "Trident support" | 1207 | tristate "Trident support" |
1182 | depends on FB && PCI | 1208 | depends on FB && PCI |
@@ -1190,8 +1216,12 @@ config FB_TRIDENT | |||
1190 | but also on some motherboards. For more information, read | 1216 | but also on some motherboards. For more information, read |
1191 | <file:Documentation/fb/tridentfb.txt> | 1217 | <file:Documentation/fb/tridentfb.txt> |
1192 | 1218 | ||
1219 | Cyberblade/i1 support will be removed soon, use the cyblafb driver | ||
1220 | instead. | ||
1221 | |||
1193 | Say Y if you have such a graphics board. | 1222 | Say Y if you have such a graphics board. |
1194 | 1223 | ||
1224 | |||
1195 | To compile this driver as a module, choose M here: the | 1225 | To compile this driver as a module, choose M here: the |
1196 | module will be called tridentfb. | 1226 | module will be called tridentfb. |
1197 | 1227 | ||
@@ -1202,7 +1232,6 @@ config FB_TRIDENT_ACCEL | |||
1202 | This will compile the Trident frame buffer device with | 1232 | This will compile the Trident frame buffer device with |
1203 | acceleration functions. | 1233 | acceleration functions. |
1204 | 1234 | ||
1205 | |||
1206 | config FB_PM3 | 1235 | config FB_PM3 |
1207 | tristate "Permedia3 support" | 1236 | tristate "Permedia3 support" |
1208 | depends on FB && PCI && BROKEN | 1237 | depends on FB && PCI && BROKEN |