summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-29reorder modesetting to try and follow the rulesmodesetting-keithp-fuKeith Packard
2006-10-25Clean up the SDVO code.Eric Anholt
2006-10-25Nuke trailing whitespace in SDVO code not already cleaned up.Eric Anholt
2006-10-25Clean up SDVO code, moving the private structure internal and cleaning up caps.Eric Anholt
2006-10-24Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-10-23Merge branch 'overhaul' into modesettingEric Anholt
2006-10-23Add work-in-progress integrated TV-out support.Eric Anholt
2006-10-16Add a per-output mode-valid method.Eric Anholt
2006-10-13Advertise textured video adapter firstKeith Packard
2006-10-10Only disable the output when marked disabled.Eric Anholt
2006-10-09Fix LVDS restore path, and move pipe assignment for outputs to the right place.Eric Anholt
2006-10-09Add a function for describing the output connection configuration.Eric Anholt
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt
2006-10-07Expand the check for AOpen Mini-PC.Adam Jackson
2006-10-06Compute LVDS resolution from server DPI and native panel size.Keith Packard
2006-10-05Don't require MonitorLayout when two monitors are plugged in.Keith Packard
2006-10-05Remove checks for output privates in various bits of code.Eric Anholt
2006-10-05Give each output type an init method in its file, making other methods static.Eric Anholt
2006-10-05Fix DPI at startup in RandR 1.2 code.Keith Packard
2006-10-04Remove mode origins, add preferred mode count.Keith Packard
2006-10-04Move the save, restore, and DPMS per-output settings to per-output files.Eric Anholt
2006-10-04Merge branch 'modesetting-guitar' into modesettingKeith Packard
2006-10-04Add mode origins for randrKeith Packard
2006-10-03Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-10-03Enable XV_PORT attribute even when not in Clone mode.Keith Packard
2006-10-03Always register list of modes for outputs, even when disabled.Keith Packard
2006-10-02Move cursor base address register setting to a separate function.Eric Anholt
2006-09-27Merge branch 'master' into modesettingEric Anholt
2006-09-27Re-disable broken load-based CRT detection.Eric Anholt
2006-09-27Merge branch 'randr-1.2' into modesettingEric Anholt
2006-09-27Merge branch 'acpi-hotkey' into modesettingEric Anholt
2006-09-27Attempt to make the ACPI hotkey support a little more modesetting-compatible.Eric Anholt
2006-09-23Oops, duplicated CRT-redetect code.Keith Packard
2006-09-23Construct default monitor description for hotplug non-DDC monitor.Keith Packard
2006-09-22Restructure i830_bios.c so we don't leak a copy of the BIOS per generation.Eric Anholt
2006-09-22Remove some dead code related to clock ranges.Eric Anholt
2006-09-22Remove the GetDevicePresence BIOS call which just printed BIOS information.Eric Anholt
2006-09-22Remove the no-longer-connected VBERestore option.Eric Anholt
2006-09-22Remove unused display{Attached,Present} fields.Eric Anholt
2006-09-22Remove empty SAVERESTORE_HWSTATE code.Eric Anholt
2006-09-22Remove BIOS from non-BIOS related names.Keith Packard
2006-09-21Make planeEnabled track pipes controlled by randr.Keith Packard
2006-09-21Consistently use Cursor A on Pipe 0 and Cursor B on Pipe 1.Keith Packard
2006-09-20Merge branch 'modesetting' into randr-1.2Keith Packard
2006-09-20Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-09-20Merge branch 'modesetting' into randr-1.2Keith Packard
2006-09-20Update driver for RandR 1.2 X server API.Keith Packard
2006-09-20Add standard C headers to fix build on some systems after xf86_ansic.h removal.Linus Torvals
2006-09-19Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-09-15Add model-specific tweaks for some funky 945GM boards.Adam Jackson