summaryrefslogtreecommitdiff
path: root/src/i830_modes.c
AgeCommit message (Expand)Author
2006-11-03Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.Keith Packard
2006-11-01Attempt to pull monitor physical size information out of DDC EDID data.Eric Anholt
2006-11-01Move mode lists from per-pipe to per-output.Eric Anholt
2006-10-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt
2006-10-31Move output connection detection to a per-output method.Eric Anholt
2006-10-30Remove some dead code from BIOS modesetting.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-09Move per-output mode setting code to per-output methods.Eric Anholt
2006-10-06Compute LVDS resolution from server DPI and native panel size.Keith Packard
2006-10-05Remove checks for output privates in various bits of code.Eric Anholt
2006-10-04Add mode origins for randrKeith Packard
2006-09-27Merge branch 'randr-1.2' into modesettingEric Anholt
2006-09-23Construct default monitor description for hotplug non-DDC monitor.Keith Packard
2006-09-22Remove some dead code related to clock ranges.Eric Anholt
2006-09-20Update driver for RandR 1.2 X server API.Keith Packard
2006-08-02Fix a braino in mode list pruning.Adam Jackson
2006-07-14Don't try to probe on more pipes than we really have.Eric Anholt
2006-07-13In I830xf86SortModes, catch cases where two modes are equal in only oneAdam Jackson
2006-07-13Fix a thinko; would only inject the FP native mode if a mode list was alreadyAdam Jackson
2006-07-11Bug #7443: Respect the user's Modes configuration, and make it more useful.Eric Anholt
2006-07-11Fix crash with DDC when there are no user modes to add.Eric Anholt
2006-07-10Make DVO code light up my sil164-based DVI output, when already set up by BIOS.Eric Anholt
2006-07-10Fix modelist with a configured monitor to not begin with all unvalidated modes.Eric Anholt
2006-07-05Don't try to probe modes on an SDVO device with NULL sdvo_drv.Eric Anholt
2006-06-28Replace i830InjectModes with i830DuplicateModes usage.Eric Anholt
2006-06-28Validate and insert user and VESA standard modes for DDC or configured fallback.Eric Anholt
2006-06-28Replace xf86ValidateModes usage with a set of custom validators and pruning.Eric Anholt
2006-06-27Fix randr current mode reporting and mode loss/mis-configuration on re-randr.Eric Anholt
2006-06-26Clean up warnings.Eric Anholt
2006-06-26Fix the plane/pipe disabling and turn off missing outputs when no longer DDCed.Eric Anholt
2006-06-26Fix DDC probing after last (untested) commit.Eric Anholt
2006-06-26Major cleanup of mode reprobing:Eric Anholt
2006-06-23WIP to allow re-probing and validation of modes for new heads at "xrandr" time.Eric Anholt
2006-06-23Split probed modes out per pipe, and union them into the available modes.Eric Anholt
2006-06-22Move FP mode validation next to other mode validation code.Eric Anholt
2006-06-04Get sDVO output working on mac mini.Keith Packard
2006-04-10Merge in master to modesettingKeith Packard
2006-04-10x86_64 warning fixesAlan Hourihane
2006-04-06Remove more BIOS modesetting stuff.Eric Anholt
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg
2006-01-24Bump version to 1.5.0.0Alan Hourihane
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson
2005-07-09Copy mode strings upon mode copyAlan Hourihane
2005-07-04NULL checkAlan Hourihane
2005-06-28Add support to check the in-built VESA mode list.XORG-6_8_99_14Alan Hourihane
2005-06-08Fix the mode validation such that using function 5f05 to set the refresh rateAlan Hourihane
2005-05-25Change the sequence on how refresh rates are set in the i830 driver. This worksXORG-6_8_99_9Alan Hourihane
2005-05-20Bugzilla #2339: https://bugs.freedesktop.org/show_bug.cgi?id=2339Alan Hourihane