diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2002-09-23 17:26:43 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2002-09-23 17:26:43 +0000 |
commit | f1c8fe95578e15d5eece6ad52540ce2c7c671f70 (patch) | |
tree | dfd6a35378df1848c9d2aa40129e6c869b00980d /shared/radeon_cp.c | |
parent | cfa1a918b6d6b2d0fd9ae0f58f5b86a15c443dcb (diff) |
merged r200-0-2-branch to trunk
Diffstat (limited to 'shared/radeon_cp.c')
-rw-r--r-- | shared/radeon_cp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/radeon_cp.c b/shared/radeon_cp.c index 86ea01bc..c0fb63ef 100644 --- a/shared/radeon_cp.c +++ b/shared/radeon_cp.c @@ -1412,6 +1412,9 @@ int radeon_cp_idle( DRM_IOCTL_ARGS ) LOCK_TEST_WITH_RETURN( dev ); +/* if (dev->irq) */ +/* radeon_emit_and_wait_irq( dev ); */ + return radeon_do_cp_idle( dev_priv ); } |