Hi Dave, More fixes for amdgpu for 4.2. We've integrated Jerome's comments about the interface among other things. I'll be on vacation next week so Christian will be handling any updates next week. The following changes since commit ae45577324d1f749c907840247d443696ac3bc7a: virtgpu: include linux/types.h to avoid warning. (2015-06-05 12:31:12 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-next-4.2-amdgpu for you to fetch changes up to 6d8db6ce239587c3d300d79fce3f5bb376232475: drm/amdgpu: fix a amdgpu_dpm=0 bug (2015-06-10 15:05:33 -0400) ---------------------------------------------------------------- Alex Deucher (10): drm/amdgpu: also print the pci revision when printing the pci ids drm/amdgpu: set the gfx config properly for all CZ variants (v2) drm/amdgpu: fix the build on big endian drm/admgpu: move XDMA golden registers to dce code drm/amdgpu: whitespace cleanup in gmc8 golden regs drm/amdgpu: update to latest gfx8 golden register settings drm/amdgpu/cz: don't call smu_init on resume drm/amdgpu/tonga: don't call smu_init on resume drm/amdgpu/iceland: don't call smu_init on resume drm/amdgpu: don't enable/disable display twice on suspend/resume Christian König (7): drm/amdgpu: fix user ptr race condition drm/amdgpu: fix amdgpu_vm_bo_map drm/amdgpu: fix saddr handling in amdgpu_vm_bo_unmap drm/amdgpu: cleanup VA IOCTL drm/amdgpu: remove AMDGPU_CTX_OP_STATE_RUNNING drm/amdgpu: cleanup UAPI comments drm/amdgpu: fix UVD/VCE VM emulation Chunming Zhou (1): drm/amdgpu: disable user fence interrupt (v2) David Zhang (1): drm/amdgpu: remove the VI hardware semaphore in ring sync Jack Xiao (1): drm/amdgpu: add zero timeout check in amdgpu_fence_wait_seq_timeout Jammy Zhou (1): drm/amdgpu: remove unused AMDGPU_IB_FLAG_GDS Sonny Jiang (2): drm/amdgpu: enable vce powergating drm/amdgpu: fix a amdgpu_dpm=0 bug drivers/gpu/drm/amd/amdgpu/amdgpu.h | 9 +- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 18 +++- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 8 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 65 +++++------- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 26 +++-- drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 + drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 6 +- drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 153 ++++++++++++++++++++++++++--- drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 27 ++--- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 27 ++--- drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 18 ---- drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 18 ++-- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 68 ++++++++++--- drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 2 +- drivers/gpu/drm/amd/amdgpu/iceland_dpm.c | 25 +++-- drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c | 5 +- drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | 5 +- drivers/gpu/drm/amd/amdgpu/tonga_dpm.c | 25 +++-- drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c | 4 +- drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c | 4 +- drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 4 +- drivers/gpu/drm/amd/amdgpu/vi.c | 6 +- include/uapi/drm/amdgpu_drm.h | 146 +++++++++++++++------------ 28 files changed, 445 insertions(+), 244 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel