[git pull] 1.14 randr fixes
Dave Airlie
airlied at gmail.com
Fri Nov 1 01:52:01 CET 2013
Hi,
This is a bunch of patches from master that make the randr and output
hotplugging stuff better on 1.14.
Dave.
The following changes since commit ca11bdc890f14fbe2ab4c32fb7a36ae50672b81a:
Bump version from 1.14.3 to 1.14.3.901. (2013-10-26 13:51:05 -0600)
are available in the git repository at:
ssh://people.freedesktop.org/~airlied/xserver server-1.14-randr-fixes
for you to fetch changes up to f98d6cfa0de41cf33e7555342753897c07af84ef:
randr: deliver Output and Crtc events of attached output providers.
(2013-11-01 10:18:31 +1000)
----------------------------------------------------------------
Aaron Plattner (1):
xfree86: detach scanout pixmaps when detaching output GPUs
Adam Jackson (1):
randr: Fix a copypasta bug in CRTC confinement
Dave Airlie (4):
randr: don't directly set changed bits in randr screen
randr: make SetChanged modify the main protocol screen not the gpu screen
randr: only respected changed on the protocol screen
randr: report changes when we disconnect a GPU slave
Michal Srb (3):
randr: send RRProviderChangeNotify event
randr: send RRResourceChangeNotify event
randr: deliver Output and Crtc events of attached output providers.
hw/xfree86/common/xf86platformBus.c | 6 ++
hw/xfree86/modes/xf86RandR12.c | 21 ++++++-
randr/randr.c | 120 +++++++++++++++++++++++++++++++++++-
randr/randrstr.h | 12 ++++
randr/rrcrtc.c | 6 +-
randr/rrinfo.c | 2 +-
randr/rroutput.c | 7 ++-
randr/rrpointer.c | 2 +-
randr/rrprovider.c | 25 ++++++++
randr/rrscreen.c | 2 +-
10 files changed, 194 insertions(+), 9 deletions(-)
More information about the xorg-devel
mailing list