summaryrefslogtreecommitdiff
path: root/src/i830_randr.c
AgeCommit message (Expand)Author
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-27Move crtc/output config to sub-structure.Keith Packard
2006-11-26Clean up reworked data structure code so the server actually starts.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-22Set up maximum screen size for clone instead of panorama.Keith Packard
2006-11-20Set configured values for screen virtual size and initial frame.Keith Packard
2006-11-16Don't dereference null DisplayModePtr on disabled output.Keith Packard
2006-11-16RandR-based initial output configuration.Keith Packard
2006-11-16Remove output options. Let outputs be connected to other crtcs.Keith Packard
2006-11-08Create RandR 1.2 objects in I830PreInit.Keith Packard
2006-11-08Adapt to RandR updates that split object creation from screen association.Keith Packard
2006-11-08Merge branch 'modesetting-keithp' into modesettingKeith Packard
2006-11-08Change the output and pipe "is it on/off" field name to "enabled".Eric Anholt
2006-11-07Eliminate operatingDevices member and PIPE_* values.Keith Packard
2006-11-07Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard
2006-11-04Rename availablePipes to num_pipesKeith Packard
2006-11-04Eliminate operatingDevices member and PIPE_* values.Keith Packard
2006-11-03Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard
2006-11-03Oops, martian memset of randr modes pointerKeith Packard
2006-11-03Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-03Add support for load-based CRT detection.Eric Anholt
2006-11-03Don't memset the modes pointer on init, which was dereferencing NULL.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-11-01Update for the move of RandR phyiscal size information.Eric Anholt
2006-10-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt
2006-10-31Connect output detection up to RandR.Eric Anholt
2006-10-30Clean up whitespace in i830_randr.c.Eric Anholt
2006-10-05Fix DPI at startup in RandR 1.2 code.Keith Packard
2006-10-04Remove mode origins, add preferred mode count.Keith Packard
2006-10-04Add mode origins for randrKeith Packard
2006-10-03Always register list of modes for outputs, even when disabled.Keith Packard
2006-09-23Oops, duplicated CRT-redetect code.Keith Packard
2006-09-23Construct default monitor description for hotplug non-DDC monitor.Keith Packard
2006-09-21Make planeEnabled track pipes controlled by randr.Keith Packard
2006-09-20Update driver for RandR 1.2 X server API.Keith Packard
2006-06-27Fix randr current mode reporting and mode loss/mis-configuration on re-randr.Eric Anholt
2006-06-23WIP to allow re-probing and validation of modes for new heads at "xrandr" time.Eric Anholt
2006-04-06Enable -Wall on GCC, and do a cleanup of existing warnings.Eric Anholt
2006-01-24Bump version to 1.5.0.0Alan Hourihane