summaryrefslogtreecommitdiff
path: root/src/i830_lvds.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanical API conversions for libpciaccess.Keith Packard2007-08-261-0/+4
* Legacy backlight changes:Jesse Barnes2007-07-311-26/+52
* Add quirk supportWang Zhenyu2007-07-271-21/+18
* Bug #11365: Disable the panel fitter unless it's needed for the chosen mode.Eric Anholt2007-07-021-6/+12
* Follow BIOS configuration for Legacy Backlight Brightness.Keith Packard2007-06-211-6/+28
* Fix misplaced merge of 1280x768 panel fixup.Eric Anholt2007-06-051-9/+9
* Add a fixup to LVDS panel mode detection for 1280x768 panel from text mode.Eric Anholt2007-05-291-0/+16
* Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.Keith Packard2007-05-171-0/+3
* Change DVO module interface to pass more state across. Fix IVCH display.Keith Packard2007-05-161-72/+102
* Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt2007-04-031-1/+3
* Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into c...Nian Wu2007-03-231-4/+7
|\
| * Property size is in units, not bytes.Keith Packard2007-03-231-2/+2
| * TV output properties: TV_FORMAT, LEFT, TOP, RIGHT, BOTTOM.Keith Packard2007-03-231-4/+7
* | Set the panel fitter to the right pipe on Crestline.Eric Anholt2007-03-201-1/+5
* | Merge branch 'master' into crestlineEric Anholt2007-03-201-8/+1
|\ \ | |/
| * Attempt to fix single/dual-channel issues on i9xx LVDS panels.Eric Anholt2007-03-201-8/+1
* | Merge branch 'master' of git://proxy.ims.intel.com:9419/git/xorg/driver/xf86-...Wang Zhenyu2007-03-201-6/+2
|\ \ | |/
| * Replace #if 0ed LVDS register setting with updated comment.Eric Anholt2007-03-131-6/+2
* | Merge branch 'modesetting' into crestlineEric Anholt2007-03-051-0/+2
|\ \ | |/
| * Support new CRTC/Output prepare/commit hooks.Keith Packard2007-03-041-0/+2
* | LVDS dither control moved from PFIT to LVDS register for CrestlineKeith Packard2007-03-031-2/+3
|/
* Fix double free in the case of LVDS disabled through quirks.Eric Anholt2007-02-131-1/+0
* Attempt to detect panel fixed mode from EDID or current programmed mode.Eric Anholt2007-02-131-24/+91
* Merge branch 'modesetting-rotation' into modesettingKeith Packard2007-01-291-3/+3
|\
| * Merge branch 'modesetting' into modesetting-rotationEric Anholt2007-01-181-17/+107
| |\
| * | Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.Keith Packard2007-01-151-3/+3
* | | fix building with 7.1 server by hiding stuff inside RANDR_12_INTERFACEDave Airlie2007-01-231-0/+4
| |/ |/|
* | Add a settable backlight property for LVDS.Eric Anholt2007-01-161-17/+107
|/
* Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.Keith Packard2006-12-301-0/+2
* Configuration support: per-output mode lines, preferred mode.Keith Packard2006-12-281-5/+40
* Turn pll/pipe/plane on in crtc_set_modeKeith Packard2006-12-141-0/+2
* Move xf86CrtcConfig to ScrnInfo private.Keith Packard2006-12-131-2/+3
* Rename outputs to TMDS-1/TMDS-2, LVDS, TV and VGA.Keith Packard2006-12-131-1/+1
* Merge branch 'modesetting' into nonrandr-setupKeith Packard2006-12-061-49/+78
|\
| * Fix LVDS: Don't change bits in LVDS other than port enable/pipe select.Eric Anholt2006-12-061-1/+1
| * Fix LVDS fixed mode code after generic-mode-set.Eric Anholt2006-12-061-36/+18
| * WIP code to move mode set sequencing to XFree86 handlers.Eric Anholt2006-12-051-29/+76
* | Use xf86 structures for default config instead of RandR.Keith Packard2006-12-061-2/+3
|/
* Don't try to write the read-only PP_STATUS register.Eric Anholt2006-12-011-6/+2
* Move crtc/output config to sub-structure.Keith Packard2006-11-271-13/+13
* Start output/crtc restructuring work. It compiles.Keith Packard2006-11-261-33/+60
* Disable the panel fitter when not using it. Cleans up SDVO DVI output.Keith Packard2006-11-021-2/+0
* Move mode lists from per-pipe to per-output.Eric Anholt2006-11-011-5/+34
* Give each output a get_modes function and expose those modes through RandR.Eric Anholt2006-10-311-0/+5
* Move output connection detection to a per-output method.Eric Anholt2006-10-311-0/+14
* Move LVDS initialization and blacklisting damage to the LVDS support file.Eric Anholt2006-10-251-0/+33
* Add a per-output mode-valid method.Eric Anholt2006-10-161-0/+8
* Fix LVDS restore path, and move pipe assignment for outputs to the right place.Eric Anholt2006-10-091-0/+7
* Move per-output mode setting code to per-output methods.Eric Anholt2006-10-091-0/+84
* Give each output type an init method in its file, making other methods static.Eric Anholt2006-10-051-6/+25