summaryrefslogtreecommitdiff
path: root/src/i830_debug.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-12-12 13:45:41 -0800
committerEric Anholt <eric@anholt.net>2006-12-12 14:55:10 -0800
commit838af10b85ee8c085c6d2c4fbe18fd90b2be9d3f (patch)
tree5d20a313d6b0beb61e8f7b28f29c3f1bf881a335 /src/i830_debug.h
parent668ae6ce3c3c4b93a58749fd44ef32451adb6f9c (diff)
Move PrintErrorState and CheckInheritedErrors code to i830_debug.c.
Diffstat (limited to 'src/i830_debug.h')
-rw-r--r--src/i830_debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i830_debug.h b/src/i830_debug.h
index a365085c..2d2e72bf 100644
--- a/src/i830_debug.h
+++ b/src/i830_debug.h
@@ -28,3 +28,7 @@
void i830TakeRegSnapshot(ScrnInfoPtr pScrn);
void i830CompareRegsToSnapshot(ScrnInfoPtr pScrn, char *where);
void i830DumpRegs (ScrnInfoPtr pScrn);
+void i830_dump_error_state(ScrnInfoPtr pScrn);
+void i965_dump_error_state(ScrnInfoPtr pScrn);
+Bool i830_check_error_state(ScrnInfoPtr pScrn);
+