summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-03-13 13:12:33 -0700
committerEric Anholt <eric@anholt.net>2009-03-13 16:15:44 -0700
commit8166a7ff5c2c1e3736dd06a8453c4e4d769d8b75 (patch)
tree29473a208802b1783482297157300106c424c66f
parentfe08b81d0f5d6f96e0124e6286bd24aba6e140ad (diff)
Add PGETBL_CTL to the debug output.
It's nice to know when it gets stomped on.
-rw-r--r--src/i830_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_debug.c b/src/i830_debug.c
index ed8843e5..a67af7c0 100644
--- a/src/i830_debug.c
+++ b/src/i830_debug.c
@@ -549,6 +549,8 @@ static struct i830SnapshotRec {
DEFINEREG_16BIT(C1DRA01),
DEFINEREG_16BIT(C1DRA23),
+ DEFINEREG(PGETBL_CTL),
+
DEFINEREG2(VCLK_DIVISOR_VGA0, i830_debug_fp),
DEFINEREG2(VCLK_DIVISOR_VGA1, i830_debug_fp),
DEFINEREG2(VCLK_POST_DIV, i830_debug_vga_pd),