diff options
author | David Dawes <dawes@xfree86.org> | 2001-06-14 22:23:44 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2001-06-14 22:23:44 +0000 |
commit | d87c873df05eb3a110316c7af2358553fa7f988e (patch) | |
tree | e6ac996160b926f4af69d0db523db1a773435897 /linux/r128_cce.c | |
parent | 334e134918ee2ece3e845cd55c49c9709b67ee6c (diff) |
First pass of 4.1.0 merge.X_4_1_0-20010615-merge
Diffstat (limited to 'linux/r128_cce.c')
-rw-r--r-- | linux/r128_cce.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/r128_cce.c b/linux/r128_cce.c index 1ced05fe..fbc5fabc 100644 --- a/linux/r128_cce.c +++ b/linux/r128_cce.c @@ -131,7 +131,9 @@ static int r128_do_pixcache_flush( drm_r128_private_t *dev_priv ) udelay( 1 ); } +#if R128_FIFO_DEBUG DRM_ERROR( "%s failed!\n", __FUNCTION__ ); +#endif return -EBUSY; } @@ -145,7 +147,9 @@ static int r128_do_wait_for_fifo( drm_r128_private_t *dev_priv, int entries ) udelay( 1 ); } +#if R128_FIFO_DEBUG DRM_ERROR( "%s failed!\n", __FUNCTION__ ); +#endif return -EBUSY; } @@ -164,7 +168,9 @@ int r128_do_wait_for_idle( drm_r128_private_t *dev_priv ) udelay( 1 ); } +#if R128_FIFO_DEBUG DRM_ERROR( "%s failed!\n", __FUNCTION__ ); +#endif return -EBUSY; } |