index
:
~whot/xserver
1.8-fixes
barriers
barriers-try-5
cleanup
devel
driver-integration-testing
driver-merge
extmod-changes
for-keith
input-api
inputproto-2.1-devel
integration-testing
masked-valuators
master
mt-devel
mt-devel2
multitouch
multitouch-devel-history
multitouch-from-scratch
next
next-all
pointer-barriers
queue
record
review/xsync-transition-bug-59644
rhel6-two-screen-coordinates
rhel6-two-screen-coordinates-with-doubles
server-1.10-branch
server-1.10-input
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.14-touch-fixes
server-1.15-branch
server-1.17-branch
server-1.19-branch
server-1.8-branch
server-1.9-input
sigsafe-logging-varargs
single-master-device
smooth-scrolling
touch-grab-race-condition-56578
touch-grab-race-condition-56578-v2
touch-grab-race-condition-56578-v3
two-screen-coordinates
unreviewed
wip/logind-integration
wip/touchpad-resolution-scaling
wip/xsync-transition-bug-59644
wip/xwayland-tablet
X Server input fixes.
whot
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
modes
/
xf86EdidModes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-20
xfree86: Edid quirk for Philips LCD LP154W01
Zhao Yakui
1
-5
/
+10
2009-10-29
EDID: Extend the HDTV hack to handle "1368x769"
Adam Jackson
1
-2
/
+4
2009-10-29
modes: Fix duplicate detection, and do it more consistently
Adam Jackson
1
-0
/
+2
2009-10-29
EDID: Fix interlaced detailed timings to be frame size, not field size
Adam Jackson
1
-1
/
+40
2009-10-29
modes: Decorate interlaced mode names with a trailing 'i'
Adam Jackson
1
-2
/
+2
2009-10-29
EDID: CEA extension support
Ma Ling
1
-135
/
+254
2009-10-28
xfree86: Fix description of DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZE
Tormod Volden
1
-1
/
+1
2009-09-28
xfree86: use the DDC size if either width or height of DisplaySize is bogus.
Peter Hutterer
1
-1
/
+1
2009-07-17
displayid: Implement mode decoding.
Adam Jackson
1
-2
/
+2
2009-07-17
ddc: s/xf86DDCMonitorSet/xf86EdidMonitorSet/
Adam Jackson
1
-1
/
+1
2009-06-23
quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)
Ben Skeggs
1
-0
/
+5
2009-05-22
EDID: Add modes from Established Timings III descriptor to mode pool
Adam Jackson
1
-3
/
+84
2009-05-15
xfree86: add edid quirk for Samsung Syncmaster 2333HD
Julien Cristau
1
-0
/
+5
2009-04-22
Bug#21324: Add quirk for Iiyama Vision Master 450
Julien Cristau
1
-0
/
+5
2009-04-01
xfree86: edid quirk for Philips LCD LP154W01-TLAJ
Tormod Volden
1
-0
/
+5
2009-02-13
Build fix for xf86EdidModes.c
Chris Ball
1
-1
/
+1
2009-02-13
EDID: Hack for 1366x768 in standard timing descriptors
Adam Jackson
1
-11
/
+19
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-3
/
+3
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-25
Fix const-mismatch warnings for DisplayModePtr's
Alan Coopersmith
1
-2
/
+2
2008-07-22
Build fix.
Adam Jackson
1
-0
/
+1
2008-07-21
EDID: Various reduced blanking fixes.
Adam Jackson
1
-14
/
+41
2008-07-21
EDID: For standard timing blocks, prefer DMT timings if they exist.
Adam Jackson
1
-12
/
+128
2008-07-21
EDID: Correct DDCEstablishedModes to conform to DMT.
Adam Jackson
1
-6
/
+11
2008-07-21
EDID: Add quirk to clamp max pixel clock to single DVI link speed.
Adam Jackson
1
-0
/
+21
2008-05-06
xf86edid: fix typo in debug output
Dave Airlie
1
-1
/
+1
2008-04-09
quirk: add quirk for ACR 640x350 default mode is wrong
Dave Airlie
1
-0
/
+6
2008-04-04
quirk: add quirk for ACER EDID
Dave Airlie
1
-0
/
+5
2008-04-02
Bug #15160: quirk Proview AY765C
Hong Liu
1
-0
/
+5
2008-03-27
quirk: fix LPL monitors properly.
Dave Airlie
1
-8
/
+1
2008-03-06
Get modes code building with old X servers again.
Aaron Plattner
1
-0
/
+4
2008-03-03
xf86DDCMonitorSet: Honor the DisplaySize from the config file.
Adam Jackson
1
-2
/
+4
2008-02-29
Fix CVT abuse in DDCModesFromStandardTiming.
Adam Jackson
1
-8
/
+32
2008-02-29
Constify the built-in mode tables.
Adam Jackson
1
-21
/
+21
2008-02-29
Clean up DisplayModeRec handling in many places.
Adam Jackson
1
-2
/
+1
2008-02-29
Add several comments documenting our EDID failures.
Adam Jackson
1
-3
/
+24
2008-02-28
Oops, there's one more parenthesis.
Tiago Vignatti
1
-1
/
+1
2008-02-28
quirks: another LPL panel with the cm/mm wrong
Dave Airlie
1
-1
/
+2
2008-01-23
Bug #12439: add a quirk to use +hsync +vsync for the probed detailed mode.
Hong Liu
1
-9
/
+28
2007-12-28
EDID 1.4: First detailed mode is always preferred.
Adam Jackson
1
-0
/
+2
2007-12-28
EDID 1.4: Decode CVT 3-byte codes and add them to the mode pool.
Adam Jackson
1
-0
/
+34
2007-12-05
Bug 13308: Verify and reject obviously broken modes.
Hong Liu
1
-0
/
+6
2007-11-30
edid quirk for MAX 0x77e monitor
Dave Airlie
1
-1
/
+2
2007-10-18
Add a quirk for Philips 107P5 which lacks the preferred bit on detailed timing.
Eric Anholt
1
-5
/
+24
2007-10-11
Bug #10304,12784,11603: Add quirks for several physical size issues.
Eric Anholt
1
-35
/
+172
2007-08-22
Add _X_EXPORT to exported functions in hw/xfree86/modes/*
Alex Deucher
1
-2
/
+2
2007-08-08
Fix the swapped decode of the EDID DTD h/v sync polarity fields.
Eric Anholt
1
-43
/
+10
2007-07-10
Add per-monitor config file option for maximum pixel clock.
Adam Jackson
1
-2
/
+3
2007-07-02
Bug #10814: Add needed quirk for Samsung 225BW like the 226BW.
Gero Mudersbach
1
-2
/
+7
2007-07-02
Correct the xf86EdidModes.c file description.
Eric Anholt
1
-2
/
+3
[next]