Hi Dave, radeon and amdgpu fixes for 4.5. Highlights: - powerplay fixes for amdgpu - race fixes in the sub-allocator in radeon and amdgpu - hibernate fix for amdgpu - fix a possible circular locking in userptr handling in amdgpu The following changes since commit 6739b3d7bc18a5373efd863b11831e8f515fffe1: Merge branch 'drm-fixes-mst' of git://people.freedesktop.org/~airlied/linux into drm-fixes (2016-02-05 15:24:17 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-4.5 for you to fetch changes up to cc1de6e800c253172334f8774c419dc64401cd2e: drm/amdgpu: fix issue with overlapping userptrs (2016-02-10 14:07:52 -0500) ---------------------------------------------------------------- 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 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(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel