summaryrefslogtreecommitdiff
path: root/src/i830_reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i830_reg.h')
-rw-r--r--src/i830_reg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_reg.h b/src/i830_reg.h
index 93d03cf3..8ac1d2bf 100644
--- a/src/i830_reg.h
+++ b/src/i830_reg.h
@@ -62,8 +62,11 @@
/* Set the scan line for MI_WAIT_FOR_PIPE?_SCAN_LINE_WINDOW */
#define MI_LOAD_SCAN_LINES_INCL (0x12<<23)
+#define MI_LOAD_SCAN_LINES_EXCL (0x13<<23)
#define MI_LOAD_SCAN_LINES_DISPLAY_PIPEA (0)
#define MI_LOAD_SCAN_LINES_DISPLAY_PIPEB (0x1<<20)
+/* SNB moved this register around */
+#define MI_LOAD_SCAN_LINES_DISPLAY_PIPEB_SNB (0x1<<19)
/* BLT commands */
#define COLOR_BLT_CMD ((2<<29)|(0x40<<22)|(0x3))