summaryrefslogtreecommitdiff
path: root/src/i830_reg.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-11-14 15:49:41 -0800
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-11-14 15:49:41 -0800
commitb2726899bc6ebd108aa4a5dd66fe1d881bb778b3 (patch)
tree520a91e74e227c0d3208104ac325b4f10f99ed3a /src/i830_reg.h
parentb7bc694c6b98dac17763426d905a22d3ae17a018 (diff)
Add more FBC regs
Needed for the new debug code
Diffstat (limited to 'src/i830_reg.h')
-rw-r--r--src/i830_reg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_reg.h b/src/i830_reg.h
index df22ed41..4d7736a8 100644
--- a/src/i830_reg.h
+++ b/src/i830_reg.h
@@ -56,6 +56,8 @@
#define FBC_CTL_PLANEA (0<<0)
#define FBC_CTL_PLANEB (1<<0)
#define FBC_FENCE_OFF 0x0321b
+#define FBC_MOD_NUM 0x03220
+#define FBC_TAG_DEBUG 0x03300
#define FBC_LL_SIZE (1536)
#define FBC_LL_PAD (32)