[git pull] GPU hotplugging VT switch support

Dave Airlie airlied at gmail.com
Thu Apr 11 17:02:22 PDT 2013


Hi Keith,

3 reviewed patches to add a new VT owner interface, use it, then avoid
doing GPU hotplugging while
we are VT switched away.

Dave.

The following changes since commit ecf62755086fd65898998d5a509aee5f29a9583d:

  Define prototypes for hw/xfree86/modes/xf86Modes.c only in
xf86Modes.h. (2013-04-08 09:19:34 -0700)

are available in the git repository at:

  ssh://people.freedesktop.org/~airlied/xserver for-keithp-gpu-vt-owner

for you to fetch changes up to 22cab8a28a433d03a4e6ba97f9a160271d73cb52:

  xf86: don't hotplug output devices while VT switched. (2013-04-12
10:01:23 +1000)

----------------------------------------------------------------
Dave Airlie (3):
      xfree86: add VT owner interface
      xf86: use new xf86VTOwner interface in a few places
      xf86: don't hotplug output devices while VT switched.

 hw/xfree86/common/xf86.h                   |  1 +
 hw/xfree86/common/xf86Events.c             | 15 +++++++++-
 hw/xfree86/common/xf86Init.c               |  2 +-
 hw/xfree86/common/xf86Xinput.c             |  2 +-
 hw/xfree86/common/xf86platformBus.c        | 19 +++++++++++++
 hw/xfree86/common/xf86platformBus.h        |  4 +++
 hw/xfree86/os-support/linux/lnx_platform.c | 45 ++++++++++++++++++++++++++----
 hw/xfree86/os-support/solaris/sun_init.c   |  2 +-
 hw/xfree86/os-support/xf86_OSproc.h        |  3 ++
 include/hotplug.h                          |  1 +
 10 files changed, 85 insertions(+), 9 deletions(-)


More information about the xorg-devel mailing list