Update of /cvsroot/linux-mips/linux/drivers/video
In directory usw-pr-cvs1:/tmp/cvs-serv32218/drivers/video
Modified Files:
au1100fb.h
Log Message:
Clean up.
Index: au1100fb.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/drivers/video/au1100fb.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- au1100fb.h 10 Apr 2002 01:10:12 -0000 1.1
+++ au1100fb.h 15 Apr 2002 15:33:04 -0000 1.2
@@ -161,21 +161,6 @@
/********************************************************************/
-
-enum EGPEFormat
-{
- gpe1Bpp,
- gpe2Bpp,
- gpe4Bpp,
- gpe8Bpp,
- gpe16Bpp,
- gpe24Bpp,
- gpe32Bpp,
- gpe16YCrCb,
- gpeDeviceCompatible,
- gpeUndefined
-};
-
struct known_lcd_panels
{
uint32 xres;
@@ -204,7 +189,7 @@
{ /* 0: Pb1100 LCDA: Sharp 320x240 TFT panel */
320, /* xres */
240, /* yres */
- 16, /* bpp */
+ 8, /* bpp */
"Sharp_320x240_16",
/* mode_control */
@@ -220,7 +205,7 @@
/*LCD_CONTROL_MPI*/
| LCD_CONTROL_PT
| LCD_CONTROL_PC
- | LCD_CONTROL_BPP_16 ),
+ | LCD_CONTROL_BPP_8 ),
/* mode_horztiming */
( LCD_HORZTIMING_HN2_N(8)
|