Tag 'drm-snapshot-2.3.1-git+20080703+301d984-1' created by Chris Lamb <[EMAIL PROTECTED]> at 2008-07-03 00:10 +0000
Releasing drm-snapshot 20080703+301d984-1 Changes since drm-snapshot-2.3.1-git+20080602+ac4da86-1: Alex Deucher (4): RADEON: switch IGP gart to use radeon_write_agp_base() RADEON: Add untested support for RS400 chips RADEON: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTAT RADEON: 0x1002 0x5657 is actually an RV410 Ben Skeggs (4): nouveau: allocate drm-use vram buffers from end of vram. nv50: use same dma object for fb/tt access nv50: oops, keep VRAM allocations aligned at 64KiB - that's our page size.. nv50: when destroying a channel make sure it's not still current on PFIFO Chris Lamb (8): Don't create usr/share/lintian/overrides Remove legacy reference to libdrm-snapshot Add Vcs-{Git,Browser} fields Add dependency on quilt to drm-modules-source binary package. (Closes: #487260) New upstream snapshot Merge branch 'upstream-experimental' into debian-experimental Bump Standards-Version to 3.8.0 (no changes). Fix changelog formatting. Dave Airlie (6): r300/r500: add hier-z regs ati_pcigart: split out the page insert function drm: fix the ioctl to not believe userspace. r300: fix warning drm: only use kernel ioctl cmd when doing a core ioctl. agp: use true/false instead of TRUE/FALSE Ian Romanick (3): xgi: Fix 64-bit kernel / 32-bit user issue. xgixp: Remove dependency on TTM fences xgi: Bump kernel version Jerome Glisse (5): radeon: r345xx fixe hard lockup radeon: bump driver date to know if lockup fix is in radeon: fix screen corruption introduced by last patch radeon: actualy try to fix the corruption radeon: *really* fix screen corruption thanks to Lukasz Krotowski Jesse Barnes (5): i915: register definition & header file cleanup i915: remove unused variable i915: only use tiled blits on 965+ Revert "i915: only use tiled blits on 965+" i915: only use tiled blits on 965+ Jie Luo (1): i915: enable bus mastering on i915 at resume time Robert Noland (9): [FreeBSD] Go back to using vbl_lock and move init/destroy to load/unload. [FreeBSD] Remove the locks in the vblank_disable_fn [FreeBSD] Forgot to call mtx_destroy on all the locks at unload. [FreeBSD] Incorporate vblank fixes for bsd. [FreeBSD] We need to request busmastering support. [FreeBSD] Rework ati_pcigart.c I915 suspend/resume for FreeBSD Fix typo in i915_suspend [FreeBSD] Fix another lock leak Zhenyu Wang (1): i915: Add support for Intel 4 series chipsets --- bsd-core/ati_pcigart.c | 127 +- bsd-core/drmP.h | 10 bsd-core/drm_bufs.c | 4 bsd-core/drm_drv.c | 16 bsd-core/drm_irq.c | 126 +- bsd-core/i915/Makefile | 2 bsd-core/i915_drv.c | 32 bsd-core/i915_suspend.c | 1 debian/changelog | 54 + debian/control | 8 debian/libdrm2.dirs | 1 linux-core/Makefile.kernel | 2 linux-core/ati_pcigart.c | 39 linux-core/drm_agpsupport.c | 4 linux-core/drm_drv.c | 6 linux-core/i915_drv.c | 463 ---------- linux-core/i915_fence.c | 2 linux-core/i915_suspend.c | 1 linux-core/xgi_cmdlist.c | 2 linux-core/xgi_drv.c | 21 linux-core/xgi_drv.h | 21 linux-core/xgi_fb.c | 4 linux-core/xgi_fence.c | 92 +- shared-core/drm_pciids.txt | 13 shared-core/i915_dma.c | 16 shared-core/i915_drv.h | 1813 ++++++++++++++++++++++++++--------------- shared-core/i915_irq.c | 105 +- shared-core/i915_suspend.c | 520 +++++++++++ shared-core/nouveau_drm.h | 4 shared-core/nouveau_drv.h | 2 shared-core/nouveau_mem.c | 74 + shared-core/nouveau_notifier.c | 2 shared-core/nouveau_object.c | 8 shared-core/nv50_fifo.c | 4 shared-core/r300_cmdbuf.c | 135 ++- shared-core/r300_reg.h | 229 ++++- shared-core/radeon_cp.c | 52 - shared-core/radeon_drv.h | 45 - shared-core/xgi_drm.h | 4 39 files changed, 2590 insertions(+), 1474 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]