[git pull] drm fixes
From: Dave Airlie
Date: Mon Oct 26 2015 - 01:58:50 EST
Hi Linus,
last fixes from me, one amdgpu/radeon suspend resume
and one leak fix, along with one vmware fix for
some issues when command submission fails.
Dave.
The following changes since commit 018155365dccecd9ea9f26e1b26fb0f960c1ee32:
Merge tag 'usb-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2015-10-24 07:52:59 +0900)
are available in the git repository at:
git://people.freedesktop.org/~airlied/linux drm-fixes
for you to fetch changes up to 22ca7ca52e80524360b43944a0556b2a6dc1aa21:
Merge branch 'vmwgfx-fixes-4.3' of git://people.freedesktop.org/~thomash/linux (2015-10-25 05:02:33 +1000)
----------------------------------------------------------------
Alex Deucher (2):
drm/radeon: don't try to recreate sysfs entries on resume
drm/amdgpu: don't try to recreate sysfs entries on resume
Christian König (1):
drm/amdgpu: stop leaking page flip fence
Dave Airlie (2):
Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux
Merge branch 'vmwgfx-fixes-4.3' of git://people.freedesktop.org/~thomash/linux
Thomas Hellstrom (1):
drm/vmwgfx: Stabilize the command buffer submission code
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 4 ----
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 5 +++++
drivers/gpu/drm/radeon/radeon.h | 1 +
drivers/gpu/drm/radeon/radeon_pm.c | 35 +++++++++++++++++------------
drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c | 34 ++++++++++++++++------------
6 files changed, 48 insertions(+), 32 deletions(-)