xf86-video-nv: Changes to 'refs/tags/xf86-video-nv-2.1.18'

Aaron Plattner aplattner at kemper.freedesktop.org
Fri Jul 30 14:38:43 PDT 2010


Tag 'xf86-video-nv-2.1.18' created by Aaron Plattner <aplattner at nvidia.com> at 2010-07-30 22:34 -0700

* Fix two bugs:
  #19817 - Add support for GeForce 7025 and 7050
  #24787 - Don't crash if LVDS initialization fails

* Add a lot of new product names.

* Detect when a kernel driver such as nouveau is bound to the device, which
  could interfere with proper operation of the driver.

* Remove some unnecessary compatibility code with pre-RandR 1.2 X servers.  Bump
  the required server version to >= 1.3.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAABAgAGBQJMU0ZIAAoJEHYgpP6LHaLQsl8IAKLoghZlHh2JD+UZ/2oVyu4q
+qQMBwbu1+Aas9MLHke0TZ4q5qLtcF1r7nWbRrz8xCevFICvtrf+e9oI3fqNECk6
zO9o2Tg1zH3tqxaNxvWpU/YuPT9nsuNgsbtcxk/aJdyYhsXATMGLm7NAiisLA+/d
jVOnF355lX9L+a/eIbvUU692LjDy2MRZW0xnCOffItUiDG7zFgdlCCTTLirRWLDW
T5cRkK4bHBWNCAjfGYKzKGqFcoOM4eIuULN1Yjm1K/PG4MTjnbNKIaNosNEO4F6J
dl5//IjdVetql9Ki6W5A7an8pn9MnHBl3CLQn1ek9AGzk00Fm5VWQjYNSFs426M=
=EhxO
-----END PGP SIGNATURE-----

Changes since xf86-video-nv-2.1.17:
Aaron Plattner (11):
      Bug #24787: Don't crash if LVDS initialization fails
      Update MCP6x supported products.
      Revert "Refuse to bind to a device which has kernel modesetting active."
      Depend on libpciaccess >= 0.10.7.
      Fix the kernel driver error reporting to be a little more verbose.
      Bring NVKnownChipsets up to date.
      Unlike for lspci and the kernel, X bus IDs are decimal instead of hex.
      Add PCI table entries for the GeForce 315
      Merge branch 'master' of git://soprano/~aaron/xf86-video-nv
      Add a missing " }," pointed out by Johannes Obermayr.
      nv 2.1.18

Ben Skeggs (1):
      nv: refuse to load if there's a kernel driver bound to the device already

Gaetan Nadon (13):
      COPYING: update file with Copyright notices from source code.
      The /compat code is no longer required.
      config: upgrade to util-macros 1.8 for additional man page support
      config: update AC_PREREQ statement to 2.60
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: remove unrequired AC_HEADER_STDC
      config: remove unrequired AC_SUBST([XORG_CFLAGS])
      config: complete AC_INIT m4 quoting
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
      config: add comments for main statements
      Remove RANDR_12_INTERFACE checking, always defined.

Marcin Slusarz (1):
      Refuse to bind to a device which has kernel modesetting active.

Markus Strobl (1):
      Bug #19817: Add support for GeForce 7025 and 7050.

Tiago Vignatti (1):
      Don't use libcwrappers for calloc and free

---
 COPYING                |   46 +++++++++++++++++-
 Makefile.am            |    2 
 compat/.gitignore      |    2 
 compat/Makefile.am     |   16 ------
 compat/README          |    7 --
 configure.ac           |   91 ++++++++---------------------------
 man/Makefile.am        |   22 +-------
 man/nv.man             |    2 
 src/Makefile.am        |   23 ---------
 src/g80_dac.c          |    2 
 src/g80_display.c      |    4 -
 src/g80_driver.c       |    6 +-
 src/g80_output.c       |   25 +++++----
 src/g80_sor.c          |   10 ---
 src/local_xf86Rename.h |   23 ---------
 src/nv_cursor.c        |    6 +-
 src/nv_dga.c           |    2 
 src/nv_driver.c        |  125 +++++++++++++++++++++++++++++++++++++++++--------
 src/nv_hw.c            |    7 +-
 src/nv_setup.c         |    6 +-
 src/nv_video.c         |    8 +--
 src/riva_cursor.c      |    4 -
 src/riva_dga.c         |    2 
 src/riva_driver.c      |   14 ++---
 24 files changed, 227 insertions(+), 228 deletions(-)
---


More information about the xorg-commit mailing list