[git pull] second pull - randr changes + modesetting changes

Dave Airlie airlied at gmail.com
Sun May 3 16:45:21 PDT 2015


I think I messed up a bit on the previous one, but I may as well try
and send all of it,

The MST support patch has no r-b tag, but I think you looked at it a
lot and I removed the option
from it.

Dave.

The following changes since commit b1029716e41e252f149b82124a149da180607c96:

  systemd-logind: don't second guess D-Bus default timeout (2015-04-17
10:57:48 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/xserver for-keithp

for you to fetch changes up to 8fb8bbb3062f1a06621ab7030a9e89d5e8367b35:

  modesetting: add tile property support (v2.1) (2015-04-27 13:40:41 +1000)

----------------------------------------------------------------
Adam Jackson (1):
      xf86Crtc: right-of placement by default.

Dave Airlie (7):
      xserver: add xorg.conf support for gpu devices. (v2.1)
      xfree86: attempt to autoconfig gpu slave devices (v3)
      xf86Crtc: setup tiled monitors correctly in right of
      xf86Crtc/monitors: create initial monitors for tiled outputs
      modesetting: stop caching mode resources
      modesetting: add dynamic connector hotplug support (MST) (v3)
      modesetting: add tile property support (v2.1)

 hw/xfree86/common/xf86Config.c                   |  60 ++++-
 hw/xfree86/common/xf86Helper.c                   |  13 +-
 hw/xfree86/common/xf86str.h                      |  10 +
 hw/xfree86/drivers/modesetting/drmmode_display.c | 287 ++++++++++++++++++++---
 hw/xfree86/drivers/modesetting/drmmode_display.h |   2 +-
 hw/xfree86/man/xorg.conf.man                     |  13 +
 hw/xfree86/modes/xf86Crtc.c                      | 137 ++++++++++-
 hw/xfree86/modes/xf86RandR12.c                   |  66 ++++++
 hw/xfree86/parser/Configint.h                    |   2 +
 hw/xfree86/parser/Screen.c                       |  22 +-
 hw/xfree86/parser/xf86Parser.h                   |   5 +
 hw/xfree86/parser/xf86tokens.h                   |   1 +
 randr/randrstr.h                                 |   9 +
 randr/rrmonitor.c                                |   6 +-
 14 files changed, 577 insertions(+), 56 deletions(-)


More information about the xorg-devel mailing list