~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel:modesetting-multihead

Last commit made on 2006-04-14
Get this branch:
git clone -b modesetting-multihead https://git.launchpad.net/~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel

Branch merges

Branch information

Name:
modesetting-multihead
Repository:
lp:~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel

Recent commits

8f7b736... by Eric Anholt <email address hidden>

Add support for EDID standard mode timings by bringing back I830GetGTF from
the xf86-video-i810 code, as i830_gtf.c. Untested.

e5f741d... by Eric Anholt <email address hidden>

Add insertion of VESA established modes from EDID information.

e275ec8... by Eric Anholt <email address hidden>

Stop using xf86ValidateModes, and start setting up EDID-based mode list
accumulation. This is a functional regression for now, as we ignore
the user's mode list, ignore user mode lines, remove seatbelts, and ignore all
but the detailed timings from EDID. These should all be fixed later. Untested.

e83326e... by Eric Anholt <email address hidden>

Move FP mode validation to i830_modes.c, and make it return a list rather than
putting the list directly into pScrn. The goal is to have a set of modes
avialable per output, which will be used in new extension functionality to
customize video modes per head at runtime.

d6edffe... by Eric Anholt <email address hidden>

Initial support for pre-i915 PLL programming. Untested.

59f8895... by Eric Anholt <email address hidden>

Automatically enable clone mode if we detect two active outputs.

185b525... by Eric Anholt <email address hidden>

Add missing MIT copyright licenses, which should have been on all versions.

c0a2dc6... by Keith Packard <email address hidden>

Save/restore PFIT_CONTROL. Eliminate compiler warnings

498abf4... by Keith Packard <email address hidden>

Merge branch 'modesetting-origin' into modesetting

c26f073... by Keith Packard <email address hidden>

Merge in master to modesetting