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/i965_video.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/i965_video.c')
-rw-r--r-- | src/i965_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_video.c b/src/i965_video.c index 423d48c9..aa0a501d 100644 --- a/src/i965_video.c +++ b/src/i965_video.c @@ -1242,7 +1242,7 @@ I965DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id, drm_intel_bo_unreference(bind_bo); #if WATCH_STATS - i830_dump_error_state(pScrn); + /* i830_dump_error_state(pScrn); */ #endif } |