Age | Commit message (Expand) | Author |
2008-03-26 | More compile warning fixes. | Paulo Cesar Pereira de Andrade |
2008-03-17 | Add support for new ->get_crtc output callbacks | Jesse Barnes |
2008-03-11 | Remove i830+ driver's use of CARD*/INT* types for great justice. | Eric Anholt |
2008-02-22 | Add quirk for DVO channel selection | Jesse Barnes |
2008-02-05 | xf86-video-intel: fix ivch using wrong dvo register | liuhong |
2007-10-01 | Fix probing of the sample CH7017 device I found by allowing GPIO overrides. | Eric Anholt |
2007-10-01 | Enable CH7017/7018 DVO driver by default. | Eric Anholt |
2007-06-30 | Fix load detection to use border region instead of blanking. | Keith Packard |
2007-06-22 | Bug #11171: Add support for the Ti TFP410 DVO TMDS transmitter. | Dave Mueller |
2007-06-22 | Move the ivch's fixed panel mode support to i830_dvo.c for other LVDS drivers. | Eric Anholt |
2007-06-21 | Eliminate some uninitialized variable warnings | Keith Packard |
2007-05-17 | Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV. | Keith Packard |
2007-05-16 | Change DVO module interface to pass more state across. Fix IVCH display. | Keith Packard |
2007-05-02 | Make up a fixed panel timing for DVO LVDS, and use DVOA for DVO LVDS. | Eric Anholt |
2007-05-02 | Make the DVO output name LVDS if it's an LVDS chip. | Eric Anholt |
2007-04-25 | Implement the custom I2C protocol used by the ivch DVO. | Kristian Høgsberg |
2007-04-17 | Add all the possible ivch slave addresses (still commented out). | Eric Anholt |
2007-03-16 | Add the (afaict) correct ch7017 I2C slave address. | Eric Anholt |
2007-03-04 | Support new CRTC/Output prepare/commit hooks. | Keith Packard |
2007-01-02 | Use correct variable to initialize DVO I2C bus. | Dave Airlie |
2006-12-30 | Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan. | Keith Packard |
2006-12-28 | Add WIP CH7017 LVDS driver. This is disconnected because it's untested. | Eric Anholt |
2006-12-28 | Add WIP IVCH (i82807aa) driver. | Eric Anholt |
2006-12-28 | Reformat the DVO drivers table to be a bit more normal style. | Eric Anholt |
2006-12-28 | Move dvo driver detection into i830_dvo_init(), and use GPIOB for LVDS drivers. | Eric Anholt |
2006-12-18 | Add a detect() function for DVO chips, and implement it on sil164. | Eric Anholt |
2006-12-18 | Clean up i2c_vid interface, including de-StudlyCapsing and removing dead code. | Eric Anholt |
2006-12-18 | Fix DVO mode valid function to not throw out all modes. | Eric Anholt |
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 | 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-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-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-16 | Add a per-output mode-valid method. | Eric Anholt |
2006-10-09 | Move per-output mode setting code to per-output methods. | Eric Anholt |
2006-10-05 | Remove checks for output privates in various bits of code. | 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 |
2006-07-10 | Supply proper NULL-terminated symbol lists to avoid crashing. | Eric Anholt |
2006-07-07 | Initial add of DVO support code. Probes my sil164. | Eric Anholt |