diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-07-10 20:07:44 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-08-25 09:22:35 -0400 |
commit | 5b2e095c31b88d8495a4f86e6cb46b49fa4acd65 (patch) | |
tree | 05897e9ca9fa3647566bd05d148a29551cb099f1 /src/radeon_commonfuncs.c | |
parent | 2145309230e36aee7758bd244deb1e72ada0c065 (diff) |
Move CP into a separate struct
Diffstat (limited to 'src/radeon_commonfuncs.c')
-rw-r--r-- | src/radeon_commonfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_commonfuncs.c b/src/radeon_commonfuncs.c index 1de6bf83..00def667 100644 --- a/src/radeon_commonfuncs.c +++ b/src/radeon_commonfuncs.c @@ -686,7 +686,7 @@ void FUNC_NAME(RADEONWaitForIdle)(ScrnInfoPtr pScrn) #ifdef ACCEL_CP /* Make sure the CP is idle first */ - if (info->CPStarted) { + if (info->cp->CPStarted) { int ret; FLUSH_RING(); |