search for: pciaccess

Displaying 20 results from an estimated 50 matches for "pciaccess".

2008 Mar 19
0
[ANNOUNCE] xf86-video-sis 0.10.0
...fopen another open/fopen confusion fixup type punning convert all hostbridge read/writes to accessor functions finish off read/write long conversion switch bios reading over use map domain memory with pciinfo fixup unmap memory fix some thinkos in the pciaccess patch, this now works on real hardware Julien Cristau (2): Require pciaccess >= 0.10.0 for pci_device_map_range() fixup pciaccess version detect Matthieu Herrb (1): Makefile.am: nuke RCS Id Pete Zaitcev (1): switch vga over to pciaccess git tag: xf86-video-sis-0.10.0...
2008 Mar 19
0
[ANNOUNCE] xf86-video-i740 1.2.0
...ckson (3): Death to RCS tags. Fix distcheck i128 1.2.0 Alan Coopersmith (2): Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Brice Goglin (1): Define I740_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (1): i740: pciaccess conversion Matthieu Herrb (1): Makefile.am: nuke RCS Id Paulo Cesar Pereira de Andrade (1): Minor fixes to compile with pciaccess. git tag: xf86-video-i740-1.2.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-i740-1.2.0.tar.bz2 MD5: d0e5a805c546b29b1dd3b55a68d16dc4...
2008 Mar 19
0
[ANNOUNCE] xf86-video-neomagic 1.2.0
...Jackson (2): Death to RCS tags. neomagic 1.2.0 Alan Coopersmith (2): Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Brice Goglin (1): Define NEO_*_VERSION using PACKAGE_VERSION_* Dave Airlie (3): neomagic: port to libpciaccess neo: finish pciaccess conversion finish pciaccess conversion Matthieu Herrb (1): Makefile.am: nuke RCS Id git tag: xf86-video-neomagic-1.2.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-neomagic-1.2.0.tar.bz2 MD5: 9154e6f4f6f66bc579fa7caf041d1d92 xf86-video...
2008 Mar 19
0
[ANNOUNCE] xf86-video-rendition 4.2.0
...m Jackson (3): Death to RCS tags. Fix includes to silence a warning. rendition 4.2.0 Alan Coopersmith (1): Man page updates - replace references to XFree86 & changes for XF86 4.0 Brice Goglin (1): RENDITION_VERSION* using PACKAGE_VERSION_* Dave Airlie (2): pciaccess: make auto-detect work pciaccess: do unmap path Ian Romanick (4): Supply NULL driverFunc pointer in DriverRec. Add prototype for renditionGetRec. Move renditionTypes, renditionChipsets, and renditionPCIchipsets earlier in file. Port driver to PCI-rework interfaces. M...
2008 Mar 19
0
[ANNOUNCE] xf86-video-voodoo 1.2.0
Adam Jackson (3): Fix distcheck Death to RCS tags. voodoo 1.2.0 Alan Coopersmith (2): Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Dave Airlie (3): pciaccess conversion oops forgot pcirename file voodoo: finish pciaccess conversion Matthieu Herrb (1): Makefile.am: nuke RCS Id git tag: xf86-video-voodoo-1.2.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-voodoo-1.2.0.tar.bz2 MD5: 7c681d9b57f5e1f798263fc1a9d99245 x...
2013 Jun 06
0
[PATCH 2/2] nouveau: add libbacklight and randr property support.
...++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 137de9c..d3e8692 100644 --- a/configure.ac +++ b/configure.ac @@ -81,6 +81,9 @@ sdkdir=$(pkg-config --variable=sdkdir xorg-server) # Checks for libraries. PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.10]) +PKG_CHECK_MODULES(LIBBACKLIGHT, [libbacklight], LIBBACKLIGHT="yes"; AC_DEFINE(HAVE_LIBBACKLIGHT, 1, [libbacklight available]), [LIBBACKLIGHT=no]) +AM_CONDITIONAL(LIBBACKLIGHT, [ test "$LIBBACKLIGHT" = "yes" ]) + PKG_CHECK_MODULES(LIBUDEV,...
2013 Mar 12
1
RHEL 5 libvirt client - QEMU+SSH fails with "login authentication type 2" problem
...ackager=no --with-packager-version=no --with-gnu-ld=no --with-apparmor=no --with-apparmor-mount=no--with-attr=no --with-audit=no --with-avahi=no --with-blkid=no --with-capng=no --with-curl=no --with-dbus=no --with-fuse=no --with-hal=no --with-netcf=no --with-numactl=no --with-openwsman=no --with-pciaccess=no --with-sanlock=no --with-sasl=no --with-selinux=no --with-selinux-mount=no --with-udev=no --with-yajl=no --with-xen=no --with-xen-inotify=no --with-qemu=no --with-uml=no --with-openvz=no--with-vmware=no --with-phyp=no --with-xenapi=no --with-libxl=no --with-vbox=no --with-gnutls=no --wi...
2013 Jun 06
1
[PATCH 1/2] nouveau/mode: split out create_ranged_atom
From: Dave Airlie <airlied at redhat.com> This is preperation for the backlight support code. Signed-off-by: Dave Airlie <airlied at redhat.com> --- src/drmmode_display.c | 54 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 20 deletions(-) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 6033a6d..ad7bc1f 100644 ---
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available xorg-server macros, defaults and more closely match other modern Xorg drivers. Notable improvements: - gitignore fully covers potential build artifacts - Simplify logic given stated minimum required version of xorg-server 1.8 - Remove use of deprecated, outdated or no longer required macros - Utilize xorg macros where
2008 May 21
0
[ANNOUNCE] libpciaccess 0.10.2
Adam Jackson (1): Linux: Fail gracefully on machines without PCI. Alan Coopersmith (3): Initialize err to 0 in pci_device_solx_devfs_map_range Add pci_system_solx_devfs_create prototype to pciaccess_private.h Fix lint warnings in solx_devfs.c Danny van Dyk (1): Fix function prototypes for C++ Dave Airlie (2): linux: add pci_device_enable entrypoint and sysfs support for it pciaccess: bump to 0.10.1 Hasso Tepper (1): Add DragonFly BSD support Julien Cristau (1)...
2008 May 21
0
[ANNOUNCE] xf86-video-savage 2.2.1
...(), it doesn't exist and never will. Fake sync ranges for panels with no EDID. savage 2.2.1 no, really, savage 2.2.1 Alex Villac?s Lasso (1): EXA upload to screen must honor pitch of the source data Dave Airlie (2): savage: fix typos in error message savage/pciaccess: don't try to map aperture larger than region window git tag: xf86-video-savage-2.2.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-savage-2.2.1.tar.bz2 MD5: 62b8aba48b54eaefeae87df502bf219c xf86-video-savage-2.2.1.tar.bz2 SHA1: c20eaf260cae10c8c65d3d690825a5c70a30419b xf...
2008 Jun 12
0
[ANNOUNCE] xf86-video-r128 6.8.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Subject: [ANNOUNCE] xf86-video-r128 6.8.0 To: xorg-announce at lists.freedesktop.org Dave Airlie (9): r128: fix bios size setting for pciaccess George Sapountzis (8): drop radeon, theatre (build system). drop radeon, theatre drop AtomBios and pcidb drop ati wrapper drop mach64 (build system) drop mach64 change module name and version add warning message git tag: xf86-video-r128-6.8.0 http:...
2008 Jun 12
0
[ANNOUNCE] xf86-video-mach64 6.8.0
...drop radeon, theatre drop AtomBios and pcidb drop ati wrapper drop r128 (build system) drop r128 change module name and version add warning message Paulo Cesar Pereira de Andrade (1): Compile warning fixes. Yi Zhan (1): mach64: on IA64 systems the pciaccess page size mapping was getting E2BIG git tag: xf86-video-mach64-6.8.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-mach64-6.8.0.tar.bz2 MD5: 6081b8fa50c689d51f85c2fbaf93867e xf86-video-mach64-6.8.0.tar.bz2 SHA1: 0f130aca927ede0fd3ed7876c52817a5ef9215bb xf86-video-mach64-6.8.0...
2008 Jun 12
0
[ANNOUNCE] xf86-video-vesa 1.99.1
...nd properly refuse unsupported models. Update copyright. vesa 1.99.1 Daniel Drake (1): Bug #11090: xf86-video-vesa COPYING file Ian Romanick (4): Add conditional support for pci-rework branch. Correct '#ifdef' to '#ifndef'. Oops. Use XSERVER_LIBPCIACCESS to autodetect libpciaccess usage. Use pci_device_map_range instead of pci_device_map_memory_range James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Julien Cristau (2): fixup pciaccess version detect Planar video is go...
2008 Jun 30
0
[ANNOUNCE] xf86-video-glint 1.2.1
Julien Cristau (2): Fix regression from pciaccess conversion (bug#16060) Bump to 1.2.1 git tag: xf86-video-glint-1.2.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-glint-1.2.1.tar.bz2 MD5: 6d7afdac0a26cf201c3f3b417c31c5e1 xf86-video-glint-1.2.1.tar.bz2 SHA1: 9e4959c2a39c22bf4a81b1eba4ec809f9c571bc8 xf86-video-glint-1....
2008 Sep 03
0
[ANNOUNCE] xf86-video-tga 1.2.0
Adam Jackson (3): Uninclude xf86Version.h Fix distcheck tga 1.2.0 Brice Goglin (1): TGA_*_VERSION using PACKAGE_VERSION_* Dave Airlie (2): pciaccess conversion tga: fixup devPrivates James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings git tag: xf86-video-tga-1.2.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-tga-1.2.0.tar.bz2 MD5: f3bddf0a64932ca9bd72041ccd...
2008 Mar 19
0
[ANNOUNCE] xf86-video-ark 0.7.0
Adam Jackson (2): Death to RCS tags. ark 0.7.0 Brice Goglin (1): Define VERSION* using PACKAGE_VERSION* Dave Airlie (1): ark: add basic pciaccess support James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings git tag: xf86-video-ark-0.7.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-ark-0.7.0.tar.bz2 MD5: 6826c556ebe9a1248cbc7f7edd44f956 xf86-video-ark-0.7.0.tar...
2008 Mar 19
0
[ANNOUNCE] xf86-video-ast 0.85.0
Adam Jackson (2): Fix distcheck. ast 0.85.0 Brice Goglin (1): Define AST_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (1): ast: pciaccess conversion James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Paulo Cesar Pereira de Andrade (1): Compile warning fixes. Y.C. Chen (1): compiler warning fixed root (2): modified: ChangeLog Make sure used symb...
2008 Mar 19
0
[ANNOUNCE] xf86-video-chips 1.2.0
Adam Jackson (3): Death to RCS tags. Fix distcheck chips 1.2.0 Brice Goglin (1): Define CHIPS_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (4): chips: pciaccess conversion add another missing rename file chips: remove ALLOCATE_LOCAL chips: optionalise 1/4bpp support James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Matthieu Herrb (1): Makefile.am: nuke RCS Id Petteri A...
2008 Mar 19
0
[ANNOUNCE] xf86-video-fbdev 0.4.0
Adam Jackson (1): fbdev 0.4.0 Brice Goglin (1): Replace a non-ascii char with the corresponding groff escape in fbdev.man Ian Romanick (1): Add conditional support for pci-rework branch. Matthias Hopf (1): Fixed leftover PCIACCESS -> XSERVER_LIBPCIACCESS. Michel D?nzer (1): Only determine pitch after setting initial mode. git tag: xf86-video-fbdev-0.4.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-fbdev-0.4.0.tar.bz2 MD5: 6572b39fec77b8e6de1c858a93992924 xf86-video-fbdev-0.4.0.tar.bz2 SHA1: b...