Update of /cvsroot/linuxconsole/ruby/linux/include/video
In directory usw-pr-cvs1:/tmp/cvs-serv23713
Modified Files:
aty128.h
Log Message:
Synced up to the latest code
Index: aty128.h
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/include/video/aty128.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- aty128.h 2000/05/29 15:12:30 1.1
+++ aty128.h 2001/11/15 15:15:10 1.2
@@ -43,6 +43,7 @@
#define OVR_CLR 0x0230
#define OVR_WID_LEFT_RIGHT 0x0234
#define OVR_WID_TOP_BOTTOM 0x0238
+#define LVDS_GEN_CNTL 0x02d0
#define DDA_CONFIG 0x02e0
#define DDA_ON_OFF 0x02e4
#define VGA_DDA_CONFIG 0x02e8
@@ -266,6 +267,9 @@
#define DAC_MASK 0xFF000000
#define DAC_BLANKING 0x00000004
#define DAC_RANGE_CNTL 0x00000003
+#define DAC_RANGE_CNTL 0x00000003
+#define DAC_PALETTE_ACCESS_CNTL 0x00000020
+#define DAC_PDWN 0x00008000
/* GEN_RESET_CNTL bit constants */
#define SOFT_RESET_GUI 0x00000001
@@ -337,5 +341,12 @@
#define DP_SRC_RECT 0x00000200
#define DP_SRC_HOST 0x00000300
#define DP_SRC_HOST_BYTEALIGN 0x00000400
+
+/* LVDS_GEN_CNTL constants */
+#define LVDS_BL_MOD_LEVEL_MASK 0x0000ff00
+#define LVDS_BL_MOD_LEVEL_SHIFT 8
+#define LVDS_BL_MOD_EN 0x00010000
+#define LVDS_DIGION 0x00040000
+#define LVDS_BLON 0x00080000
#endif /* REG_RAGE128_H */
|