Disable unused functions after configuring the remaining resources.

This eliminates an unsightly flash of the hardware cursor during X server
startup.
This commit is contained in:
Keith Packard 2007-02-22 11:45:43 -08:00
parent 3bce8bf0e9
commit 681966ce65
1 changed files with 2 additions and 2 deletions

View File

@ -3049,8 +3049,6 @@ I830EnterVT(int scrnIndex, int flags)
ResetState(pScrn, FALSE);
SetHWOperatingState(pScrn);
xf86DisableUnusedFunctions(pScrn);
for (i = 0; i < xf86_config->num_crtc; i++)
{
xf86CrtcPtr crtc = xf86_config->crtc[i];
@ -3070,6 +3068,8 @@ I830EnterVT(int scrnIndex, int flags)
return FALSE;
}
xf86DisableUnusedFunctions(pScrn);
i830DumpRegs (pScrn);
i830DescribeOutputConfiguration(pScrn);