patch-2.4.23 linux-2.4.23/drivers/video/sis/vstruct.h
Next file: linux-2.4.23/drivers/video/tdfxfb.c
Previous file: linux-2.4.23/drivers/video/sis/vgatypes.h
Back to the patch index
Back to the overall index
- Lines: 49
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/drivers/video/sis/vstruct.h
- Orig date:
2003-08-25 04:44:43.000000000 -0700
diff -urN linux-2.4.22/drivers/video/sis/vstruct.h linux-2.4.23/drivers/video/sis/vstruct.h
@@ -27,8 +27,8 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*
- * Author: Thomas Winischhofer <thomas@winischhofer.net>
- * ?
+ * Authors: Thomas Winischhofer <thomas@winischhofer.net>
+ * Silicon Integrated Systems
*
*/
@@ -214,10 +214,15 @@
typedef UCHAR DRAM4Type[4];
/* Defines for SiS_Customt */
-#define CUT_NONE 0
-#define CUT_FORCENONE 1
-#define CUT_BARCO1366 2
-#define CUT_BARCO1024 3
+#define CUT_NONE 0
+#define CUT_FORCENONE 1
+#define CUT_BARCO1366 2
+#define CUT_BARCO1024 3
+#define CUT_COMPAQ1280 4
+#define CUT_COMPAQ12802 5
+#define CUT_PANEL848 6
+#define CUT_CLEVO1024 7
+#define CUT_CLEVO10242 8
typedef struct _SiS_Private
{
@@ -443,6 +448,8 @@
const SiS_LVDSDataStruct *SiS_LVDSBARCO1366Data_2;
const SiS_LVDSDataStruct *SiS_LVDSBARCO1024Data_1;
const SiS_LVDSDataStruct *SiS_LVDSBARCO1024Data_2;
+ const SiS_LVDSDataStruct *SiS_LVDS848x480Data_1;
+ const SiS_LVDSDataStruct *SiS_LVDS848x480Data_2;
const SiS_LVDSDataStruct *SiS_CHTVUNTSCData;
const SiS_LVDSDataStruct *SiS_CHTVONTSCData;
const SiS_LVDSDataStruct *SiS_CHTVUPALData;
@@ -631,6 +638,8 @@
BOOLEAN SiS_CHPALM;
BOOLEAN SiS_CHPALN;
+
+ int LVDSHL;
BOOLEAN Backup;
UCHAR Backup_Mode;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)