summaryrefslogtreecommitdiff
path: root/hw/xfree86/ddc
AgeCommit message (Expand)AuthorFilesLines
2007-07-14MakeAtom needs length without trailing NUL. sizeof("string") includes NUL.Keith Packard1-2/+2
2007-06-02Delete VDIF support; it was never used anyway.Adam Jackson8-596/+3
2007-04-26Remove old edid_modes.c, it lives in hw/xfree86/modes/ now.Adam Jackson1-361/+0
2007-03-28Refuse to create tiny modes from EDID detailed timing.Adam Jackson1-0/+13
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-15Kludge around duplicate code added in hw/xfree86/modes.Keith Packard1-2/+1
2007-02-15Merge crtc/output-based mode selection code.Keith Packard3-4/+8
2006-12-10Accept EDID > 1.3 but < 2.0 if we find it, assume it's compatible.Adam Jackson2-8/+7
2006-11-28Separate DDC mode list creation from MonPtr creation.Eric Anholt2-23/+45
2006-11-28Replace bad mode name-setting code with xf86SetModeDefaultName().Eric Anholt1-4/+2
2006-11-28Clean up a bunch of long lines and trailing whitespace.Eric Anholt1-23/+25
2006-11-28Move code to get a mode list from EDID data from ddcProperty.c to edid_modes.c.Eric Anholt3-293/+330
2006-11-28Typo that was missed in testing.Eric Anholt1-1/+1
2006-11-27Move mode handling helpers from ddcProperty.c to xf86Mode.c.Eric Anholt1-95/+4
2006-11-27Merge branch 'randr-1.2'Eric Anholt1-1/+1
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-1/+1
2006-09-14Mark EDID modes as driver modes. Infer virtual size from driver modes.Adam Jackson1-8/+15
2006-09-14Publish the raw EDID block as a property on the root window.Adam Jackson1-3/+88
2006-09-14Fix up EDID blocks where the max pixclock exceeds the preferred mode clock.Adam Jackson1-1/+38
2006-09-14Allow hsync and vsync ranges to be overridden independently again.Adam Jackson1-15/+32
2006-09-14Record all standard timings from EDID as modes, instead of just the first five.Adam Jackson1-1/+1
2006-09-14Record the maximum dot clock of the monitor, and filter by it.Adam Jackson1-1/+5
2006-09-14Don't translate monitor gamma to X gamma.Adam Jackson1-6/+0
2006-09-14Bug #5386: Synthesize modelines from EDID data.Luc Verhaegen2-127/+378
2006-07-21Delete internal usage of the symbol ref/req lists.Adam Jackson1-17/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson9-9/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-3/+1
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-04-04Bug #4806: Dump the raw EDID contents in hex to the log file for betterAdam Jackson1-0/+15
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt5-5/+4
2006-01-31Further bug #5386 fixes: Fix some problems with the EDID code: SomeLuc Verhaegen2-2/+6
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+1
2005-11-18Bug #4859: Don't segfault on bad DDC read. (Tony Houghton)Adam Jackson1-5/+8
2005-10-01Adding more doc files & fbdevhw man pageAlan Coopersmith1-1/+1
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone3-13/+0
2005-07-13Dear libtool: Loadable modules do not need version numbers. kthnxbye.Adam Jackson1-0/+2
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone6-6/+6
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone10-0/+40
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-0/+2
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone6-6/+6
2005-07-01Adding initial build system.Daniel Stone1-0/+9
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone3-3/+3
2005-01-11Minor format fix.Egbert Eich1-1/+0
2004-11-02Removing unneeded private FreeType2 symbol.Egbert Eich3-38/+173
2004-08-27- Make DDC code more VESA compliant: when MaxClock is set to 0xFF it meansEgbert Eich1-1/+3
2004-08-03programs/Xserver/hw/xfree86/ddc/xf86DDC.hMatthieu Herrb1-1/+1