Don't erase current crtc for outputs on CloseScreen

Erasing this variable causes some outputs (SDVO on intel) to fail
to be correctly reset at server reset time.
This commit is contained in:
Keith Packard 2007-04-02 14:15:36 -07:00
parent 00e33f87f4
commit 56262a4ee9

View File

@ -589,7 +589,6 @@ xf86CrtcCloseScreen (int index, ScreenPtr screen)
{
xf86OutputPtr output = config->output[o];
output->crtc = NULL;
output->randr_output = NULL;
}
for (c = 0; c < config->num_crtc; c++)