Tag 'libdrm-2.4.22-1' created by Cyril Brulebois <k...@debian.org> at 2010-10-01 22:54 +0000
Tagging upload of libdrm 2.4.22-1 to experimental. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkymZsIACgkQeGfVPHR5Nd2/OQCfQh+AEHg8j2s6DagejZ7qCKOn KM8AnRWYVAohZu0BSK7pgBfXG3VxDO4i =Oonn -----END PGP SIGNATURE----- Changes since libdrm-2.4.21-2: Ben Skeggs (3): nouveau: accept both 0.0.16 and 1.x.x nouveau: fix thinko in drm version check nouveau: fix drm version check some more Benjamin Herrenschmidt (1): libdrm: Fix PCI domain domain support Carl Worth (1): Increment version to 2.4.22 Chris Wilson (15): intel: Track tiling stride intel: Defer tiling change to allocation. intel: Force stride to be 0 for I915_TILING_NONE. intel: Scan the cache for old bo once every second. intel: Print out debugging message following ENOSPC intel: Sanitise strides for linear buffers and SET_TILING intel: '===' != '==' intel: Restore SET_TILING for non-flinked bo. intel: Only adjust the local stride used for SET_TILING in tiled alloc intel: Limit tiled pitches to 8192 on pre-i965. intel: Suppress the error return from setting domains after mapping. drm mode: Return -errno on drmIoctl() failure Free the property blob along the error path. modetest: Fix drawing routines to use stride. intel: Replace open-coded drmIoctl with calls to drmIoctl() Cyril Brulebois (1): Upload to experimental. Dave Airlie (1): Copy headers from kernel drm-core-next Eric Anholt (1): Avoid use of c++ reserved keyword "virtual" when using a C++ compiler. Fernando Carrijo (1): Purge macro NEED_REPLIES Jesse Barnes (2): modetest: add edp and TV connector names to the connector name array modetest: align fb pitch to 64 bytes Sven Joachim (2): Merge branch 'upstream-experimental' into debian-experimental Bump changelogs --- ChangeLog | 245 +++++++++++++++++++++++++++++++++++++++ configure.ac | 2 debian/changelog | 7 + include/drm/drm.h | 4 include/drm/drm_mode.h | 4 include/drm/i915_drm.h | 4 include/drm/nouveau_drm.h | 1 include/drm/radeon_drm.h | 4 include/drm/vmwgfx_drm.h | 69 +++++++++++ intel/intel_bufmgr.h | 6 intel/intel_bufmgr_gem.c | 282 ++++++++++++++++++++++++---------------------- nouveau/nouveau_device.c | 21 +-- tests/modetest/modetest.c | 96 ++++++--------- xf86drm.c | 30 ++++ xf86drmMode.c | 44 +++---- 15 files changed, 589 insertions(+), 230 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1p1ovb-0003qj...@alioth.debian.org