summaryrefslogtreecommitdiff
path: root/src/i830_modes.c
AgeCommit message (Expand)Author
2009-10-06Remove UMS support.Eric Anholt
2008-10-01Eliminate INT10 call to get BIOS contentsKeith Packard
2007-02-16Change rotation pixmap creation API to permit start-time rotation.Keith Packard
2007-01-15Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.Keith Packard
2006-12-28Configuration support: per-output mode lines, preferred mode.Keith Packard
2006-12-21If DDC detailed modes are missing physical size, pull from features.Keith Packard
2006-12-06Use xf86 structures for default config instead of RandR.Keith Packard
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard
2006-11-30Oops. Don't try to use xf86RandR names, use xf86RandR12 instead.restructure-outputsKeith Packard
2006-11-30Rename I830 randr functions to xf86 as they are becoming generic.Keith Packard
2006-11-28Conditionally compile old-server compatibility code in.Eric Anholt
2006-11-28Remove printing of the XFree86 screen mode list, and some other detritus.Eric Anholt
2006-11-28Replace custom DDC mode list code with a copy of the X Server's.Eric Anholt
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-16RandR-based initial output configuration.Keith Packard
2006-11-09Expose the DDC-probed EDID data as the EDID_DATA output property.Eric Anholt
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