Hi Linus, nothing too serious here, one regression fix across a couple of card families, and some workaround to make things work better on some Apple hardware.
Dave. The following changes since commit 72fa59970f8698023045ab0713d66f3f4f96945c: move RLIMIT_NPROC check from set_user() to do_execve_common() (2011-08-11 11:24:42 -0700) are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes Alex Deucher (4): drm/radeon/kms: don't enable connectors that are off in the hotplug handler drm/radeon/kms: fix regression is handling >2 heads on cedar/caicos drm/radeon/kms: make some watermark messages debug only drm/radeon/kms: don't try to be smart in the hpd handler Matthew Garrett (2): drm/radeon: Allow panel preferred EDID to override BIOS native mode drm/radeon: re-POST the asic on Apple hardware when booted via EFI drivers/gpu/drm/radeon/atombios_dp.c | 12 +++++++++++ drivers/gpu/drm/radeon/evergreen.c | 2 +- drivers/gpu/drm/radeon/radeon_connectors.c | 29 +++++++++++++++++++-------- drivers/gpu/drm/radeon/radeon_device.c | 4 +++ drivers/gpu/drm/radeon/radeon_encoders.c | 3 ++ drivers/gpu/drm/radeon/radeon_mode.h | 1 + 6 files changed, 41 insertions(+), 10 deletions(-)