[PATCH v2 RESEND 0/5] Support autoloading of non-PCI drivers

Aaron Plattner aplattner at nvidia.com
Tue Apr 8 16:33:32 PDT 2014


Keith, any news on this?  Did this miss 1.16?

On 03/28/2014 12:43 PM, David Herrmann wrote:
> Any comments on that? Anything we can do to get that merged?
>
> Thanks
> David
>
> On Fri, Mar 14, 2014 at 4:54 PM, Aaron Plattner <aplattner at nvidia.com> wrote:
>> Keith asked me to resend these.
>>
>> I rebased this on top of the systemd-logind work that Hans de Goede did and
>> verified that it still works.
>>
>> 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
>>
>> --
>> 1.9.0


More information about the xorg-devel mailing list