diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-11-14 15:49:41 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-11-14 15:49:41 -0800 |
commit | b2726899bc6ebd108aa4a5dd66fe1d881bb778b3 (patch) | |
tree | 520a91e74e227c0d3208104ac325b4f10f99ed3a /src/i830_reg.h | |
parent | b7bc694c6b98dac17763426d905a22d3ae17a018 (diff) |
Add more FBC regs
Needed for the new debug code
Diffstat (limited to 'src/i830_reg.h')
-rw-r--r-- | src/i830_reg.h | 2 |
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) |