libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.7'

Dave Airlie airlied at kemper.freedesktop.org
Thu Aug 27 18:32:04 PDT 2009


Tag 'libpciaccess-0.10.7' created by Dave Airlie <airlied at redhat.com> at 2009-08-28 02:30 -0700

libpciaccess 0.10.7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkqXMyUACgkQ6acWQe8WxxpUKwCdGL7rBaJydXeeB8Vr7iAuVJkG
sc4An2WjomAdWOLb1XDwiF7/2k1iQTN9
=1QPg
-----END PGP SIGNATURE-----

Changes since libpciaccess-0.10.6:
Aaron Plattner (1):
      Don't try to write boot_vga since that fails with EACCES

Dave Airlie (20):
      pciaccess: provide a method to detect if a device is boot VGA
      vgaarb: fixup api and decode rsrc.
      add support for finding if something has a kernel driver
      vgaarb: fixup api for new count reporting + decodes interface was wrong.
      Merge remote branch 'main/master' into vga-arbiter
      vgaarb: clean up debug output
      vgaarb: add support for targetting default device
      vgaarb: change API to target taking a device + lock/unlock not taking one
      vgaarb: more api changes + cleanup
      vgaarb: add vga count + resource accessor
      pciaccess: make linux rom reading fallback optional
      pciaccess: make linux rom reading fallback optional
      Merge branch 'master' into vga-arbiter
      pciaccess: make linux rom reading fallback optional
      Merge branch 'master' into vga-arbiter
      Merge remote branch 'origin/vga-arbiter'
      Revert "vgaarb: delete stub functions"
      vgaarb: update stub interface
      Merge branch 'vga'
      libpciaccess: bump to 0.10.7 for vga arb interface addition

Jesse Barnes (1):
      Don't try to use bogus bridge data

Julien Cristau (2):
      configure.ac: fix help text for the linux-rom-fallback option
      Silence compiler warning about pci_id_file_open definition

Tiago Vignatti (11):
      Import libvgaaccess (VGA Arbiter) implementation from C3SL repository:
      vgaarb: make it compile.
      vgaarb: a bunch of clean ups to fit in libpciaccess style.
      Delete vga_arb_rec.
      Fix typo in vgaarb stubs.
      Reorganize the code.
      Comment typo.
      vgaarb: delete stub functions
      vgaarb: fix indentation and remove trailing white spaces
      vgaarb: fix pci_device_vgaarb_get_info() return value.
      Revert "vgaarb: fix pci_device_vgaarb_get_info() return value."

---
 configure.ac             |   10 +
 include/pciaccess.h      |   58 ++++++++
 src/Makefile.am          |    9 +
 src/common_bridge.c      |    4 
 src/common_device_name.c |    2 
 src/common_interface.c   |   29 ++++
 src/common_vgaarb.c      |  324 +++++++++++++++++++++++++++++++++++++++++++++++
 src/common_vgaarb_stub.c |   79 +++++++++++
 src/linux_sysfs.c        |   57 ++++++++
 src/pciaccess_private.h  |    6 
 10 files changed, 575 insertions(+), 3 deletions(-)
---


More information about the xorg-commit mailing list