summaryrefslogtreecommitdiff
path: root/src/i830_dvo.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-28Remove useless loader symbol lists.Adam Jackson1-29/+0
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt1-2/+2
2008-08-05Reorganize VBIOS codeJesse Barnes1-20/+23
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade1-0/+2
2008-03-17Add support for new ->get_crtc output callbacksJesse Barnes1-1/+16
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-2/+2
2008-02-22Add quirk for DVO channel selectionJesse Barnes1-1/+7
2008-02-05xf86-video-intel: fix ivch using wrong dvo registerliuhong1-1/+1
2007-10-01Fix probing of the sample CH7017 device I found by allowing GPIO overrides.Eric Anholt1-2/+8
2007-10-01Enable CH7017/7018 DVO driver by default.Eric Anholt1-6/+8
2007-06-30Fix load detection to use border region instead of blanking.Keith Packard1-2/+2
2007-06-22Bug #11171: Add support for the Ti TFP410 DVO TMDS transmitter.Dave Mueller1-0/+13
2007-06-22Move the ivch's fixed panel mode support to i830_dvo.c for other LVDS drivers.Eric Anholt1-15/+68
2007-06-21Eliminate some uninitialized variable warningsKeith Packard1-0/+1
2007-05-17Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.Keith Packard1-14/+28
2007-05-16Change DVO module interface to pass more state across. Fix IVCH display.Keith Packard1-52/+69
2007-05-02Make up a fixed panel timing for DVO LVDS, and use DVOA for DVO LVDS.Eric Anholt1-7/+89
2007-05-02Make the DVO output name LVDS if it's an LVDS chip.Eric Anholt1-17/+27
2007-04-25Implement the custom I2C protocol used by the ivch DVO.Kristian Høgsberg1-4/+2
2007-04-17Add all the possible ivch slave addresses (still commented out).Eric Anholt1-1/+7
2007-03-16Add the (afaict) correct ch7017 I2C slave address.Eric Anholt1-1/+1
2007-03-04Support new CRTC/Output prepare/commit hooks.Keith Packard1-0/+3
2007-01-02Use correct variable to initialize DVO I2C bus.Dave Airlie1-1/+1
2006-12-30Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.Keith Packard1-0/+2
2006-12-28Add WIP CH7017 LVDS driver. This is disconnected because it's untested.Eric Anholt1-0/+10
2006-12-28Add WIP IVCH (i82807aa) driver.Eric Anholt1-1/+12
2006-12-28Reformat the DVO drivers table to be a bit more normal style.Eric Anholt1-4/+4
2006-12-28Move dvo driver detection into i830_dvo_init(), and use GPIOB for LVDS drivers.Eric Anholt1-54/+55
2006-12-18Add a detect() function for DVO chips, and implement it on sil164.Eric Anholt1-1/+4
2006-12-18Clean up i2c_vid interface, including de-StudlyCapsing and removing dead code.Eric Anholt1-8/+11
2006-12-18Fix DVO mode valid function to not throw out all modes.Eric Anholt1-5/+3
2006-12-13Rename outputs to TMDS-1/TMDS-2, LVDS, TV and VGA.Keith Packard1-1/+1
2006-12-06Merge branch 'modesetting' into nonrandr-setupKeith Packard1-20/+29
2006-12-06Use xf86 structures for default config instead of RandR.Keith Packard1-2/+3
2006-12-05WIP code to move mode set sequencing to XFree86 handlers.Eric Anholt1-20/+29
2006-11-27Move crtc/output config to sub-structure.Keith Packard1-16/+16
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard1-50/+95
2006-11-01Move mode lists from per-pipe to per-output.Eric Anholt1-0/+5
2006-10-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt1-0/+1
2006-10-31Move output connection detection to a per-output method.Eric Anholt1-0/+12
2006-10-16Add a per-output mode-valid method.Eric Anholt1-5/+13
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt1-1/+50
2006-10-05Remove checks for output privates in various bits of code.Eric Anholt1-10/+1
2006-10-05Give each output type an init method in its file, making other methods static.Eric Anholt1-6/+45
2006-10-04Move the save, restore, and DPMS per-output settings to per-output files.Eric Anholt1-0/+45
2006-07-10Supply proper NULL-terminated symbol lists to avoid crashing.Eric Anholt1-2/+4
2006-07-07Initial add of DVO support code. Probes my sil164.Eric Anholt1-0/+84