From 8166a7ff5c2c1e3736dd06a8453c4e4d769d8b75 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 13 Mar 2009 13:12:33 -0700 Subject: [PATCH] Add PGETBL_CTL to the debug output. It's nice to know when it gets stomped on. --- src/i830_debug.c | 2 ++ 1 file changed, 2 insertions(+) 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),