diff DOCS/tech/MAINTAINERS @ 27375:80d93ca55238

Add video driver for Nintendo Wii/GameCube. Original patch by Jing Liu <fatersh-1@yahoo.com>, based on vo_fbdev.c and adapted to Nintendo's specific GPU. This driver handles dedicated ATI GPU, which can be found in: - Nintendo GameCube (ATI LSI Flipper @ 162 MHz) - Nintendo Wii (ATI Hollywood @ 243 MHz) Flipper and Hollywood chipsets are pretty similar, except from clock speed: - Embedded framebuffer is 2MB. - Texture cache is 1MB. - Vertex cache is 0.1 MB. - Framebuffer is YUY2, not RGB. - Best resolution is 480p (854x480)
author ben
date Sun, 03 Aug 2008 20:04:03 +0000
parents 13061a6174b6
children 327a98d2b55d
line wrap: on
line diff
--- a/DOCS/tech/MAINTAINERS	Sun Aug 03 16:26:11 2008 +0000
+++ b/DOCS/tech/MAINTAINERS	Sun Aug 03 20:04:03 2008 +0000
@@ -187,6 +187,7 @@
     * vo_tdfxfb.c - Alban Bedel
     * vo_tga.c - Daniele Forghieri
     * vo_vesa.c - Aurelien Jacobs
+    * vo_wii.c - Benjamin Zores
     * vo_winvidix.c - Sascha Sommer
     * vo_x11.c - Alexander Strasser
     * vo_xmga.c - Attila Kinali