xserver/hw/xfree86/common
Qiang Yu ea91db4b83 config: fix GPUDevice fail when AutoAddGPU off + BusID
This fix is for the following xorg.conf can work:

Section "ServerFlags"
        Option  "AutoAddGPU" "off"
EndSection

Section "Device"
        Identifier "Amd"
        Driver "ati"
        BusID "PCI:1:0:0"
EndSection

Section "Device"
        Identifier "Intel"
        Driver "modesetting"
        BusID "pci:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Intel"
        GPUDevice "Amd"
EndSection

Without AutoAddGPU off, modesetting DDX will also be loaded
for GPUDevice.

Signed-off-by: Qiang Yu <Qiang.Yu@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-09-28 14:53:39 -04:00
..
.gitignore
Makefile.am
compiler.h
dgaproc.h
extramodes
fourcc.h
modeline2c.awk
vesamodes
xaarop.h
xf86.h xfree86: Provide xf86BlockSIGIO and xf86ReleaseSIGIO as wrappers for input mutex 2016-05-30 00:17:34 -07:00
xf86AutoConfig.c Autoconfig: Fix the loop adding dectected drivers to the list of screens 2016-08-15 12:43:43 -04:00
xf86Build.h.in
xf86Bus.c Fix Xorg -configure not working anymore 2016-08-18 14:29:53 -04:00
xf86Bus.h
xf86Config.c xfree86: Fix fallback driver sort order for Xorg -configure (v2) 2016-07-15 11:08:01 -04:00
xf86Config.h
xf86Configure.c dix: Squash some new gcc6 warnings 2016-04-29 11:19:58 -04:00
xf86Cursor.c Remove SIGIO support for input [v5] 2016-05-26 16:07:54 -07:00
xf86DGA.c
xf86DPMS.c
xf86Events.c Remove fd_set from Block/Wakeup handler API 2016-07-18 15:27:51 -04:00
xf86Extensions.c
xf86Extensions.h
xf86Globals.c
xf86Helper.c xfree86: Hook up colormaps and RandR 1.2 gamma code v6 2016-07-28 10:12:05 +09:00
xf86InPriv.h
xf86Init.c xfree86: Set pScrn->pScreen before driver ScreenInit is called 2016-08-13 09:18:15 -07:00
xf86Mode.c
xf86Module.h Bump ABI versions to reflect block/wakeup handler API changes 2016-07-18 15:27:51 -04:00
xf86Opt.h
xf86Option.c
xf86Optionstr.h
xf86PM.c Remove SIGIO support for input [v5] 2016-05-26 16:07:54 -07:00
xf86PciInfo.h
xf86Priv.h Remove fd_set from Block/Wakeup handler API 2016-07-18 15:27:51 -04:00
xf86Privstr.h dix: Update some comments to reflect the new non-SIGIO input model 2016-06-08 11:36:32 -04:00
xf86RandR.c
xf86VGAarbiter.c xfree86: vgaarb: Initialize local variable rsrc_decodes 2016-08-15 12:30:39 -04:00
xf86VGAarbiter.h
xf86VGAarbiterPriv.h Remove readmask from screen block/wakeup handler 2016-07-18 15:27:51 -04:00
xf86VidMode.c
xf86Xinput.c xfree86: lock input during PreInit 2016-08-12 14:43:08 +10:00
xf86Xinput.h
xf86cmap.c xfree86: Hook up colormaps and RandR 1.2 gamma code v6 2016-07-28 10:12:05 +09:00
xf86cmap.h
xf86fbBus.c
xf86fbman.c
xf86fbman.h
xf86noBus.c
xf86pciBus.c
xf86pciBus.h
xf86platformBus.c config: fix GPUDevice fail when AutoAddGPU off + BusID 2016-09-28 14:53:39 -04:00
xf86platformBus.h
xf86sbusBus.c
xf86sbusBus.h
xf86str.h dix: Update some comments to reflect the new non-SIGIO input model 2016-06-08 11:36:32 -04:00
xf86xv.c
xf86xv.h
xf86xvmc.c
xf86xvmc.h
xf86xvpriv.h
xisb.c
xisb.h
xorgHelper.c
xorgVersion.h