[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

drm-snapshot: Changes to 'refs/tags/debian/2.4.11+git+20090630+de1ed01-1'



Tag 'debian/2.4.11+git+20090630+de1ed01-1' created by Chris Lamb <lamby@debian.org> at 2009-07-01 00:14 +0000

tagging version debian/2.4.11+git+20090630+de1ed01-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkpKqlUACgkQ5/8uW2NPmiAiVQCfSCsA0t/zYRQ3HtiO3QS5+4in
GxkAnAqmwRmN8B6Mojlq7Jb4kDBsjeSL
=1bvI
-----END PGP SIGNATURE-----

Changes since 2.4.11+git+20090519+f355ad8-1:
Ben Skeggs (5):
      nouveau: bump for 0.0.13
      nv50: magic fix for "3d busted without the binary driver first" issue
      nouveau: fill in bo->tiled field for referenced buffers
      nouveau: fix bo mapping issue
      nouveau: 0.0.14 + extend bo interface to support subrange mapping

Chris Lamb (7):
      New upstream snapshot.
      Merge branch 'upstream-experimental' into debian-experimental
      Add detailed changelog entry.
      Close #535063
      Bump Standards-Version to 3.8.2.
      Install to kernel/drivers/gpu/drm instead of char/drm and update dpkg-divert entries to suit to match layout of >= ~2.6.29 (Closes: #531966)
      releasing version 2.4.11+git+20090630+de1ed01-1

Danny Tholen (1):
      nouveau: backlight support for ppc laptops

Dave Airlie (3):
      libdrm/radeon: add initial libdrm_radeon
      remove some old ttm bits
      radeon: add support for write followed by read relocs.

Jesse Barnes (1):
      modetest: use gtt unmap for object

Michael Buesch (1):
      drm: Fix compilation on 2.6.30

Pekka Paalanen (1):
      Fix build on kernels < 2.6.26

Thomas Hellstrom (1):
      drm: Strip old ttm.

---
 configure.ac                        |    9 
 debian/changelog                    |   24 
 debian/control                      |    2 
 debian/postrm.modules.in            |   11 
 debian/preinst.modules.in           |   13 
 debian/rules                        |    4 
 libdrm/Makefile.am                  |    6 
 libdrm/nouveau/libdrm_nouveau.pc.in |    2 
 libdrm/nouveau/nouveau_bo.c         |  187 +-
 libdrm/nouveau/nouveau_bo.h         |   22 
 libdrm/nouveau/nouveau_device.c     |    6 
 libdrm/nouveau/nouveau_device.h     |    2 
 libdrm/nouveau/nouveau_drmif.h      |    3 
 libdrm/nouveau/nouveau_private.h    |    1 
 libdrm/nouveau/nouveau_pushbuf.c    |    4 
 libdrm/nouveau/nouveau_pushbuf.h    |   23 
 libdrm/radeon/Makefile.am           |   53 
 libdrm/radeon/libdrm_radeon.pc.in   |   10 
 libdrm/radeon/radeon_bo.h           |  179 ++
 libdrm/radeon/radeon_bo_gem.c       |  254 +++
 libdrm/radeon/radeon_bo_gem.h       |   42 
 libdrm/radeon/radeon_cs.h           |  208 ++
 libdrm/radeon/radeon_cs_gem.c       |  551 +++++++
 libdrm/radeon/radeon_cs_gem.h       |   41 
 libdrm/radeon/radeon_track.c        |  140 +
 libdrm/radeon/radeon_track.h        |   64 
 linux-core/Makefile                 |    2 
 linux-core/Makefile.kernel          |    7 
 linux-core/drmP.h                   |   21 
 linux-core/drm_agpsupport.c         |  171 --
 linux-core/drm_bo.c                 | 2730 ------------------------------------
 linux-core/drm_bo_lock.c            |  189 --
 linux-core/drm_bo_move.c            |  614 --------
 linux-core/drm_compat.c             |   99 -
 linux-core/drm_drv.c                |   36 
 linux-core/drm_fence.c              |  829 ----------
 linux-core/drm_fops.c               |   35 
 linux-core/drm_object.c             |  294 ---
 linux-core/drm_objects.h            |  821 ----------
 linux-core/drm_os_linux.h           |    8 
 linux-core/drm_proc.c               |  102 -
 linux-core/drm_stub.c               |   14 
 linux-core/drm_sysfs.c              |    8 
 linux-core/drm_ttm.c                |  512 ------
 linux-core/drm_vm.c                 |  198 --
 linux-core/nouveau_backlight.c      |   93 +
 linux-core/via_buffer.c             |  163 --
 linux-core/via_fence.c              |  169 --
 linux-core/xgi_cmdlist.c            |    3 
 linux-core/xgi_drv.c                |   11 
 linux-core/xgi_drv.h                |   12 
 linux-core/xgi_fence.c              |   87 -
 shared-core/drm.h                   |  318 ----
 shared-core/i915_drm.h              |   52 
 shared-core/nouveau_drm.h           |   35 
 shared-core/nouveau_drv.h           |    2 
 shared-core/nouveau_reg.h           |    4 
 shared-core/nv50_graph.c            |    1 
 shared-core/radeon_drm.h            |  131 +
 shared-core/via_drv.c               |   40 
 shared-core/via_drv.h               |   14 
 shared-core/via_map.c               |   10 
 tests/modetest/modetest.c           |    2 
 63 files changed, 2044 insertions(+), 7654 deletions(-)
---


Reply to: