2014-06-04 03:34:35

by Dave Airlie

[permalink] [raw]
Subject: [git pull] drm fixes


Hi Linus,

all fairly small, radeon stability and a panic path fix.

Mostly radeon fixes, suspend/resume fix,
stability on the CIK chipsets,
along with a locking check avoidance patch for panic times regression.

Dave.

The following changes since commit 18ee37a485653aa635cfab9a3710e9bcf5fbca01:

drm/radeon: Resume fbcon last (2014-05-31 09:19:51 +1000)

are available in the git repository at:

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

for you to fetch changes up to 0a4ae727d6aa459247b027387edb6ff99f657792:

Merge branch 'drm-fixes-3.15' of git://people.freedesktop.org/~deathsimple/linux into drm-fixes (2014-06-04 13:29:13 +1000)

----------------------------------------------------------------

Alex Deucher (1):
drm/radeon/dpm: resume fixes for some systems

Christian K?nig (3):
drm/radeon: fix vm buffer size estimation
drm/radeon: sync page table updates
drm/radeon: use the CP DMA on CIK

Dave Airlie (1):
Merge branch 'drm-fixes-3.15' of git://people.freedesktop.org/~deathsimple/linux into drm-fixes

Sergei Antonov (1):
drm/crtc-helper: skip locking checks in panicking path

drivers/gpu/drm/drm_crtc_helper.c | 17 +++++++++++++++--
drivers/gpu/drm/radeon/atombios_crtc.c | 6 ++----
drivers/gpu/drm/radeon/radeon_asic.c | 4 ++--
drivers/gpu/drm/radeon/radeon_device.c | 4 ++++
drivers/gpu/drm/radeon/radeon_pm.c | 1 -
drivers/gpu/drm/radeon/radeon_vm.c | 11 ++++++++---
6 files changed, 31 insertions(+), 12 deletions(-)