mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 00:30:14 +01:00
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 56262a4ee9)
This commit is contained in:
parent
11797ffdcc
commit
a39f297ada
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue