diff options
author | Keith Packard <keithp@viola.jf.intel.com> | 2007-04-02 14:15:36 -0700 |
---|---|---|
committer | Keith Packard <keithp@viola.jf.intel.com> | 2007-04-02 14:15:36 -0700 |
commit | 56262a4ee943f328d089a8eb4aa70b9a4bd5d135 (patch) | |
tree | e56c5c16864568852ec5d1fa5c04001a71aa1814 | |
parent | 00e33f87f429a5e9e29da30071f03972a4033b8d (diff) |
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.
-rw-r--r-- | hw/xfree86/modes/xf86Crtc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c index 7d86b6606..325fb640b 100644 --- a/hw/xfree86/modes/xf86Crtc.c +++ b/hw/xfree86/modes/xf86Crtc.c @@ -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++) |