[git pull] drm fixes

From: Dave Airlie
Date: Fri Dec 02 2011 - 06:04:35 EST



Hi Linus,

nouveau fixes contain a few oops fixes found on Fedora recently,
main radeon one fixes a GPU reset race where the CPU hangs in an endless loop,
and in core a framebuffer leak fix from Chris.

Otherwise a couple of radeon scanout fixes for a case we hadn't tested a
lot, and dropping an ACPI message that was a bit louder than it should
have been.

Dave.


The following changes since commit 11d814a20166461358e1cefaf6bcd425698b8460:

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband (2011-11-30 16:25:02 -0800)

are available in the git repository at:

git://people.freedesktop.org/~airlied/linux drm-fixes

Alex Deucher (4):
drm/radeon/kms: add some loop timeouts in pageflip code
drm/radeon/kms: add some new pci ids
drm/radeon/kms: fix scanout of 2D tiled buffers on EG/CM
drm/radeon/kms: fix 2D tiling CS support on EG/CM

Ben Skeggs (4):
drm/nouveau: add dumb ioctl support
drm/nvd0/disp: fix sor dpms typo, preventing dpms on in some situations
drm/nouveau: fix oopses caused by clear being called on unpopulated ttms
drm/nv50/disp: silence compiler warning

Chris Wilson (1):
drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)

Christoph Bumiller (1):
drm/nvc0/gr: fix TP init for transform feedback offset queries

Dave Airlie (1):
Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes

Jean Delvare (2):
drm/radeon/kms: Hide debugging message
drm/radeon/kms: Skip ACPI call to ATIF when possible

Xi Wang (1):
vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()

Younes Manton (1):
drm/nouveau: Keep RAMIN heap within the channel.

drivers/gpu/drm/drm_crtc_helper.c | 27 +++++-
drivers/gpu/drm/nouveau/nouveau_display.c | 45 +++++++++
drivers/gpu/drm/nouveau/nouveau_drv.c | 4 +
drivers/gpu/drm/nouveau/nouveau_drv.h | 6 +
drivers/gpu/drm/nouveau/nouveau_object.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_sgdma.c | 3 +
drivers/gpu/drm/nouveau/nv50_display.c | 4 +-
drivers/gpu/drm/nouveau/nvc0_graph.c | 2 +
drivers/gpu/drm/nouveau/nvd0_display.c | 2 +-
drivers/gpu/drm/radeon/atombios_crtc.c | 35 +++++++-
drivers/gpu/drm/radeon/evergreen.c | 7 +-
drivers/gpu/drm/radeon/evergreen_cs.c | 149 ++++++++++++++++++++++++-----
drivers/gpu/drm/radeon/evergreen_reg.h | 29 ++++++
drivers/gpu/drm/radeon/evergreend.h | 31 ++++++
drivers/gpu/drm/radeon/r100.c | 7 +-
drivers/gpu/drm/radeon/radeon_acpi.c | 11 +-
drivers/gpu/drm/radeon/rs600.c | 7 +-
drivers/gpu/drm/radeon/rv770.c | 7 +-
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 11 +-
include/drm/drm_pciids.h | 8 ++
20 files changed, 349 insertions(+), 48 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/