From f5896dcd1f5a964dce024ab8887ac8a79f7093a1 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Thu, 7 Feb 2008 11:56:28 -0800 Subject: [PATCH] Add CACHE_MODE_0 register to dump output --- src/i830_debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i830_debug.c b/src/i830_debug.c index 196fd23a..30c8bfa6 100644 --- a/src/i830_debug.c +++ b/src/i830_debug.c @@ -368,6 +368,7 @@ static struct i830SnapshotRec { DEFINEREG2(VCLK_DIVISOR_VGA1, i830_debug_fp), DEFINEREG2(VCLK_POST_DIV, i830_debug_vga_pd), DEFINEREG2(DPLL_TEST, i830_debug_dpll_test), + DEFINEREG(CACHE_MODE_0), DEFINEREG(D_STATE), DEFINEREG(DSPCLK_GATE_D), DEFINEREG(RENCLK_GATE_D1),