summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-05-18 16:17:49 +1000
committerDave Airlie <airlied@linux.ie>2006-06-02 10:05:10 +1000
commitf85c6789dbae44c984c24115d0375b84f3e61a80 (patch)
tree1cc950a792074cff56b3ee38eb477429c7071cdf
parent056c85f9b79fda51697710259df5c5a7fdf758c7 (diff)
downloadxorg-driver-xf86-video-intel-f85c6789dbae44c984c24115d0375b84f3e61a80.tar.gz
copy over some registers from Eric
-rw-r--r--src/i810_reg.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h
index ef4e360b..6b8299d8 100644
--- a/src/i810_reg.h
+++ b/src/i810_reg.h
@@ -684,6 +684,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define DPLL_A 0x06014
#define DPLL_B 0x06018
#define DPLL_VCO_ENABLE (1 << 31)
+#define DPLL_DVO_HIGH_SPEED (1 << 30)
#define DPLL_2X_CLOCK_ENABLE (1 << 30)
#define DPLL_SYNCLOCK_ENABLE (1 << 29)
#define DPLL_VGA_MODE_DISABLE (1 << 28)
@@ -753,6 +754,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define DVOB 0x61140
#define DVOC 0x61160
#define DVO_ENABLE (1<<31)
+#define SDVO_BORDER_ENABLE (1 << 7)
#define DVOA_SRCDIM 0x61124
#define DVOB_SRCDIM 0x61144
@@ -760,6 +762,20 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define LVDS 0x61180
+#define PP_STATUS 0x61200
+# define PP_ON (1 << 31)
+
+#define PP_CONTROL 0x61204
+# define POWER_TARGET_ON (1 << 0)
+
+#define LVDSPP_ON 0x61208
+#define LVDSPP_OFF 0x6120c
+#define PP_CYCLE 0x61210
+
+#define PFIT_CONTROL 0x61230
+#define PFIT_PGM_RATIOS 0x61234
+#define PFIT_AUTO_RATIOS 0x61238
+
#define PIPEACONF 0x70008
#define PIPEACONF_ENABLE (1<<31)
#define PIPEACONF_DISABLE 0