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