patch-2.4.6 linux/drivers/video/creatorfb.c
Next file: linux/drivers/video/cyber2000fb.c
Previous file: linux/drivers/video/atyfb.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Tue Jun 12 11:08:46 2001
- Orig file:
v2.4.5/linux/drivers/video/creatorfb.c
- Orig date:
Sun Mar 25 18:14:20 2001
diff -u --recursive --new-file v2.4.5/linux/drivers/video/creatorfb.c linux/drivers/video/creatorfb.c
@@ -1,4 +1,4 @@
-/* $Id: creatorfb.c,v 1.34 2001/03/16 10:22:02 davem Exp $
+/* $Id: creatorfb.c,v 1.35 2001/06/08 21:48:37 davem Exp $
* creatorfb.c: Creator/Creator3D frame buffer driver
*
* Copyright (C) 1997,1998,1999 Jakub Jelinek (jj@ultra.linux.cz)
@@ -69,6 +69,15 @@
#define FFB_DAC_POFF 0x00400000UL
#define FFB_PROM_POFF 0x00000000UL
#define FFB_EXP_POFF 0x00200000UL
+#define FFB_DFB422A_POFF 0x09000000UL
+#define FFB_DFB422AD_POFF 0x09800000UL
+#define FFB_DFB24B_POFF 0x0a000000UL
+#define FFB_DFB422B_POFF 0x0b000000UL
+#define FFB_DFB422BD_POFF 0x0b800000UL
+#define FFB_SFB16Z_POFF 0x0c800000UL
+#define FFB_SFB8Z_POFF 0x0c000000UL
+#define FFB_SFB422_POFF 0x0d000000UL
+#define FFB_SFB422D_POFF 0x0d800000UL
/* Draw operations */
#define FFB_DRAWOP_DOT 0x00
@@ -330,6 +339,15 @@
{ FFB_DAC_VOFF, FFB_DAC_POFF, 0x0002000 },
{ FFB_PROM_VOFF, FFB_PROM_POFF, 0x0010000 },
{ FFB_EXP_VOFF, FFB_EXP_POFF, 0x0002000 },
+ { FFB_DFB422A_VOFF, FFB_DFB422A_POFF, 0x0800000 },
+ { FFB_DFB422AD_VOFF, FFB_DFB422AD_POFF, 0x0800000 },
+ { FFB_DFB24B_VOFF, FFB_DFB24B_POFF, 0x1000000 },
+ { FFB_DFB422B_VOFF, FFB_DFB422B_POFF, 0x0800000 },
+ { FFB_DFB422BD_VOFF, FFB_DFB422BD_POFF, 0x0800000 },
+ { FFB_SFB16Z_VOFF, FFB_SFB16Z_POFF, 0x0800000 },
+ { FFB_SFB8Z_VOFF, FFB_SFB8Z_POFF, 0x0800000 },
+ { FFB_SFB422_VOFF, FFB_SFB422_POFF, 0x0800000 },
+ { FFB_SFB422D_VOFF, FFB_SFB422D_POFF, 0x0800000 },
{ 0, 0, 0 }
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)