diff options
Diffstat (limited to 'src/radeon_commonfuncs.c')
-rw-r--r-- | src/radeon_commonfuncs.c | 3 |
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); |