diff options
author | Dave Airlie <airlied@redhat.com> | 2008-07-03 20:05:54 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-07-03 20:05:54 +1000 |
commit | ce1a3edd52b647744cfa4433301befb437d211bb (patch) | |
tree | c56c5cf93b8671811f5bb4d64505014344dc1508 /src/radeon_accel.c | |
parent | c037b4ce8769ad840a257e22b1e4ad58b8ed96fa (diff) |
radeon: drop all use of CPMode.
We never test the other codepath and I don't think I've ever recommended it
for anyone.
Diffstat (limited to 'src/radeon_accel.c')
-rw-r--r-- | src/radeon_accel.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/radeon_accel.c b/src/radeon_accel.c index 65ad33df..91f463a3 100644 --- a/src/radeon_accel.c +++ b/src/radeon_accel.c @@ -1046,18 +1046,6 @@ RADEONSetupMemXAA_DRI(int scrnIndex, ScreenPtr pScreen) depthSize = ((((pScrn->virtualY + 15) & ~15) * info->depthPitch * depthCpp + RADEON_BUFFER_ALIGN) & ~RADEON_BUFFER_ALIGN); - switch (info->CPMode) { - case RADEON_DEFAULT_CP_PIO_MODE: - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "CP in PIO mode\n"); - break; - case RADEON_DEFAULT_CP_BM_MODE: - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "CP in BM mode\n"); - break; - default: - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "CP in UNKNOWN mode\n"); - break; - } - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Using %d MB GART aperture\n", info->gartSize); xf86DrvMsg(pScrn->scrnIndex, X_INFO, |