summaryrefslogtreecommitdiff
path: root/hw/xfree86/ddc/xf86DDC.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-17ddc: mv xf86DDC.c ddc.cAdam Jackson1-449/+0
2009-07-17ddc: Yet more code motionAdam Jackson1-1/+120
2009-07-17ddc: Code motion to eliminate forward declsAdam Jackson1-83/+67
2009-07-17ddc: Update a comment.Adam Jackson1-4/+4
2009-02-27DDC: Redo extended device probe slightly.Adam Jackson1-1/+6
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-3/+3
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade1-3/+3
2008-10-10Revert "Don't leak EDID_block"Adam Jackson1-1/+0
2008-10-10Don't leak EDID_blockZhenyu Wang1-0/+1
2008-06-30Actually fetch all blocks of EEDID if asked to.Adam Jackson1-16/+16
2008-03-28Compile fix.Adam Jackson1-1/+1
2008-03-28Add E-EDID segment selection.Adam Jackson1-34/+71
2008-03-28Refactor DDC2 code to allow for proper segmented addressing.Adam Jackson1-68/+64
2008-03-28Start E-EDID support in the DDC module.Adam Jackson1-29/+45
2008-03-01clean some "unused" warningsGeorge Sapountzis1-9/+0
2007-06-02Delete VDIF support; it was never used anyway.Adam Jackson1-41/+0
2007-03-25Since ddc, i2c, and ramdac are in core now, remove their ModuleData stubs.Adam Jackson1-46/+0
2007-03-17Slow down DDC I2C bus using a RiseFallTime of 20us for old monitors.Keith Packard1-0/+6
2007-03-17Remove extra (and wrong) I2C ByteTimeout setting in DDC code.Keith Packard1-1/+0
2007-02-15Merge crtc/output-based mode selection code.Keith Packard1-0/+4
2006-07-21Delete internal usage of the symbol ref/req lists.Adam Jackson1-17/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-2/+0
2006-06-18Add a couple of (doxygen) comments I wrote while looking at modesetting.Eric Anholt1-0/+22
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson1-12/+1
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-1/+1
2005-11-18Bug #4859: Don't segfault on bad DDC read. (Tony Houghton)Adam Jackson1-5/+8
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2004-07-31Change several LoaderSymbol calls introduced by the bug #400 patch toAdam Jackson1-3/+3
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-2/+2
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-19/+20
2003-11-14Initial revisionKaleb Keithley1-0/+379