index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
ddc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-26
print_edid: Fix a format string error
Jeremy Huddleston Sequoia
1
-1
/
+1
2021-04-06
xfree86: fix gtf support detection for EDID 1.4
Pascal VITOUX
1
-1
/
+1
2020-07-05
Fix spelling/wording issues
Alan Coopersmith
2
-2
/
+2
2020-06-23
xfree86: add drm modes on non-GTF panels
Aaron Ma
3
-1
/
+46
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
1
-0
/
+15
2016-09-28
xfree86: small memory leaks fixes
David CARLIER
1
-1
/
+1
2016-04-18
xfree86: Create EDID atom from the root window callback (v2)
Adam Jackson
1
-22
/
+9
2016-04-18
xfree86: Remove a never-hit diagnostic message
Adam Jackson
1
-11
/
+4
2016-04-18
xfree86: Make xf86SetDDCproperties work more than once (v2)
Adam Jackson
1
-6
/
+29
2016-04-18
xfree86: Remove some leftovers from DisplayID support
Adam Jackson
2
-9
/
+2
2015-04-21
Convert hw/xfree86 to new *allocarray functions
Alan Coopersmith
1
-1
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
4
-13
/
+13
2014-09-26
xfree86: Remove DisplayID support
Adam Jackson
2
-63
/
+0
2014-01-22
Merge remote-tracking branch 'dlespiau/20131216-4k'
Keith Packard
2
-45
/
+94
2014-01-12
xfree86 warning reduction
Keith Packard
1
-1
/
+1
2014-01-07
xfree86: Refactor xf86MonitorIsHDMI() using xf86MonitorFindHDMIBlock()
Damien Lespiau
1
-45
/
+1
2014-01-07
xfree86: Add a xf86MonitorFindHDMIBlock()
Damien Lespiau
2
-0
/
+93
2013-08-06
Replace INCLUDES with AM_CPPFLAGS
Peter Hutterer
1
-1
/
+1
2013-04-08
Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.
Jeremy White
1
-2
/
+0
2013-02-05
Avoid memory leak in ddc resort() if find_header() fails
Alan Coopersmith
1
-3
/
+4
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
2
-18
/
+15
2012-03-21
Introduce a consistent coding style
Keith Packard
6
-933
/
+1005
2012-01-06
xfree86: Remove the pretense of EDID v2 support
Adam Jackson
1
-43
/
+4
2011-11-23
Remove redundant redeclarations of functions in the same header file
Alan Coopersmith
1
-5
/
+0
2011-04-24
hw/xfree86/ddc: remove duplicated include
Nicolas Kaiser
1
-1
/
+0
2010-12-20
xfree86: Convert some xf86BlockSIGIO to OsBlockSignals
Adam Jackson
1
-7
/
+4
2010-10-18
ddc: Don't probe for DDC/CI or EEPROM
Adam Jackson
1
-4
/
+0
2010-08-20
edid: Adjust rounding of max_clock
Chris Wilson
1
-1
/
+1
2010-08-01
ddc: Fix memory leak in GetEDID_DDC1
Matt Turner
1
-2
/
+5
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
2
-9
/
+9
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
3
-15
/
+15
2009-10-29
EDID: CEA extension support
Ma Ling
4
-224
/
+562
2009-08-28
EDID: Vendor detailed blocks aren't worth X_WARNING about
Adam Jackson
1
-1
/
+1
2009-08-28
EDID: Print 1152x864 in established timings, not x870
Adam Jackson
1
-1
/
+1
2009-07-17
displayid: Implement mode decoding.
Adam Jackson
1
-0
/
+11
2009-07-17
ddc: s/xf86DDCMonitorSet/xf86EdidMonitorSet/
Adam Jackson
2
-2
/
+5
2009-07-17
ddc: Refactor root window property code
Adam Jackson
1
-23
/
+20
2009-07-17
ddc: Don't try to publish a root window property for DisplayID
Adam Jackson
1
-1
/
+4
2009-07-17
ddc: Skeleton for xf86DoDisplayID()
Adam Jackson
1
-1
/
+59
2009-07-17
ddc: mv xf86DDC.c ddc.c
Adam Jackson
2
-1
/
+1
2009-07-17
ddc: Give DisplayID a place to hang its hat
Adam Jackson
1
-1
/
+8
2009-07-17
ddc: Yet more code motion
Adam Jackson
4
-153
/
+122
2009-07-17
ddc: Code motion to eliminate forward decls
Adam Jackson
1
-83
/
+67
2009-07-17
ddc: Update a comment.
Adam Jackson
1
-4
/
+4
2009-06-29
EDID: Fix timing class names to match the spec
Adam Jackson
1
-3
/
+3
2009-06-16
EDID: Carp about 1.4 monitors with no preferred refresh rate
Adam Jackson
1
-2
/
+6
2009-05-22
EDID: Add modes from Established Timings III descriptor to mode pool
Adam Jackson
2
-1
/
+2
2009-05-21
EDID: Be more cautious about finding vendor blocks.
Adam Jackson
1
-2
/
+4
2009-05-14
Update several of my and/or Red Hat's licenses to standard form.
Adam Jackson
2
-20
/
+22
2009-02-27
DDC: Redo extended device probe slightly.
Adam Jackson
1
-1
/
+6
[next]