Age | Commit message (Expand) | Author |
2006-09-15 | Add model-specific tweaks for some funky 945GM boards. | Adam Jackson |
2006-09-08 | Remove xf86_ansic.h usage. | Eric Anholt |
2006-08-24 | Bug #7957: Fix distcheck. | Ross Burton |
2006-08-08 | Fix a build problem. | Alan Hourihane |
2006-08-04 | Fix a problem creating the I2C bus for the SDVOC | Alan Hourihane |
2006-08-02 | Fix a braino in mode list pruning. | Adam Jackson |
2006-07-17 | Disable spread spectrum clock usage. | Keith Packard |
2006-07-14 | Bug #7404: Only save/restore VGA fonts and not other VGA regs. | Eric Anholt |
2006-07-14 | Add a register restore implementation so we don't crash on LeaveVT. | Eric Anholt |
2006-07-14 | Don't try to probe on more pipes than we really have. | Eric Anholt |
2006-07-13 | In I830xf86SortModes, catch cases where two modes are equal in only one | Adam Jackson |
2006-07-13 | Fix a thinko; would only inject the FP native mode if a mode list was already | Adam Jackson |
2006-07-11 | Avoid NULL dereference if cursor position changes during a mode change. | Eric Anholt |
2006-07-11 | Bug #7443: Respect the user's Modes configuration, and make it more useful. | Eric Anholt |
2006-07-11 | Fix crash with DDC when there are no user modes to add. | Eric Anholt |
2006-07-11 | Make gamma settings apply to the cursor as well, and fix clone-mode gamma. | Luká\u0161 Hejtmánek |
2006-07-11 | Add support for adjusting saturation value of overlay video. | Luká\u0161 Hejtmánek |
2006-07-10 | Clean up warnings in sil164 module. | Eric Anholt |
2006-07-10 | Hook up SiI164 mode setting (just a matter of turning the chip on). | Eric Anholt |
2006-07-10 | Fix prototype for SaveRegs. | Eric Anholt |
2006-07-10 | Move to 4-space indents in sil164. | Eric Anholt |
2006-07-10 | Make DVO code light up my sil164-based DVI output, when already set up by BIOS. | Eric Anholt |
2006-07-10 | Fix modelist with a configured monitor to not begin with all unvalidated modes. | Eric Anholt |
2006-07-10 | Fix validation when the first mode is thrown out, and print hsync in modelines. | Eric Anholt |
2006-07-10 | Merge branch 'dvo-merge' into modesetting | Eric Anholt |
2006-07-10 | Supply proper NULL-terminated symbol lists to avoid crashing. | Eric Anholt |
2006-07-08 | Improve output bus setup to include LVDS setup for pre-i915. | Eric Anholt |
2006-07-07 | Initial add of DVO support code. Probes my sil164. | Eric Anholt |
2006-07-05 | Don't try to probe modes on an SDVO device with NULL sdvo_drv. | Eric Anholt |
2006-07-05 | More fixes to "choose closest mode for the pipe" code to select correct refresh. | Eric Anholt |
2006-07-03 | Bug #7375: Don't double-free the current XF86 mode after a randr reprobe. | Eric Anholt |
2006-07-03 | Only override display size with the XFree86 mode's for actual panel scaling. | Eric Anholt |
2006-06-28 | Replace i830InjectModes with i830DuplicateModes usage. | Eric Anholt |
2006-06-28 | Validate and insert user and VESA standard modes for DDC or configured fallback. | Eric Anholt |
2006-06-28 | Replace xf86ValidateModes usage with a set of custom validators and pruning. | Eric Anholt |
2006-06-27 | If the panel power registers are all zeroes on Mobile parts, disable LVDS. | Eric Anholt |
2006-06-27 | Fix randr current mode reporting and mode loss/mis-configuration on re-randr. | Eric Anholt |
2006-06-26 | Clean up warnings. | Eric Anholt |
2006-06-26 | Merge branch 'master' into modesetting | Eric Anholt |
2006-06-26 | Turn on extra warning flags for GCC, and clean up the resulting fallout. | Eric Anholt |
2006-06-26 | Fix the plane/pipe disabling and turn off missing outputs when no longer DDCed. | Eric Anholt |
2006-06-26 | Fix FP scaling by using the desired mode to get at the real [HV]Display. | Eric Anholt |
2006-06-26 | Add a function to turn off unused outputs, DPLLs, planes, and pipes. | Eric Anholt |
2006-06-26 | Fix DDC probing after last (untested) commit. | Eric Anholt |
2006-06-26 | Unset pipe current mode on EnterVT, so we reprogram the mode for sure. | Eric Anholt |
2006-06-26 | Major cleanup of mode reprobing: | Eric Anholt |
2006-06-23 | WIP to allow re-probing and validation of modes for new heads at "xrandr" time. | Eric Anholt |
2006-06-23 | Split probed modes out per pipe, and union them into the available modes. | Eric Anholt |
2006-06-22 | Move FP mode validation next to other mode validation code. | Eric Anholt |
2006-06-21 | Detect SDVO display presence at startup and default to displaying to it, too. | Eric Anholt |