summaryrefslogtreecommitdiff
path: root/src/i830_debug.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-10-05 10:38:05 -0700
committerEric Anholt <eric@anholt.net>2009-10-05 13:19:57 -0700
commit33c488e83676d26e69145ea615f75ca52768f400 (patch)
tree774973a25dca1808f5668859840f6f64c7ee107d /src/i830_debug.h
parent2370af32fe31bed8e5715639023635bdb3b83b1b (diff)
Remove error state dumping code.
This is replaced by intel_gpu_dump, and would no longer be used once UMS is gone.
Diffstat (limited to 'src/i830_debug.h')
-rw-r--r--src/i830_debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830_debug.h b/src/i830_debug.h
index 2d2e72bf..6ccd29a2 100644
--- a/src/i830_debug.h
+++ b/src/i830_debug.h
@@ -28,7 +28,4 @@
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);