summaryrefslogtreecommitdiff
path: root/src/i830_lvds.c
AgeCommit message (Expand)Author
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt
2007-03-23Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into c...Nian Wu
2007-03-23Property size is in units, not bytes.Keith Packard
2007-03-23TV output properties: TV_FORMAT, LEFT, TOP, RIGHT, BOTTOM.Keith Packard
2007-03-20Set the panel fitter to the right pipe on Crestline.Eric Anholt
2007-03-20Merge branch 'master' into crestlineEric Anholt
2007-03-20Attempt to fix single/dual-channel issues on i9xx LVDS panels.Eric Anholt
2007-03-20Merge branch 'master' of git://proxy.ims.intel.com:9419/git/xorg/driver/xf86-...Wang Zhenyu
2007-03-13Replace #if 0ed LVDS register setting with updated comment.Eric Anholt
2007-03-05Merge branch 'modesetting' into crestlineEric Anholt
2007-03-04Support new CRTC/Output prepare/commit hooks.Keith Packard
2007-03-03LVDS dither control moved from PFIT to LVDS register for CrestlineKeith Packard
2007-02-13Fix double free in the case of LVDS disabled through quirks.Eric Anholt
2007-02-13Attempt to detect panel fixed mode from EDID or current programmed mode.Eric Anholt
2007-01-29Merge branch 'modesetting-rotation' into modesettingKeith Packard
2007-01-23fix building with 7.1 server by hiding stuff inside RANDR_12_INTERFACEDave Airlie
2007-01-18Merge branch 'modesetting' into modesetting-rotationEric Anholt
2007-01-16Add a settable backlight property for LVDS.Eric Anholt
2007-01-15Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.Keith Packard
2006-12-30Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.Keith Packard
2006-12-28Configuration support: per-output mode lines, preferred mode.Keith Packard
2006-12-14Turn pll/pipe/plane on in crtc_set_modeKeith Packard
2006-12-13Move xf86CrtcConfig to ScrnInfo private.Keith Packard
2006-12-13Rename outputs to TMDS-1/TMDS-2, LVDS, TV and VGA.Keith Packard
2006-12-06Merge branch 'modesetting' into nonrandr-setupnonrandr-setupKeith Packard
2006-12-06Fix LVDS: Don't change bits in LVDS other than port enable/pipe select.Eric Anholt
2006-12-06Fix LVDS fixed mode code after generic-mode-set.Eric Anholt
2006-12-06Use xf86 structures for default config instead of RandR.Keith Packard
2006-12-05WIP code to move mode set sequencing to XFree86 handlers.Eric Anholt
2006-12-01Don't try to write the read-only PP_STATUS register.Eric Anholt
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.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-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt
2006-10-31Move output connection detection to a per-output method.Eric Anholt
2006-10-25Move LVDS initialization and blacklisting damage to the LVDS support file.Eric Anholt
2006-10-16Add a per-output mode-valid method.Eric Anholt
2006-10-09Fix LVDS restore path, and move pipe assignment for outputs to the right place.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