[git pull] drm radeon fixes + new pci ids.

From: Dave Airlie
Date: Tue Jun 05 2012 - 10:36:37 EST



Hi Linus,

this is just radeon fixes and a bunch of new PCI ids.
The fixes are for a deadlock, an audio regression, and a couple of audio
fixes.

Dave.

The following changes since commit 99becf1328d8d71dd6f4480e3591d7dcdb389e57:

Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{signal,vfs} (2012-06-04 15:09:08 -0700)

are available in the git repository at:


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

for you to fetch changes up to 7aaa61b3476462b69f1ac7669fcca8d608ce3cb5:

drm/radeon/kms: add new SI PCI ids (2012-06-05 15:11:12 +0100)

----------------------------------------------------------------
Alex Deucher (6):
drm/radeon: make audio_init consistent across asics
drm/radeon: fix gpu_init on si
drm/radeon/kms: add new Trinity PCI ids
drm/radeon/kms: add new Palm, Sumo PCI ids
drm/radeon/kms: add new BTC PCI ids
drm/radeon/kms: add new SI PCI ids

Christian König (1):
drm/radeon: fix vm deadlocks on cayman

Rafał Miłecki (2):
drm/radeon/audio: don't hardcode CRTC id
drm/radeon/hdmi: don't set SEND_MAX_PACKETS bit

drivers/gpu/drm/radeon/ni.c | 21 +-
drivers/gpu/drm/radeon/r600.c | 15 +-
drivers/gpu/drm/radeon/r600_audio.c | 5 +-
drivers/gpu/drm/radeon/r600_hdmi.c | 1 -
drivers/gpu/drm/radeon/radeon.h | 5 +-
drivers/gpu/drm/radeon/radeon_gart.c | 19 +-
drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
drivers/gpu/drm/radeon/rs600.c | 12 +-
drivers/gpu/drm/radeon/rs690.c | 12 +-
drivers/gpu/drm/radeon/rv770.c | 18 +-
drivers/gpu/drm/radeon/si.c | 477 ++++++++++++----------------------
drivers/gpu/drm/radeon/sid.h | 19 ++
include/drm/drm_pciids.h | 17 +-
13 files changed, 255 insertions(+), 368 deletions(-)