summaryrefslogtreecommitdiff
path: root/src/atidsp.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2006-12-27 21:16:18 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-01-21 19:42:08 +0200
commit55423b33f01fd7123aaa5b3c8054d17c63a3bf02 (patch)
tree17a7e4c4ad3b62a6d8461ff1a187a37754970d54 /src/atidsp.c
parenta1a5881191f04bd6c4e24f08b61a70ab4e54d91f (diff)
Keep PCI mach64 only, drop:
- Chip < ATI_CHIP_88800GXC - Chipset != ATI_CHIPSET_ATI - Adapter != ATI_ADAPTER_MACH64 - depth < 8
Diffstat (limited to 'src/atidsp.c')
-rw-r--r--src/atidsp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/atidsp.c b/src/atidsp.c
index 66924259..8e8ddd96 100644
--- a/src/atidsp.c
+++ b/src/atidsp.c
@@ -222,12 +222,6 @@ ATIDSPCalculate
pATI->ClockDescriptor.PostDividers[pATIHW->PostDivider];
Divider = pATIHW->FeedbackDivider * pATI->XCLKReferenceDivider;
-#ifndef AVOID_CPIO
-
- if (pATI->depth >= 8)
-
-#endif /* AVOID_CPIO */
-
{
Divider *= pATI->bitsPerPixel / 4;
}