summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes
AgeCommit message (Expand)AuthorFilesLines
2007-10-26Nuke superfluous ",", added missing include for xf86i2c.h.Matthias Hopf1-2/+3
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-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-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-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
2007-08-20Ref count cursors used in hw/xfree86/modes code.Keith Packard1-0/+11
2007-08-20move intel crtc xv clipping helper to the xserverAlex Deucher2-0/+137
2007-08-08Fix the swapped decode of the EDID DTD h/v sync polarity fields.Eric Anholt1-43/+10
2007-08-08[PATCH] Allocate the right number of entries for saving crtcsGustavo Pichorim Boiko1-1/+1
2007-07-31Revert "Fix RandR 1.2 conversion of two colour to ARGB cursor on MSB first pl...Dave Airlie1-0/+2
2007-07-26Include picturestr.h in xf86Crtc.h to pick up definition of PictTransform.Aaron Plattner1-0/+1
2007-07-25Fix RandR 1.2 conversion of two colour to ARGB cursor on MSB first platforms.Michel Dänzer1-2/+0
2007-07-23Set the crtc before the output change is notifiedGustavo Pichorim Boiko1-1/+0
2007-07-19Make PreferredMode option in config file override EDID mode preferences.Keith Packard1-1/+2
2007-07-19Query modes on disabled (but not ignored) outputs.Keith Packard1-1/+1
2007-07-19Make pending property changes trigger mode setting.Keith Packard1-0/+4
2007-07-14MakeAtom needs length without trailing NUL. sizeof("string") includes NUL.Keith Packard1-1/+1
2007-07-14Add RandR reflection support.Keith Packard4-139/+369
2007-07-10Add per-monitor config file option for maximum pixel clock.Adam Jackson1-2/+3
2007-07-02Bug #10814: Add needed quirk for Samsung 225BW like the 226BW.Gero Mudersbach1-2/+7
2007-07-02Correct the xf86EdidModes.c file description.Eric Anholt1-2/+3
2007-06-29Death to RCS tags.Adam Jackson2-6/+0
2007-06-22Skip driver mode detection/configuration when !vtSema.Keith Packard1-3/+21
2007-06-08Fix sync polarity on Samsung SyncMaster 205BW monitor.Daniel Ciocea1-1/+5
2007-05-30Fix mode validation against the maximum X/Y values configuredAlan Hourihane1-2/+9
2007-05-17Use Screen block handler for rotation to draw under DRI lock.Keith Packard2-25/+23
2007-05-17Disable all outputs and crtcs at startup.Keith Packard1-1/+19
2007-04-24Include xf86Rename.h in xf86RandR12.h.Aaron Plattner1-0/+3
2007-04-22Adjust the screen pixmap's dimensions in xf86RandR12ScreenSetSize.Aaron Plattner1-2/+3
2007-04-20Don't call xf86RandR12TellChanged if it doesn't exist. Add some exports to xf...Aaron Plattner2-0/+11
2007-04-19Disable SourceValidate in rotation to capture cursor.Keith Packard1-2/+13
2007-04-19Was accidentally disabling rotation updates in mode set.Keith Packard1-2/+3
2007-04-19Revert "Suppress software cursor removal during rotated shadow buffer drawing."Keith Packard1-9/+1
2007-04-18Suppress software cursor removal during rotated shadow buffer drawing.Eric Anholt1-1/+9
2007-04-17Syncmaster 226 monitor needs 60Hz refresh (#10545).Erik Andrén1-0/+5
2007-04-16Allow outputs to be explicitly enabled in config, overriding detect.Keith Packard1-10/+35
2007-04-16Use default screen monitor for one of the outputs.Keith Packard2-4/+39
2007-04-16Add quirk for Acer AL1706 monitor to force 60hz refresh.Keith Packard1-0/+5
2007-04-10Disable CRTC when SetSingleMode has no matching mode. Update RandR as well.Keith Packard3-2/+31
2007-04-02Don't erase current crtc for outputs on CloseScreenKeith Packard1-1/+0
2007-04-02Move modes/ debugging output under Option "ModeDebug" in the Device section.Eric Anholt2-20/+45
2007-03-28Refuse to create tiny modes from EDID detailed timing.Adam Jackson1-0/+13