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. (cherry picked from commit 56262a4ee943f328d089a8eb4aa70b9a4bd5d135)
This commit is contained in:
parent
11797ffdcc
commit
a39f297ada
|
@ -598,7 +598,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++)
|
||||
|
|
Loading…
Reference in New Issue