[PULL] OutputClass and autoloading of drivers for non-PCI devices

Aaron Plattner aplattner at nvidia.com
Wed Feb 26 13:46:56 PST 2014


Dear Keith,

The following changes since commit f34dc7fa96457ea6a0703493d74e63cca357712e:

  XQuartz: pointer -> void * (2014-02-14 00:33:38 -0800)

are available in the git repository at:

  git://people.freedesktop.org/~aplattner/xserver tags/outputclass

for you to fetch changes up to 319d9c857e7a4c9d3653389e847e5c16fbfb3256:

  xfree86: Make error message more readable (2014-02-25 14:02:29 -0800)

----------------------------------------------------------------
Adds the "OutputClass" section to xorg.conf.  From the review thread,
Subject: [PATCH v2 0/5] Support autoloading of non-PCI drivers

----------------------------------------------------------------
Thierry Reding (5):
      xfree86: Make driver matching consistent
      xfree86: Store kernel driver name in platform device attribute
      xfree86: Introduce OutputClass configuration
      xfree86: Support driver loading via OutputClass
      xfree86: Make error message more readable

 hw/xfree86/common/xf86AutoConfig.c         |   2 +-
 hw/xfree86/common/xf86pciBus.c             |  24 ++++------
 hw/xfree86/common/xf86pciBus.h             |   5 +-
 hw/xfree86/common/xf86platformBus.c        |  85 ++++++++++++++++++++++++++++++++--
 hw/xfree86/man/xorg.conf.man               |  77 +++++++++++++++++++++++++++++++
 hw/xfree86/os-support/linux/lnx_platform.c |  17 ++++++-
 hw/xfree86/parser/Makefile.am              |   1 +
 hw/xfree86/parser/OutputClass.c            | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/xfree86/parser/configProcs.h            |   5 ++
 hw/xfree86/parser/read.c                   |   6 +++
 hw/xfree86/parser/write.c                  |   2 +
 hw/xfree86/parser/xf86Parser.h             |   9 ++++
 include/hotplug.h                          |   2 +
 13 files changed, 378 insertions(+), 24 deletions(-)
 create mode 100644 hw/xfree86/parser/OutputClass.c


More information about the xorg-devel mailing list