diff options
author | Dave Airlie <airlied@redhat.com> | 2009-07-02 14:55:05 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-02 14:55:05 +1000 |
commit | ac1607bb23f0c7584648407a3ac3fb27142e186e (patch) | |
tree | 2e20df2d237dde9669fedfc3c1928572f30793bd /src/radeon_kms.c | |
parent | 1782ce28953184776c90eb1255208a3e0ad245f0 (diff) |
kms: no need to reference fifo slots
Diffstat (limited to 'src/radeon_kms.c')
-rw-r--r-- | src/radeon_kms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 9fc66438..5c570ac8 100644 --- a/src/radeon_kms.c +++ b/src/radeon_kms.c @@ -145,7 +145,6 @@ static Bool RADEONPreInitAccel_KMS(ScrnInfoPtr pScrn) xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Unable to allocate accel_state rec!\n"); return FALSE; } - info->accel_state->fifo_slots = 0; if (info->ChipFamily >= CHIP_FAMILY_R600) { xf86DrvMsg(pScrn->scrnIndex, X_INFO, |