xserver-multidpi/hw/xfree86/modes
Keith Packard 9d0c3b52f2 Eliminate RRModeRec devPrivate field.
The xf86 mode setting code was mis-using this field to try and store a
pointer to a DisplayModeRec, however, each output has its own copy of every
DisplayModeRec leaving the one in in the RRModeRec devPrivate field pointing
at a random DisplayModeRec.

Instead of attempting to rectify this, eliminating the devPrivate entirely
turned out to be very easy; the DDX code now accepts an arbitrary RRModeRec
structure and set that to the hardware, converting it on the fly to a
DisplayModeRec as needed.
(cherry picked from commit 3506b9376c)
2007-03-17 23:34:58 -07:00
..
Makefile.am Create driver-independent CRTC-based cursor layer. 2007-03-15 00:02:40 -07:00
xf86Crtc.c Remove stale monitor data when output becomes disconnected. 2007-03-07 20:53:16 -08:00
xf86Crtc.h Don't wedge when rotating more than one CRTC. 2007-03-15 19:32:58 -07:00
xf86Cursors.c Allow xf86_reload_cursors during server init. 2007-03-15 19:32:48 -07:00
xf86cvt.c Enable startup-time rotation; change rotation pixmap creation API. 2007-02-17 15:16:20 -08:00
xf86DiDGA.c Ensure drivers can use new modes header files. 2007-02-17 15:16:44 -08:00
xf86EdidModes.c Kludge around duplicate code added in hw/xfree86/modes. 2007-02-15 21:50:48 -08:00
xf86Modes.c Ensure drivers can use new modes header files. 2007-02-17 15:16:44 -08:00
xf86Modes.h Ensure drivers can use new modes header files. 2007-02-17 15:16:44 -08:00
xf86RandR12.c Eliminate RRModeRec devPrivate field. 2007-03-17 23:34:58 -07:00
xf86RandR12.h Merge crtc/output-based mode selection code. 2007-02-15 20:36:20 -08:00
xf86Rename.h Add xf86CrtcScreenInit to share initialization across drivers. 2007-03-06 23:20:59 -08:00
xf86Rotate.c Don't wedge when rotating more than one CRTC. 2007-03-15 19:32:58 -07:00