[git pull] right-of support and xorg.conf support for GPU devices

Dave Airlie airlied at gmail.com
Sun Apr 26 20:45:21 PDT 2015


Hi Keith,

These add the following two features:
right-of support for initial startup (breaks ABI)
support for GPU screens in xorg.conf

All patches are reviewed.

I have another pull req for the modesetting driver tiling code, that
I'll send after this, there is only one patch unreviewed in that, and
you have looked at it previously.

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:

  ssh://people.freedesktop.org/~airlied/xserver
a9ac02f6949357619684dd98ff6cf05489e62e55

for you to fetch changes up to a9ac02f6949357619684dd98ff6cf05489e62e55:

  xf86Crtc/monitors: create initial monitors for tiled outputs
(2015-04-27 13:40:41 +1000)

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

Dave Airlie (4):
      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

 hw/xfree86/common/xf86Config.c |  60 +++++++++++++++---
 hw/xfree86/common/xf86Helper.c |  13 +++-
 hw/xfree86/common/xf86str.h    |  10 +++
 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 +-
 12 files changed, 320 insertions(+), 24 deletions(-)


More information about the xorg-devel mailing list