summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-05-12 15:37:44 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-05-12 15:37:44 -0700
commit2cd6c8fa2321ca217ef89db1027dbe9e716ad7aa (patch)
tree13d0f34e751be2f2aa9e694fc34e7bd0ce6881c5 /src/i830_dri.c
parent88558ebeed12d6cefd73bba0ddac3c043861ac89 (diff)
Revert internal shadow module changes back like master, along with RandR
initialization. RandR initialization retains the no-rotation setting for BW.
Diffstat (limited to 'src/i830_dri.c')
-rw-r--r--src/i830_dri.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/i830_dri.c b/src/i830_dri.c
index e3fcc970..b82eae63 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -974,8 +974,7 @@ I830DRIFinishScreenInit(ScreenPtr pScreen)
*/
#if 0
if (pI830->allowPageFlip && pI830->drmMinor >= 1) {
- I830shadowSetup(pScreen);
- I830shadowAdd(pScreen, 0, I830DRIShadowUpdate, 0, 0, 0);
+ shadowAdd(pScreen, 0, I830DRIShadowUpdate, 0, 0, 0);
}
else
#endif