Verify crtc against previous config.
authorMatthias Hopf <mhopf@suse.de>
Mon, 12 Nov 2007 14:18:30 +0000 (15:18 +0100)
committerMatthias Hopf <mhopf@suse.de>
Mon, 12 Nov 2007 14:18:30 +0000 (15:18 +0100)
commit307f3686d3d517cb29b8e66d8ad2ff76a48748b7
treec70165f5fcaf62539fe75e1493afbaac581c10a1
parent4834439ce62e41204367cf5356a7a1719870791f
Verify crtc against previous config.

When selecting a crtc for an output, it doesn't check for already attached
outputs in check_crtc_for_output(), and so may select an crtc that is already
in use.
E.g. when changing from a cloned mode the displays won't be split up to
different crtcs, but the same crtc will be used, changing the resolution for
the unspecified display as well.
xrandr.c