diff options
author | Eric Anholt <eric@anholt.net> | 2009-10-05 10:38:05 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-10-05 13:19:57 -0700 |
commit | 33c488e83676d26e69145ea615f75ca52768f400 (patch) | |
tree | 774973a25dca1808f5668859840f6f64c7ee107d /src/i830_accel.c | |
parent | 2370af32fe31bed8e5715639023635bdb3b83b1b (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_accel.c')
-rw-r--r-- | src/i830_accel.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/i830_accel.c b/src/i830_accel.c index abefa559..08e84f7f 100644 --- a/src/i830_accel.c +++ b/src/i830_accel.c @@ -105,10 +105,6 @@ I830WaitLpRing(ScrnInfoPtr pScrn, int n, int timeout_millis) } else if (now - start > timeout_millis) { ErrorF("Error in I830WaitLpRing(), timeout for %d seconds\n", timeout_millis/1000); - if (IS_I965G(pI830)) - i965_dump_error_state(pScrn); - else - i830_dump_error_state(pScrn); ErrorF("space: %d wanted %d\n", ring->space, n); pI830->uxa_driver = NULL; FatalError("lockup\n"); |