diff options
author | Dave Airlie <airlied@redhat.com> | 2009-08-28 11:39:42 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-08-28 11:39:42 +1000 |
commit | e454f106dc65ecfacc154a1fa0810935022a8fee (patch) | |
tree | 79bcb7d6eee90c6d9ab552f90b390534d20c8fbd /hw/xfree86/loader | |
parent | 6fffcd5825454a7fe58ffbcfb219f007cf38e731 (diff) |
xf86 ddx: add vga arbiter support.
This adds support for using the libpciaccess interface for
vga arbitration support on top of a kernel which supports it.
Currently patches are queued for kernel 2.6.32 in jbarnes
pci tree, and shipping in Fedora kernel.
Co-authors:
Tiago Vignatti <tiago.vignatti@nokia.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'hw/xfree86/loader')
-rwxr-xr-x | hw/xfree86/loader/sdksyms.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/loader/sdksyms.sh b/hw/xfree86/loader/sdksyms.sh index 8bda8d70b..11865472f 100755 --- a/hw/xfree86/loader/sdksyms.sh +++ b/hw/xfree86/loader/sdksyms.sh @@ -121,6 +121,7 @@ cat > sdksyms.c << EOF #include "xf86fbman.h" #include "xf86str.h" #include "xf86Xinput.h" +#include "xf86VGAarbiter.h" #include "xisb.h" #if XV # include "xf86xv.h" |