drm-snapshot: Changes to 'refs/tags/drm-snapshot-2.3.1+git+20081012+f5327ac-1'
Tag 'drm-snapshot-2.3.1+git+20081012+f5327ac-1' created by Chris Lamb <lamby@debian.org> at 2008-10-12 19:44 +0000
Tagging drm-snapshot (2.3.1+git+20081012+f5327ac-1) experimental; urgency=low
Changes since 2.3.1+git+20080803+4585787-1:
Ben Skeggs (1):
nouveau: interface changes for nv5x 3d
Chris Lamb (9):
New upstream snapshot.
Update my email address.
Move to debhelper 7.
Drop non-essential versioned dependencies that are satisfied in stable.
Add dummy debian/watch file to appease lintian.
Correct spelling errors in upstream changelog entries.
Add libdrm_intel symbol to libdrm2.shlibs.
Use non-hyphenated "git-<subcommand>" style to avoid problems with git 1.6.
Add lintian override and justification for source-contains-git-control-dir.
Dave Airlie (12):
drm/pcigart: fix warning
drm: add fix for PAT on radeon with 2.6.26
drm: fix missing symbol export
drm/radeon: fixup 0 vs NULL
radeon: remove microcode version
radeon: fix type DST vs Z cache flush
radeon: fix typo with a better typo
drm: don't set the signal blocker on the master process.
i915: add version checks for opregion on old kernels
i915: more version checks
drm: add fault handler support so as to be more like possible upstream
Revert "i915: Move all of the irq install/uninstall to load time."
Hong Liu (1):
This is a modified version of Hong's patch from last month, with a few
Jesse Barnes (4):
Avoid incorrect vblank wakeups
i915: remove old broken vblank code
Update vblank code to new API
i915: convert to using drm_vblank_get/put around vblank counter usage
Michel Dänzer (6):
Remove obsolete dev->vblank_suspend[crtc] tests.
vblank-rework rework cleanups.
radeon: Post-vblank-rework-rework cleanups.
Drop workaround for driver vblank counter going backwards.
Reinstate dev->vblank_enabled[].
Remove accidental leftover tests.
Nicolai Haehnle (2):
r300_cmdbuf: Always emit INDX_BUFFER immediately after DRAW_INDEX
r300: Fix cliprect emit
Owain Gordon Ainsworth (1):
BSD: change drm_locked_task*() to use the same scheme as linux.
Robert Noland (7):
[FreeBSD] We aren't allowed to hold locks over bus_dma_tag_create or bus_dmamem_alloc.
FreeBSD: Fix radeon build
[FreeBSD] drm_irq.c updates for vblank fixes.
[FreeBSD] Improve upper_32_bits define.
i915: Move all of the irq install/uninstall to load time.
[FreeBSD] Catch up to linux on vblank-rework
[FreeBSD] Duh, we need to actually define the drm_modeset_ctl...
Stefan Becker (1):
radeon: Add suspend/resume hooks for saving/clearing/restoring interrupts.
Stuart Bennett (2):
nouveau: fix bad rename from 5a072f32c8f941d1ef301811881e8c89c8d8a5f1
nouveau: fix nv04 fifo context save to save reg contents, not reg offset
martin capitanio (1):
xgi: use true/false instead of TRUE/FALSE
---
bsd-core/drmP.h | 10 -
bsd-core/drm_drv.c | 2
bsd-core/drm_irq.c | 169 ++++++++---------
bsd-core/drm_lock.c | 7
bsd-core/drm_pci.c | 5
debian/changelog | 377 ++++++++++++++++++++++++++++++++++++++
debian/compat | 2
debian/control | 4
debian/control.modules.in | 4
debian/libdrm2.shlibs | 1
debian/rules | 3
debian/source.lintian-overrides | 4
debian/watch | 1
linux-core/Makefile.kernel | 3
linux-core/ati_pcigart.c | 2
linux-core/drmP.h | 13 +
linux-core/drm_compat.c | 99 ++++++++++
linux-core/drm_compat.h | 7
linux-core/drm_irq.c | 141 +++++++-------
linux-core/drm_lock.c | 21 +-
linux-core/drm_memory.c | 9
linux-core/drm_vm.c | 35 +--
linux-core/i915_drv.c | 8
linux-core/i915_opregion.c | 388 ++++++++++++++++++++++++++++++++++++++++
linux-core/radeon_drv.c | 24 ++
linux-core/xgi_cmdlist.c | 6
linux-core/xgi_drv.c | 4
linux-core/xgi_misc.c | 26 +-
shared-core/i915_dma.c | 9
shared-core/i915_drv.h | 30 +++
shared-core/i915_irq.c | 116 ++++-------
shared-core/nouveau_drm.h | 20 +-
shared-core/nouveau_drv.h | 4
shared-core/nouveau_fifo.c | 3
shared-core/nouveau_mem.c | 66 ++++++
shared-core/nv04_fifo.c | 4
shared-core/r300_cmdbuf.c | 85 +++++++-
shared-core/radeon_cp.c | 17 -
shared-core/radeon_drv.h | 11 -
shared-core/radeon_irq.c | 55 +----
shared-core/radeon_mem.c | 8
shared-core/radeon_state.c | 30 +--
42 files changed, 1434 insertions(+), 399 deletions(-)
---
Reply to: