summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
2006-11-30Merge branch 'restructure-outputs-origin' into restructure-outputsKeith Packard
2006-11-30Rename I830 randr functions to xf86 as they are becoming generic.Keith Packard
2006-11-27Move #include "randrstr.h" from i830.h to i830_xf86Crtc.hKeith Packard
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-17Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-16RandR-based initial output configuration.Keith Packard
2006-11-16Merge branch 'master' into modesettingEric Anholt
2006-11-08Create RandR 1.2 objects in I830PreInit.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-03Finish removing persistant vbe dataKeith Packard
2006-11-03Use VBE only temporarily to fetch BIOS rom imageKeith Packard
2006-11-03Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-03Add support for load-based CRT detection.Eric Anholt
2006-11-03Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.Keith Packard
2006-11-02Remove dead specifiedMonitor field.Eric Anholt
2006-11-01Remove dead VESARec struct.Eric Anholt
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-31Add compat definitions for M_T_PREFERRED and M_T_DRIVER for older X Servers.Eric Anholt
2006-10-31Move output connection detection to a per-output method.Eric Anholt
2006-10-30Use the new fields for SDVO pixel multiply on the G965.Eric Anholt
2006-10-27Add support for the new DRM memory manager.Thomas Hellstrom
2006-10-25Move vbeInfo out of the driver struct to the one place it's used.Eric Anholt
2006-10-25Clean up SDVO code, moving the private structure internal and cleaning up caps.Eric Anholt
2006-10-23Add work-in-progress integrated TV-out support.Eric Anholt
2006-10-16Add a per-output mode-valid method.Eric Anholt
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt
2006-10-05Give each output type an init method in its file, making other methods static.Eric Anholt
2006-10-04Move the save, restore, and DPMS per-output settings to per-output files.Eric Anholt
2006-09-27Merge branch 'master' into modesettingEric Anholt
2006-09-27Merge branch 'randr-1.2' into modesettingEric Anholt
2006-09-27Merge branch 'acpi-hotkey' into modesettingEric Anholt
2006-09-27Attempt to make the ACPI hotkey support a little more modesetting-compatible.Eric Anholt
2006-09-22Restructure i830_bios.c so we don't leak a copy of the BIOS per generation.Eric Anholt
2006-09-22Remove some dead code related to clock ranges.Eric Anholt
2006-09-22Remove the GetDevicePresence BIOS call which just printed BIOS information.Eric Anholt
2006-09-22Remove the no-longer-connected VBERestore option.Eric Anholt
2006-09-22Remove unused display{Attached,Present} fields.Eric Anholt
2006-09-22Remove empty SAVERESTORE_HWSTATE code.Eric Anholt
2006-09-22Remove BIOS from non-BIOS related names.Keith Packard
2006-09-21Consistently use Cursor A on Pipe 0 and Cursor B on Pipe 1.Keith Packard
2006-09-20Update driver for RandR 1.2 X server API.Keith Packard