summaryrefslogtreecommitdiff
path: root/src/radeon_commonfuncs.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-12-15 14:41:10 +1000
committerDave Airlie <airlied@linux.ie>2008-12-15 19:09:12 +1000
commit89a8fd5337c77abf1f3166e69ed061d85b5c20f0 (patch)
tree347bc589fa2a93b468138156903b411b479d55a2 /src/radeon_commonfuncs.c
parent4ce255a9db8027f2471ba50e57724d3e4d5b16ba (diff)
r600: don't idle engine
(cherry picked from commit b77729448e487d37707ce028d8edc59352d1cc2d)
Diffstat (limited to 'src/radeon_commonfuncs.c')
-rw-r--r--src/radeon_commonfuncs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_commonfuncs.c b/src/radeon_commonfuncs.c
index 12ddaffc..0a9f9db9 100644
--- a/src/radeon_commonfuncs.c
+++ b/src/radeon_commonfuncs.c
@@ -750,6 +750,9 @@ void FUNC_NAME(RADEONWaitForIdle)(ScrnInfoPtr pScrn)
INREG(RADEON_RBBM_STATUS));
#endif
+ if (info->ChipFamily >= CHIP_FAMILY_R600)
+ return;
+
/* Wait for the engine to go idle */
RADEONWaitForFifoFunction(pScrn, 64);