summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-08-25 18:34:25 -0700
committerKeith Packard <keithp@keithp.com>2009-08-25 18:37:45 -0700
commite51126c57132492c664f86981c55b166dbb54c79 (patch)
tree11c72b516b59ca2fbb73b61239116cc4ef8685d5
parent5fa8d04d9c86f343802c05bd3e11c6e733f01b63 (diff)
Add cursor registers to debug dump output.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/i830_debug.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/i830_debug.c b/src/i830_debug.c
index d49203af..1333796b 100644
--- a/src/i830_debug.c
+++ b/src/i830_debug.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2006 Intel Corporation
+ * Copyright © 2006 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -686,6 +686,9 @@ static struct i830SnapshotRec i830_snapshot[] = {
DEFINEREG(PIPEA_GMCH_DATA_N),
DEFINEREG(PIPEA_DP_LINK_M),
DEFINEREG(PIPEA_DP_LINK_N),
+ DEFINEREG(CURSOR_A_BASE),
+ DEFINEREG(CURSOR_A_CONTROL),
+ DEFINEREG(CURSOR_A_POSITION),
DEFINEREG2(FPA0, i830_debug_fp),
DEFINEREG2(FPA1, i830_debug_fp),
@@ -714,6 +717,9 @@ static struct i830SnapshotRec i830_snapshot[] = {
DEFINEREG(PIPEB_GMCH_DATA_N),
DEFINEREG(PIPEB_DP_LINK_M),
DEFINEREG(PIPEB_DP_LINK_N),
+ DEFINEREG(CURSOR_B_BASE),
+ DEFINEREG(CURSOR_B_CONTROL),
+ DEFINEREG(CURSOR_B_POSITION),
DEFINEREG2(FPB0, i830_debug_fp),
DEFINEREG2(FPB1, i830_debug_fp),