summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes
AgeCommit message (Expand)AuthorFilesLines
2015-06-30cursor: drop ARGB_CURSORDave Airlie1-8/+0
2015-05-11Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-0/+2
2015-05-11Merge remote-tracking branch 'airlied/for-keithp'Keith Packard2-8/+195
2015-05-07xfree86: Return NULL from xf86CompatOutput if no compat_output is definedJason Gerecke1-0/+2
2015-04-27xf86Crtc/monitors: create initial monitors for tiled outputsDave Airlie1-0/+66
2015-04-27xf86Crtc: setup tiled monitors correctly in right ofDave Airlie1-0/+61
2015-04-27xf86Crtc: right-of placement by default.Adam Jackson1-8/+68
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith3-22/+21
2015-03-31xf86Crtc: add tile prop settingDave Airlie2-2/+77
2014-11-12Drop trailing whitespacesPeter Hutterer5-16/+16
2014-09-26xfree86: Remove DisplayID supportAdam Jackson2-445/+0
2014-07-31xfree86/modes: rotation damage is automatically destroyed on closeKeith Packard1-0/+2
2014-07-29xfree86: Remove useless #include "fb.h"Adam Jackson1-1/+0
2014-07-17hw/xfree86: Let xf86Rotate leave the BlockHandler unwrapped when possibleKeith Packard1-3/+7
2014-07-17hw/xfree86: Fix block handler wrapping in xf86RotateKeith Packard1-1/+7
2014-04-25hw/xfree86: Restore API compatibility for cursor loading functionsKeith Packard2-13/+51
2014-04-21xf86RandR12: use correct gamma size when allocating gamma tableDominik Behr1-3/+4
2014-04-03Add a return value to load_cursor_argb() to allow it to report failureMichael Thayer2-15/+24
2014-01-30edid: Add quirk for Sony Vaio Pro 13Arun Raghavan1-0/+5
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard3-18/+17
2014-01-22Merge remote-tracking branch 'dlespiau/20131216-4k'Keith Packard1-0/+11
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2014-01-12xfree86 warning reductionKeith Packard6-42/+23
2014-01-07xfree86: Use the TMDS maximum frequency to prune modesDamien Lespiau1-0/+11
2013-11-14xfree86: return NULL for compat output if no outputs.Dave Airlie1-0/+3
2013-10-31DDX/modes: Add a sanity check when using screen sizes from EDIDEgbert Eich1-4/+16
2013-09-10damage: Simplify DamageUnregisterAdam Jackson1-5/+1
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-07-25xfree86: detach scanout pixmaps when detaching output GPUsAaron Plattner1-3/+16
2013-05-15Abstract cursor refcountingPeter Hutterer1-2/+2
2013-05-06xfree86: don't enable anything in xf86InitialConfiguration for GPU screensAaron Plattner1-3/+13
2013-04-30xf86crtc: don't use scrn->display for gpu screensDave Airlie1-7/+11
2013-04-30randr: report changes when we disconnect a GPU slaveDave Airlie1-0/+2
2013-04-29hw/xfree86: Only report SetDesiredModes() failed if at least one modeset failsChris Wilson1-2/+3
2013-04-24Eliminate the use of xf86Rename.hJeremy White5-106/+1
2013-04-08Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.Jeremy White3-0/+5
2013-03-26xserver: add monitor Option "ZoomModes" [v2]vdb@picaros.org1-0/+89
2013-03-01randr: cleanup provider properlyDave Airlie2-10/+24
2013-03-01xf86: actually set the compat output in the failure caseDave Airlie1-2/+4
2013-01-08hw/xfree86: Require only one working CRTC to start the server.Keith Packard1-4/+11
2012-11-27xf86: select a fake output for headless serversChris Wilson1-0/+4
2012-09-19xf86: fix compat output selection for no output GPUsKeith Packard1-1/+2
2012-09-04xf86/crtc: don't free config->nameDave Airlie1-2/+0
2012-08-14Kludge -- Call RandR screen before cleaning up xf86 crtcsKeith Packard1-4/+7
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith2-154/+139
2012-08-06xfree86: When xf86CrtcCloseScreen is called, the randr CRTCs are goneKeith Packard1-3/+0
2012-08-06xf86RandR12: Don't call ConstrainCursorHarder() if panning is enabledRui Matos1-4/+34
2012-08-06randr: Fix up yet another corner case in preferred mode selectionAdam Jackson1-2/+6
2012-07-11xfree86: Strip dangling pointers from desiredModeMaarten Lankhorst3-4/+19
2012-07-07xf86: add callback for offloak sink setting support.Dave Airlie2-1/+32