| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure pipe/output active before doing load detection. | Keith Packard | 2007-07-13 | 1 | -2/+2 |
* | Move EnterVT mode setting code to xf86SetDesiredModes. | Keith Packard | 2007-03-05 | 1 | -3/+0 |
* | Support new CRTC/Output prepare/commit hooks. | Keith Packard | 2007-03-04 | 1 | -0/+3 |
* | Attempt to detect panel fixed mode from EDID or current programmed mode. | Eric Anholt | 2007-02-13 | 1 | -0/+1 |
* | Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures. | Keith Packard | 2007-01-15 | 1 | -5/+1 |
* | Add per-CRTC gamma control support for RandR. | Eric Anholt | 2007-01-03 | 1 | -0/+1 |
* | Configuration support: per-output mode lines, preferred mode. | Keith Packard | 2006-12-28 | 1 | -11/+0 |
* | Merge branch 'generic-mode-set' into modesetting | Eric Anholt | 2006-12-06 | 1 | -0/+1 |
|\ |
|
| * | WIP code to move mode set sequencing to XFree86 handlers. | Eric Anholt | 2006-12-05 | 1 | -0/+1 |
* | | new server APIs are not in server-1.2 (version 7.1.99.2) | Keith Packard | 2006-12-05 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'restructure-outputs' into modesetting. | Keith Packard | 2006-11-30 | 1 | -7/+7 |
|\ |
|
| * | Move crtc/output config to sub-structure. | Keith Packard | 2006-11-27 | 1 | -6/+6 |
| * | Start output/crtc restructuring work. It compiles. | Keith Packard | 2006-11-26 | 1 | -6/+6 |
* | | Conditionally compile old-server compatibility code in. | Eric Anholt | 2006-11-28 | 1 | -3/+9 |
* | | Replace custom DDC mode list code with a copy of the X Server's. | Eric Anholt | 2006-11-28 | 1 | -0/+8 |
|/ |
|
* | RandR-based initial output configuration. | Keith Packard | 2006-11-16 | 1 | -0/+2 |
* | Go back to only setting up outputs that have a display connected. | Eric Anholt | 2006-11-08 | 1 | -0/+1 |
* | Add support for load-based CRT detection. | Eric Anholt | 2006-11-03 | 1 | -1/+4 |
* | Move output connection detection to a per-output method. | Eric Anholt | 2006-10-31 | 1 | -1/+0 |
* | i830SetLVDSPanelPower is now a static function in i830_lvds.c, so remove it. | Eric Anholt | 2006-10-31 | 1 | -1/+0 |
* | Clean up SDVO code, moving the private structure internal and cleaning up caps. | Eric Anholt | 2006-10-25 | 1 | -4/+0 |
* | Add a function for describing the output connection configuration. | Eric Anholt | 2006-10-09 | 1 | -0/+1 |
* | Move per-output mode setting code to per-output methods. | Eric Anholt | 2006-10-09 | 1 | -0/+1 |
* | Give each output type an init method in its file, making other methods static. | Eric Anholt | 2006-10-05 | 1 | -2/+0 |
* | Make planeEnabled track pipes controlled by randr. | Keith Packard | 2006-09-21 | 1 | -0/+1 |
* | Update driver for RandR 1.2 X server API. | Keith Packard | 2006-09-20 | 1 | -0/+1 |
* | Add support for CRT detection using DDC. | Eric Anholt | 2006-06-20 | 1 | -1/+1 |
* | Clean up SDVO initialization, include config.h, and make it check the right | Eric Anholt | 2006-04-19 | 1 | -2/+2 |
* | Add more SDVO code. It's taken from airlied's driver, but with magic numbers | Eric Anholt | 2006-04-19 | 1 | -0/+7 |
* | Add missing MIT copyright licenses, which should have been on all versions. | Eric Anholt | 2006-04-10 | 1 | -0/+27 |
* | Fix prototype for i830DetectCRT. | Eric Anholt | 2006-04-06 | 1 | -1/+1 |
* | Move display base setting to a separate function and use it from both mode setup | Eric Anholt | 2006-04-06 | 1 | -0/+1 |
* | Replace I830VESASetMode with simpler i830SetMode, which is all native and | Eric Anholt | 2006-04-06 | 1 | -1/+1 |
* | Start making i830SetMode aware of multiple pipes. | Eric Anholt | 2006-04-06 | 1 | -1/+1 |
* | Move LVDS panel power state setting to a separate function, and reduce magic | Eric Anholt | 2006-04-06 | 1 | -0/+1 |
* | Add untested CRT detection code. | Eric Anholt | 2006-04-06 | 1 | -0/+1 |
* | Initial add of native CRT modesetting code. | Eric Anholt | 2006-04-06 | 1 | -0/+1 |