Tag 'drm-snapshot-2.4.4+git+20090205+8b88036-1' created by Chris Lamb <la...@debian.org> at 2009-02-05 00:51 +0000
Releasing drm-snapshot (2.4.4+git+20090205+8b88036-1) experimental; urgency=low Changes since drm-snapshot-2.4.3+git+20090105+a8c5480-1: Ben Skeggs (5): nv50: ack nsource to prevent continuous protection fault irqs nv04-nv40: correct RAMHT size nv50: support chipset NV96 nouveau: bring in new mm api definitions, without the actual mm code nouveau: install libdrm_nouveau with libdrm Chris Lamb (9): Merge branch 'upstream-experimental' into debian-experimental New upstream snapshot. Unconditionally add/remove diverts in generated packages' maint. scripts Replace references to KERNELDIR with LINUXDIR. Use unicode copyright symbol to appease lintian in debian/copyright. Use dh_prep over dh_clean -k. Build new libdrm-nouveau1 and libdrm-nouveau1-dbg packages. Don't include (~12MiB) .git/ in the original tarball. (Closes: #513394) Re-order changelog entry to make it easier for ftpmasters. Dave Airlie (1): drm: remove drmstat/dristat from linux-core build Eric Anholt (5): intel: Retry pin ioctl on -EINTR. bump version to 2.4.4 intel: Fix under-counting of fences registers required in check_aperture. intel: don't count fences on 965 and later, as they don't use them. Clean up README for the current state of kernel module affairs. Jesse Barnes (4): libdrm: add timeout handling to drmWaitVBlank libdrm: only check for vblank timeout if we caught EINTR libdrm: add autoconf check for clock_gettime intel: libdrm support for fence management in execbuf Kristian Høgsberg (6): No need to pin buffer anymore in modetest.c modetest: Use a more interesting test pattern. modetest: Handle setting modes on multiple crtcs with one fb. modetest: Don't sleep when just dumping state, wait for key for modeset. modetest: Use cairo (if available) to paint a better pattern. modetest: Add syntax to also specify a crtc when setting a mode. Owain G. Ainsworth (2): Remove drmModeReplaceFb after it was removed from the kernel. Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag. Pekka Paalanen (1): drm compat: fix euid for >=2.6.28 Stephane Marchesin (1): Remove the "nv" driver. Stuart Bennett (2): nouveau: no suspend support for nv50+ nouveau: don't save channel context if it has recently become invalid --- README | 9 configure.ac | 18 debian/changelog | 52 debian/control | 35 debian/copyright | 82 debian/libdrm-nouveau1.install | 1 debian/postrm.modules.in | 8 debian/preinst.modules.in | 8 debian/rules | 17 debian/source.lintian-overrides | 4 libdrm/Makefile.am | 3 libdrm/intel/Makefile.am | 1 libdrm/intel/intel_bufmgr_fake.c | 2 libdrm/intel/intel_bufmgr_gem.c | 82 libdrm/intel/intel_chipset.h | 71 libdrm/nouveau/Makefile.am | 40 libdrm/nouveau/libdrm_nouveau.pc.in | 10 libdrm/nouveau/nouveau_bo.c | 838 +++ libdrm/nouveau/nouveau_bo.h | 97 libdrm/nouveau/nouveau_channel.c | 167 libdrm/nouveau/nouveau_channel.h | 56 libdrm/nouveau/nouveau_class.h | 8006 ++++++++++++++++++++++++++++++++++++ libdrm/nouveau/nouveau_device.c | 185 libdrm/nouveau/nouveau_device.h | 31 libdrm/nouveau/nouveau_dma.c | 215 libdrm/nouveau/nouveau_dma.h | 154 libdrm/nouveau/nouveau_drmif.h | 59 libdrm/nouveau/nouveau_fence.c | 249 + libdrm/nouveau/nouveau_grobj.c | 138 libdrm/nouveau/nouveau_grobj.h | 48 libdrm/nouveau/nouveau_notifier.c | 146 libdrm/nouveau/nouveau_notifier.h | 63 libdrm/nouveau/nouveau_private.h | 203 libdrm/nouveau/nouveau_pushbuf.c | 276 + libdrm/nouveau/nouveau_pushbuf.h | 160 libdrm/nouveau/nouveau_resource.c | 115 libdrm/nouveau/nouveau_resource.h | 48 libdrm/xf86drm.c | 23 libdrm/xf86drmMode.c | 21 libdrm/xf86drmMode.h | 7 linux-core/Makefile | 29 linux-core/Makefile.kernel | 2 linux-core/drm_compat.h | 6 linux-core/drm_fops.c | 2 linux-core/nv_drv.c | 94 linux-core/nv_drv.h | 1 shared-core/i915_drm.h | 2 shared-core/nouveau_drm.h | 123 shared-core/nouveau_drv.h | 2 shared-core/nouveau_irq.c | 24 shared-core/nouveau_mem.c | 11 shared-core/nouveau_object.c | 7 shared-core/nouveau_state.c | 23 shared-core/nv04_instmem.c | 3 shared-core/nv50_graph.c | 2 shared-core/nv_drv.h | 52 tests/modetest/Makefile.am | 6 tests/modetest/modetest.c | 254 - 58 files changed, 12033 insertions(+), 358 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org