diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-02-04 11:28:54 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-02-05 19:28:54 +0200 |
commit | a659b7235332e19659c56cc9d7af362bd8885a29 (patch) | |
tree | 1e53fca416618b98e2f3b96304f8a494bd61390d /src/aticonfig.c | |
parent | 9d77aabdff919360f0c9333105436c31f1f5749a (diff) |
Cleanup checks for pATI->PCIInfo.
Fixes a bug where shadowfb would not be enabled by default in the non-accel
case because pATI->PCIInfo is now set after ATIProcessOptions() is called.
Diffstat (limited to 'src/aticonfig.c')
-rw-r--r-- | src/aticonfig.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/aticonfig.c b/src/aticonfig.c index 988edfda..37cc9cd0 100644 --- a/src/aticonfig.c +++ b/src/aticonfig.c @@ -168,15 +168,7 @@ ATIProcessOptions ReferenceClock = ((double)157500000.0) / ((double)11.0); -#ifndef AVOID_CPIO - - if (pATI->PCIInfo) - -#endif /* AVOID_CPIO */ - - { - ShadowFB = TRUE; - } + ShadowFB = TRUE; Blend = PanelDisplay = TRUE; #ifdef XF86DRI_DEVEL |