summaryrefslogtreecommitdiff
path: root/hw/xfree86/ddc/interpret_edid.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Introduce a consistent coding styleKeith Packard1-246/+275
2010-08-20edid: Adjust rounding of max_clockChris Wilson1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-1/+1
2009-10-29EDID: CEA extension supportMa Ling1-104/+271
2009-05-22EDID: Add modes from Established Timings III descriptor to mode poolAdam Jackson1-0/+1
2009-05-21EDID: Be more cautious about finding vendor blocks.Adam Jackson1-2/+4
2009-05-14Update several of my and/or Red Hat's licenses to standard form.Adam Jackson1-10/+11
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-3/+3
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-27Export symbols required by the vesa and fbdev drivers.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-03Add xf86MonitorIsHDMI() helper.Adam Jackson1-0/+53
2008-10-14EDID: Catch even more cases of encoding aspect as size.Adam Jackson1-3/+7
2008-10-10EDID: Catch monitors that encode aspect ratio for physical size.Adam Jackson1-0/+41
2008-06-30Actually fetch all blocks of EEDID if asked to.Adam Jackson1-0/+14
2008-05-27xfree86: fix offset error in EDID parsing. #15964Peter Hutterer1-8/+8
2008-02-29EDID 1.4: Decode additional CVT support information.Adam Jackson1-1/+14
2007-12-28Don't carp on EDID 1.4 blocks anymore.Adam Jackson1-2/+5
2007-12-28EDID 1.4: Extended support for digital interfaces.Adam Jackson1-1/+5
2007-12-28EDID 1.4: Decode CVT 3-byte codes and add them to the mode pool.Adam Jackson1-0/+29
2007-12-28EDID 1.4: Trivial support for new detailed sections.Adam Jackson1-3/+35
2006-12-10Accept EDID > 1.3 but < 2.0 if we find it, assume it's compatible.Adam Jackson1-5/+7
2006-09-14Fix up EDID blocks where the max pixclock exceeds the preferred mode clock.Adam Jackson1-1/+38
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-1/+1
2006-01-31Further bug #5386 fixes: Fix some problems with the EDID code: SomeLuc Verhaegen1-0/+3
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-11-02Removing unneeded private FreeType2 symbol.Egbert Eich1-16/+64
2004-08-27- Make DDC code more VESA compliant: when MaxClock is set to 0xFF it meansEgbert Eich1-1/+3
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
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_0Egbert 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-14Initial revisionKaleb Keithley1-0/+226