summaryrefslogtreecommitdiff
path: root/hw/xfree86/ddc/ddc.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-28xfree86: small memory leaks fixesDavid CARLIER1-1/+1
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-5/+5
2014-09-26xfree86: Remove DisplayID supportAdam Jackson1-58/+0
2014-01-12xfree86 warning reductionKeith Packard1-1/+1
2013-02-05Avoid memory leak in ddc resort() if find_header() failsAlan Coopersmith1-3/+4
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-14/+11
2012-03-21Introduce a consistent coding styleKeith Packard1-162/+189
2010-12-20xfree86: Convert some xf86BlockSIGIO to OsBlockSignalsAdam Jackson1-7/+4
2010-10-18ddc: Don't probe for DDC/CI or EEPROMAdam Jackson1-4/+0
2010-08-01ddc: Fix memory leak in GetEDID_DDC1Matt Turner1-2/+5
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-8/+8
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-13/+13
2009-07-17ddc: Skeleton for xf86DoDisplayID()Adam Jackson1-1/+59
2009-07-17ddc: mv xf86DDC.c ddc.cAdam Jackson1-0/+449