Hi Linus,
Nothing two major, two regressions fixes in nouveau s/r support, alpha radeon support, and some radeon fixes.
Dave.
The following changes since commit 3210d190dcb717c328d74f8c3f69ec717d665b40:
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 (2011-08-21 18:13:19 -0700)
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes
Ben Skeggs (2): drm/ttm: unbind ttm before destroying node in accel move cleanup drm/ttm: ensure ttm for new node is bound before calling move_notify()
Jay Estabrook (1): drm/radeon/alpha: Add Alpha support to Radeon DRM code
Marcin Slusarz (1): drm/ttm: fix ttm_bo_add_ttm(user) failure path
Michel Dänzer (3): drm/radeon: Take IH ring into account for test size calculation. drm/radeon: Explicitly print GTT/VRAM offsets on test failure. drm/radeon: Make vramlimit parameter actually work.
Thomas Reim (1): drm/radeon: Extended DDC Probing for Toshiba L300D Radeon Mobility X1100 HDMI-A Connector
drivers/gpu/drm/radeon/radeon_connectors.c | 10 ++++++++ drivers/gpu/drm/radeon/radeon_device.c | 2 + drivers/gpu/drm/radeon/radeon_test.c | 34 ++++++++++++++++++++------- drivers/gpu/drm/radeon/radeon_ttm.c | 23 +++++++++++++++++++ drivers/gpu/drm/ttm/ttm_bo.c | 14 +++++++---- drivers/gpu/drm/ttm/ttm_bo_util.c | 2 +- 6 files changed, 70 insertions(+), 15 deletions(-)
dri-devel@lists.freedesktop.org