summaryrefslogtreecommitdiff
path: root/hw/xfree86/ddc
AgeCommit message (Expand)AuthorFilesLines
2022-06-26print_edid: Fix a format string errorJeremy Huddleston Sequoia1-1/+1
2021-04-06xfree86: fix gtf support detection for EDID 1.4Pascal VITOUX1-1/+1
2020-07-05Fix spelling/wording issuesAlan Coopersmith2-2/+2
2020-06-23xfree86: add drm modes on non-GTF panelsAaron Ma3-1/+46
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+15
2016-09-28xfree86: small memory leaks fixesDavid CARLIER1-1/+1
2016-04-18xfree86: Create EDID atom from the root window callback (v2)Adam Jackson1-22/+9
2016-04-18xfree86: Remove a never-hit diagnostic messageAdam Jackson1-11/+4
2016-04-18xfree86: Make xf86SetDDCproperties work more than once (v2)Adam Jackson1-6/+29
2016-04-18xfree86: Remove some leftovers from DisplayID supportAdam Jackson2-9/+2
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer4-13/+13
2014-09-26xfree86: Remove DisplayID supportAdam Jackson2-63/+0
2014-01-22Merge remote-tracking branch 'dlespiau/20131216-4k'Keith Packard2-45/+94
2014-01-12xfree86 warning reductionKeith Packard1-1/+1
2014-01-07xfree86: Refactor xf86MonitorIsHDMI() using xf86MonitorFindHDMIBlock()Damien Lespiau1-45/+1
2014-01-07xfree86: Add a xf86MonitorFindHDMIBlock()Damien Lespiau2-0/+93
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-04-08Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.Jeremy White1-2/+0
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 Airlie2-18/+15
2012-03-21Introduce a consistent coding styleKeith Packard6-933/+1005
2012-01-06xfree86: Remove the pretense of EDID v2 supportAdam Jackson1-43/+4
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith1-5/+0
2011-04-24hw/xfree86/ddc: remove duplicated includeNicolas Kaiser1-1/+0
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-20edid: Adjust rounding of max_clockChris Wilson1-1/+1
2010-08-01ddc: Fix memory leak in GetEDID_DDC1Matt Turner1-2/+5
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov2-9/+9
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov3-15/+15
2009-10-29EDID: CEA extension supportMa Ling4-224/+562
2009-08-28EDID: Vendor detailed blocks aren't worth X_WARNING aboutAdam Jackson1-1/+1
2009-08-28EDID: Print 1152x864 in established timings, not x870Adam Jackson1-1/+1
2009-07-17displayid: Implement mode decoding.Adam Jackson1-0/+11
2009-07-17ddc: s/xf86DDCMonitorSet/xf86EdidMonitorSet/Adam Jackson2-2/+5
2009-07-17ddc: Refactor root window property codeAdam Jackson1-23/+20
2009-07-17ddc: Don't try to publish a root window property for DisplayIDAdam Jackson1-1/+4
2009-07-17ddc: Skeleton for xf86DoDisplayID()Adam Jackson1-1/+59
2009-07-17ddc: mv xf86DDC.c ddc.cAdam Jackson2-1/+1
2009-07-17ddc: Give DisplayID a place to hang its hatAdam Jackson1-1/+8
2009-07-17ddc: Yet more code motionAdam Jackson4-153/+122
2009-07-17ddc: Code motion to eliminate forward declsAdam Jackson1-83/+67
2009-07-17ddc: Update a comment.Adam Jackson1-4/+4
2009-06-29EDID: Fix timing class names to match the specAdam Jackson1-3/+3
2009-06-16EDID: Carp about 1.4 monitors with no preferred refresh rateAdam Jackson1-2/+6
2009-05-22EDID: Add modes from Established Timings III descriptor to mode poolAdam Jackson2-1/+2
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 Jackson2-20/+22
2009-02-27DDC: Redo extended device probe slightly.Adam Jackson1-1/+6