Hi Linus, Been pretty quiet, this is an amdgpu fixes pull from AMD, a bunch of powerplay stability fixes, race fix, hibernate fix, and a possible circular locking fix.
Dave. The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95: Linux 4.5-rc3 (2016-02-07 15:38:30 -0800) are available in the git repository at: git://people.freedesktop.org/~airlied/linux drm-fixes for you to fetch changes up to c92a428f408b23215d1a27f652742094bfc50577: Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2016-02-11 08:39:07 +1000) ---------------------------------------------------------------- Alex Deucher (16): drm/amdgpu: add pcie cap module parameters (v2) drm/amdgpu/cik: don't mess with aspm if gpu is root bus drm/amdgpu/dpm/ci: switch over to the common pcie caps interface drm/amdgpu: handle uvd pg flags properly drm/amdgpu: handle vce pg flags properly drm/amdgpu: clean up vce pg flags for cz/st drm/amdgpu: be consistent with uvd cg flags drm/amd/powerplay/cz: disable uvd pg drm/amd/powerplay/cz: disable vce pg drm/amd/powerplay/tonga: disable uvd pg drm/amd/powerplay/tonga: disable vce pg drm/amdgpu: add a cgs interface to fetch cg and pg flags drm/amdgpu: remove unused cg defines drma/dmgpu: move cg and pg flags into shared headers drm/amdgpu/tonga: plumb pg flags through to powerplay drm/amdgpu/cz: plumb pg flags through to powerplay Christian König (1): drm/amdgpu: fix issue with overlapping userptrs Dave Airlie (1): Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Flora Cui (1): drm/amdgpu: fix s4 resume Nicolai Hähnle (3): drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2) drm/amdgpu: remove unnecessary forward declaration drm/radeon: hold reference to fences in radeon_sa_bo_new drivers/gpu/drm/amd/amdgpu/amdgpu.h | 47 +------ drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 6 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 160 ++++++++++++---------- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c | 5 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 19 +++ drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 11 +- drivers/gpu/drm/amd/amdgpu/cik.c | 157 ++++++++++----------- drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 4 +- drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 6 +- drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 70 +++++----- drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 10 +- drivers/gpu/drm/amd/amdgpu/kv_dpm.c | 8 +- drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c | 10 +- drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c | 8 ++ drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 7 +- drivers/gpu/drm/amd/amdgpu/vce_v2_0.c | 5 +- drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 7 +- drivers/gpu/drm/amd/amdgpu/vi.c | 3 +- drivers/gpu/drm/amd/include/amd_shared.h | 32 +++++ drivers/gpu/drm/amd/include/cgs_common.h | 2 + drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 18 +++ drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c | 19 ++- drivers/gpu/drm/radeon/radeon_sa.c | 5 + 25 files changed, 373 insertions(+), 257 deletions(-)