summaryrefslogtreecommitdiff
path: root/src/i830_video.c
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_video.c
parent668ae6ce3c3c4b93a58749fd44ef32451adb6f9c (diff)
Move PrintErrorState and CheckInheritedErrors code to i830_debug.c.
Diffstat (limited to 'src/i830_video.c')
-rw-r--r--src/i830_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c
index 986d36a1..59794156 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -2794,7 +2794,7 @@ BroadwaterDisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id,
if (pI830->AccelInfoRec)
(*pI830->AccelInfoRec->Sync)(pScrn);
#if WATCH_STATS
- I830PrintErrorState (pScrn);
+ i830_dump_error_state (pScrn);
#endif
}