summaryrefslogtreecommitdiff
path: root/src/i830_display.h
Commit message (Expand)AuthorAgeFilesLines
* Ensure pipe/output active before doing load detection.Keith Packard2007-07-131-2/+2
* Move EnterVT mode setting code to xf86SetDesiredModes.Keith Packard2007-03-051-3/+0
* Support new CRTC/Output prepare/commit hooks.Keith Packard2007-03-041-0/+3
* Attempt to detect panel fixed mode from EDID or current programmed mode.Eric Anholt2007-02-131-0/+1
* Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.Keith Packard2007-01-151-5/+1
* Add per-CRTC gamma control support for RandR.Eric Anholt2007-01-031-0/+1
* Configuration support: per-output mode lines, preferred mode.Keith Packard2006-12-281-11/+0
* Merge branch 'generic-mode-set' into modesettingEric Anholt2006-12-061-0/+1
|\
| * WIP code to move mode set sequencing to XFree86 handlers.Eric Anholt2006-12-051-0/+1
* | new server APIs are not in server-1.2 (version 7.1.99.2)Keith Packard2006-12-051-2/+2
|/
* Merge branch 'restructure-outputs' into modesetting.Keith Packard2006-11-301-7/+7
|\
| * Move crtc/output config to sub-structure.Keith Packard2006-11-271-6/+6
| * Start output/crtc restructuring work. It compiles.Keith Packard2006-11-261-6/+6
* | Conditionally compile old-server compatibility code in.Eric Anholt2006-11-281-3/+9
* | Replace custom DDC mode list code with a copy of the X Server's.Eric Anholt2006-11-281-0/+8
|/
* RandR-based initial output configuration.Keith Packard2006-11-161-0/+2
* Go back to only setting up outputs that have a display connected.Eric Anholt2006-11-081-0/+1
* Add support for load-based CRT detection.Eric Anholt2006-11-031-1/+4
* Move output connection detection to a per-output method.Eric Anholt2006-10-311-1/+0
* i830SetLVDSPanelPower is now a static function in i830_lvds.c, so remove it.Eric Anholt2006-10-311-1/+0
* Clean up SDVO code, moving the private structure internal and cleaning up caps.Eric Anholt2006-10-251-4/+0
* Add a function for describing the output connection configuration.Eric Anholt2006-10-091-0/+1
* Move per-output mode setting code to per-output methods.Eric Anholt2006-10-091-0/+1
* Give each output type an init method in its file, making other methods static.Eric Anholt2006-10-051-2/+0
* Make planeEnabled track pipes controlled by randr.Keith Packard2006-09-211-0/+1
* Update driver for RandR 1.2 X server API.Keith Packard2006-09-201-0/+1
* Add support for CRT detection using DDC.Eric Anholt2006-06-201-1/+1
* Clean up SDVO initialization, include config.h, and make it check the rightEric Anholt2006-04-191-2/+2
* Add more SDVO code. It's taken from airlied's driver, but with magic numbersEric Anholt2006-04-191-0/+7
* Add missing MIT copyright licenses, which should have been on all versions.Eric Anholt2006-04-101-0/+27
* Fix prototype for i830DetectCRT.Eric Anholt2006-04-061-1/+1
* Move display base setting to a separate function and use it from both mode setupEric Anholt2006-04-061-0/+1
* Replace I830VESASetMode with simpler i830SetMode, which is all native andEric Anholt2006-04-061-1/+1
* Start making i830SetMode aware of multiple pipes.Eric Anholt2006-04-061-1/+1
* Move LVDS panel power state setting to a separate function, and reduce magicEric Anholt2006-04-061-0/+1
* Add untested CRT detection code.Eric Anholt2006-04-061-0/+1
* Initial add of native CRT modesetting code.Eric Anholt2006-04-061-0/+1