diff options
-rw-r--r-- | src/i830_debug.c | 2 |
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), |