summaryrefslogtreecommitdiff
path: root/src/i830_display.c
AgeCommit message (Expand)Author
2006-12-11Move the overlay mode switch status updates to when we enable/disable crtcs.Eric Anholt
2006-12-11Remove remnants of old savedCurrentMode hack. Man, that was gross.Eric Anholt
2006-12-11Remove dead remnants of old clone mode support.Eric Anholt
2006-12-06Use DOUBLE_WIDE mode on all hardware.Keith Packard
2006-12-06Cannot modify DPLL register in output mode_set function.Keith Packard
2006-12-06Merge branch 'modesetting' into nonrandr-setupnonrandr-setupKeith Packard
2006-12-06Use xf86 structures for default config instead of RandR.Keith Packard
2006-12-05Fix copy'n'paste-o of the ordering of h/v fields in DSP[AB]SIZE.Eric Anholt
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-05WIP code to move mode set sequencing to XFree86 handlers.Eric Anholt
2006-12-02DOUBLE_WIDE mode for high pixel clock 8xx. Rewrite PLL search.Keith Packard
2006-11-30Merge branch 'restructure-outputs' into modesetting.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-26Remove mode setting from load detect CRTC allocation.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-19Preliminary 945 TV output. Color key is broken. Fixed mode.Keith Packard
2006-11-16RandR-based initial output configuration.Keith Packard
2006-11-16Inverted boolean sense when selecting pipe for CRT detection.Keith Packard
2006-11-10Fix clock range for single-channel LVDS.Eric Anholt
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-08Go back to only setting up outputs that have a display connected.Eric Anholt
2006-11-08Fix i830DisableUnusedFunctions after pipe structure change.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-06Move PFIT_CONTROL disable for G965 up before post_set_mode.Eric Anholt
2006-11-05DSPSURF must be page aligned. Place intra-screen offset in DSPBASE.Keith Packard
2006-11-05Fix CRT output on 965 chipset.Keith Packard
2006-11-05Move remaining pipe mode setting logic to i830PipeSetModeKeith 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-03Report pipe status (and status mismatches) in i830DescribeOutputConfiguration()Eric Anholt
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-02Disable the panel fitter when not using it. Cleans up SDVO DVI output.Keith Packard
2006-11-01Move mode lists from per-pipe to per-output.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-25Clean up SDVO code, moving the private structure internal and cleaning up caps.Eric Anholt
2006-10-10Only disable the output when marked disabled.Eric Anholt
2006-10-09Add a function for describing the output connection configuration.Eric Anholt
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt
2006-10-05Remove checks for output privates in various bits of code.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-27Re-disable broken load-based CRT detection.Eric Anholt