Hi Linus, Just back online for a couple of days, gathered up the remaining fixes pull requests, fixes for a few ARM platforms (msm, tilcdc, meson), and one core atomic fix. The AMD pull has some new hardware support (Polaris12) in it, but this is pretty limited to just hw enablement and shouldn't cause any problems. If necessary I'll try and get a fixes request out next week from LCA, but if not I should be returning to normal the week after. Dave. The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8: Linux 4.10-rc3 (2017-01-08 14:18:17 -0800) are available in the git repository at: git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.10-rc4 for you to fetch changes up to 6edd870bca30b3aa69370a99bcefc1e5f2b8b190: Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-01-09 09:47:19 +1000) ---------------------------------------------------------------- amdgpu, radeon, msm, meson, tilcdc, drm fixes. ---------------------------------------------------------------- Alex Deucher (4): MAINTAINERS: Update mailing list for radeon and amdgpu drm/radeon: update smc firmware selection for SI drm/radeon: drop verde dpm quirks drm/amdgpu: drop verde dpm quirks Bartosz Golaszewski (1): drm: tilcdc: simplify the recovery from sync lost error on rev1 Dave Airlie (5): Merge tag 'drm-misc-fixes-2017-01-04' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes Merge tag 'tilcdc-4.10-fixes' of https://github.com/jsarha/linux into drm-fixes Merge tag 'meson-drm-fixes-for-4.10' of git://people.freedesktop.org/~narmstrong/linux into drm-fixes Merge branch 'msm-fixes-4.10' of git://people.freedesktop.org/~robclark/linux into drm-fixes Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Flora Cui (1): drm/amdgpu: update si kicker smc firmware Jordan Crouse (3): drm/msm: Ensure that the hardware write pointer is valid drm/msm: Put back the vaddr in submit_reloc() drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are set Junwei Zhang (3): drm/amd/amdgpu: add Polaris12 support (v3) drm/amdgpu/powerplay: add Polaris12 support drm/amd/amdgpu: add Polaris12 PCI ID Laurent Pinchart (1): drm: Clean up planes in atomic commit helper failure path Neil Armstrong (3): drm/meson: Fix plane atomic check when no crtc for the plane drm/meson: Fix CVBS initialization when HDMI is configured by bootloader drm/meson: Fix CVBS VDAC disable Rex Zhu (1): drm/amd/powerplay: extend smu's response timeout time. Yintian Tao (1): drm/amdgpu: remove static integer for uvd pp state MAINTAINERS | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 7 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 5 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 5 ++ drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 13 +++- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 31 ++++++++-- drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 5 ++ drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | 6 ++ drivers/gpu/drm/amd/amdgpu/si_dpm.c | 70 +++++++++------------- drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c | 5 -- drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 5 +- drivers/gpu/drm/amd/amdgpu/vi.c | 10 ++++ drivers/gpu/drm/amd/include/amd_shared.h | 3 +- drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 3 +- .../gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c | 2 +- drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c | 1 + drivers/gpu/drm/drm_atomic_helper.c | 4 +- drivers/gpu/drm/meson/meson_plane.c | 3 + drivers/gpu/drm/meson/meson_venc.c | 19 ++++++ drivers/gpu/drm/meson/meson_venc_cvbs.c | 2 +- drivers/gpu/drm/msm/adreno/adreno_gpu.c | 9 ++- drivers/gpu/drm/msm/msm_gem_submit.c | 18 +++--- drivers/gpu/drm/msm/msm_ringbuffer.c | 3 +- drivers/gpu/drm/radeon/si.c | 60 +++++++++---------- drivers/gpu/drm/radeon/si_dpm.c | 13 ---- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 27 ++++++--- 29 files changed, 211 insertions(+), 126 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel