summaryrefslogtreecommitdiff
path: root/src/i830_randr.c
AgeCommit message (Expand)Author
2006-12-06Merge branch 'modesetting' into nonrandr-setupnonrandr-setupKeith Packard
2006-12-06Merge branch 'generic-mode-set' into modesettingEric Anholt
2006-12-06fix typo in checking xf86CrtcScreenInit returnWang Zhenyu
2006-12-06Use xf86 structures for default config instead of RandR.Keith Packard
2006-12-05Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-12-05Move reg dump from i830PipeSetMode to after we set up the modes with RandR.Eric Anholt
2006-12-04Re-create RandR Crtc/output structures on server regen.Keith Packard
2006-12-02DOUBLE_WIDE mode for high pixel clock 8xx. Rewrite PLL search.Keith Packard
2006-11-30When CRTC is disable through RandR, the mode is NULL. Don't dereference it.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-27Move crtc/output config to sub-structure.Keith Packard
2006-11-27Reduce the severity of many informational log messages.Eric Anholt
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