[git pull] drm fixes

From: Dave Airlie
Date: Thu May 30 2013 - 22:59:44 EST



Hi Linus,

one qxl 32-bit warning fix, the rest is a bunch of radeon fixes from Alex
for some issues we've been seeing.

Dave.

The following changes since commit c89b65e7fffef745bdd36c372aa0dea778fecbab:

qxl: fix Kconfig deps - select FB_DEFERRED_IO (2013-05-28 17:03:37 +1000)

are available in the git repository at:

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

for you to fetch changes up to 970fa986fadb1165cf38b45b70e98302a3bee497:

drm/qxl: fix build warnings on 32-bit (2013-05-31 12:45:09 +1000)

----------------------------------------------------------------
Alex Deucher (4):
drm/radeon: fix typo in cu_per_sh on verde
drm/radeon: fix card_posted check for newer asics
drm/radeon: don't check crtcs in card_posted() on cards without DCE
drm/radeon: narrow scope of Apple re-POST hack

Christian König (1):
drm/radeon: UVD block on SUMO2 is the same as on SUMO

Dave Airlie (2):
Merge branch 'drm-fixes-3.10' of git://people.freedesktop.org/~agd5f/linux into drm-next
drm/qxl: fix build warnings on 32-bit

Kleber Sacilotto de Souza (1):
radeon: use max_bus_speed to activate gen2 speeds

drivers/gpu/drm/qxl/qxl_ioctl.c | 4 ++--
drivers/gpu/drm/qxl/qxl_kms.c | 9 +++++----
drivers/gpu/drm/radeon/evergreen.c | 10 +++-------
drivers/gpu/drm/radeon/r600.c | 9 ++-------
drivers/gpu/drm/radeon/radeon_device.c | 27 ++++++++++++++++-----------
drivers/gpu/drm/radeon/rv770.c | 13 +++----------
drivers/gpu/drm/radeon/si.c | 2 +-
7 files changed, 32 insertions(+), 42 deletions(-)