Remove leftover code that was disabling tiling after we set it up.

This commit is contained in:
Eric Anholt 2007-03-06 13:59:14 -08:00
parent 94c37f3587
commit b07dfbba5d
1 changed files with 0 additions and 14 deletions

View File

@ -1912,18 +1912,6 @@ RestoreHWState(ScrnInfoPtr pScrn)
return TRUE;
}
static void
InitRegisterRec(ScrnInfoPtr pScrn)
{
I830Ptr pI830 = I830PTR(pScrn);
int i;
if (!I830IsPrimary(pScrn)) return;
for (i = 0; i < 8; i++)
pI830->fence[i] = 0;
}
static void
I830PointerMoved(int index, int x, int y)
{
@ -2505,8 +2493,6 @@ I830ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
}
#endif
InitRegisterRec(pScrn);
#ifdef XF86DRI
/*
* pI830->directRenderingDisabled is set once in PreInit. Reinitialise