Hi Linus, Not a whole lot happening here, a set of amdgpu fixes and one core deadlock fix, and some misc drivers fixes. Dave. The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d: Linux 4.12-rc2 (2017-05-21 19:30:23 -0700) are available in the git repository at: git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.12-rc3 for you to fetch changes up to bc1f0e04da20473d6fea4444b0cd9ac638a348d5: Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-05-26 11:51:55 +1000) ---------------------------------------------------------------- misc and amdgpu fixes ---------------------------------------------------------------- Alex Deucher (4): drm/amdgpu/ci: disable mclk switching for high refresh rates (v2) drm/radeon/ci: disable mclk switching for high refresh rates (v2) drm/amd/powerplay/smu7: add vblank check for mclk switching (v2) drm/amd/powerplay/smu7: disable mclk switching for high refresh rates Christian König (1): drm/amdgpu: fix fundamental suspend/resume issue Chunming Zhou (1): drm/amdgpu: fix NULL pointer panic of emit_gds_switch Dan Carpenter (1): drm/amd/powerplay: fix a signedness bugs Daniel Vetter (1): drm: Fix deadlock retry loop in page_flip_ioctl Dave Airlie (2): Merge tag 'drm-misc-fixes-2017-05-25' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Gabriel Krisman Bertazi (1): drm: qxl: Delay entering atomic context during cursor update Lukas Wunner (1): drm/radeon: Fix oops upon driver load on PowerXpress laptops Lyude (1): drm/radeon: Unbreak HPD handling for r600+ Patrik Jakobsson (1): drm/gma500/psb: Actually use VBT mode when it is found Rex Zhu (1): drm/amdgpu: fix null point error when rmmod amdgpu. drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 7 ++++- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 24 ++++++++++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 1 + drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 6 ++++ drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 15 ++-------- drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 15 ++-------- drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 15 ++-------- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 16 ++--------- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 32 +++++++++++++++++++--- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 2 +- drivers/gpu/drm/drm_plane.c | 5 ++-- drivers/gpu/drm/gma500/psb_intel_lvds.c | 18 +++++++----- drivers/gpu/drm/qxl/qxl_display.c | 4 +-- drivers/gpu/drm/radeon/ci_dpm.c | 6 ++++ drivers/gpu/drm/radeon/cik.c | 4 +-- drivers/gpu/drm/radeon/evergreen.c | 4 +-- drivers/gpu/drm/radeon/r600.c | 2 +- drivers/gpu/drm/radeon/radeon_kms.c | 2 +- drivers/gpu/drm/radeon/si.c | 4 +-- 19 files changed, 102 insertions(+), 80 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel