diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-03-13 10:29:51 -0800 |
---|---|---|
committer | Eric Anholt <anholt@leguin.anholt.net> | 2006-04-06 15:58:45 -0700 |
commit | 5215e19af58f5c2746c8d281e33ecee86e55f0a5 (patch) | |
tree | 2a952959ed18d6a7559a40a6875be48acf87be00 /src/i830_debug.c | |
parent | b77bdc2c15640a3b15233f2190179d66bc8b2a4b (diff) |
Add some register information for VGACNTRL, and do the reg-debug thing on it.
Diffstat (limited to 'src/i830_debug.c')
-rw-r--r-- | src/i830_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_debug.c b/src/i830_debug.c index 0695f065..96426c46 100644 --- a/src/i830_debug.c +++ b/src/i830_debug.c @@ -70,6 +70,7 @@ static struct i830SnapshotRec { DEFINEREG(VCLK_DIVISOR_VGA0), DEFINEREG(VCLK_DIVISOR_VGA1), DEFINEREG(VCLK_POST_DIV), + DEFINEREG(VGACNTRL), }; #undef DEFINEREG #define NUM_I830_SNAPSHOTREGS (sizeof(i830_snapshot) / sizeof(i830_snapshot[0])) |