summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes
AgeCommit message (Expand)AuthorFilesLines
2008-01-26Merge branch 'master' into mpxPeter Hutterer2-10/+29
2008-01-23Bug #12439: add a quirk to use +hsync +vsync for the probed detailed mode.Hong Liu1-9/+28
2008-01-15xf86Cursors: fix memset for non-square cursorsDave Airlie1-1/+1
2008-01-10Merge branch 'master' into mpxPeter Hutterer4-5/+47
2008-01-03Fix potential crasher in xf86CrtcRotate()Alex Deucher1-1/+2
2008-01-03Merge branch 'master' into mpxPeter Hutterer6-61/+169
2007-12-28EDID 1.4: First detailed mode is always preferred.Adam Jackson1-0/+2
2007-12-28EDID 1.4: Decode CVT 3-byte codes and add them to the mode pool.Adam Jackson1-0/+34
2007-12-28Add HDMI and DisplayPort connector types.Adam Jackson2-4/+9
2007-12-14Merge branch 'master' into XACE-SELINUXEamon Walsh2-21/+53
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh3-25/+102
2007-12-13Correct the documentation comments in xf86Modes.cAdam Jackson1-18/+6
2007-12-13Add infrastructure for validating modes by memory bandwidth.Adam Jackson2-0/+42
2007-12-13Explain a confusing #ifdef.Adam Jackson1-4/+6
2007-12-05Bug 13308: Verify and reject obviously broken modes.Hong Liu1-0/+6
2007-12-04xf86crtc: oh mon could be NULL, so check before quirksDave Airlie1-1/+2
2007-12-04xf86Crtc: pass correct parameter.Dave Airlie1-1/+1
2007-11-30edid quirk for MAX 0x77e monitorDave Airlie1-1/+2
2007-11-29modes: use xf86RandR12Index to stop illegal accessDave Airlie1-12/+18
2007-11-29randr: make randr code not segfault when xinerama setDave Airlie1-3/+10
2007-11-27RANDR 1.2: Only enable unknown outputs if there are no connected outputs.Adam Jackson1-5/+27
2007-11-26Initialize Mode with 0 in xf86RandRModeConvert.Matthias Hopf1-4/+1
2007-11-23Don't segfault if referring to a relative output where no modes survived.Matthias Hopf1-0/+10
2007-11-23Fix initial placement of LeftOf and Above.Matthias Hopf1-2/+2
2007-11-23Adjust offsets of modes that do not fit virtual screen size.Matthias Hopf1-1/+25
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh2-6/+7
2007-11-19DEFAULT_DPI was undefined here.Michel Dänzer1-0/+1
2007-11-18Bug #12932: Use DEFAULT_DPI in randr1.2 instead of hardcoded 96.Tormod Volden2-6/+6
2007-11-07Merge branch 'master' into mpxPeter Hutterer9-166/+486
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh3-17/+17
2007-11-05XFree86: Remove usage of allocaDaniel Stone1-13/+13
2007-11-02Always duplicate mode name when duplicating a mode.Matthias Hopf1-2/+1
2007-10-26Nuke superfluous ",", added missing include for xf86i2c.h.Matthias Hopf1-2/+3
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh3-9/+37
2007-10-24Prefer configured DisplaySize to probed DDC data, if available.Matthias Hopf1-2/+12
2007-10-22Leave hardware-specified preferred modes alone when user preference exists.Keith Packard1-2/+1
2007-10-18Add a quirk for Philips 107P5 which lacks the preferred bit on detailed timing.Eric Anholt1-5/+24
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh5-72/+213
2007-10-17Make config file preferred mode override monitor preferred mode.Keith Packard2-31/+27
2007-10-11Bug #10304,12784,11603: Add quirks for several physical size issues.Eric Anholt3-36/+180
2007-10-11Make mode checking more tolerant like in pre-RandR times.Matthias Hopf1-5/+6
2007-09-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+4
2007-09-22Document xf86_crtc_clip_video_helper better.Alex Deucher1-1/+4
2007-09-22Revert "Fix possible crash if Xv window is outside of either crtc"Alex Deucher1-3/+1
2007-09-22Fix possible crash if Xv window is outside of either crtcMichel Dänzer1-1/+3
2007-08-30devPrivates rework: convert CursorRec and CursorBits over to new interface.Eamon Walsh1-2/+3
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-8/+5
2007-08-23randr: fixup crtc and output destroyDave Airlie1-2/+2
2007-08-22Add _X_EXPORT to exported functions in hw/xfree86/modes/*Alex Deucher7-65/+65
2007-08-20Screen size changing should leave FB alone when X is inactive.Keith Packard1-2/+2