[git pull] drm fixes for 4.9-rc6

From: Dave Airlie
Date: Wed Nov 16 2016 - 18:56:16 EST


Hi Linus,

There seems to be an uptick in the ARM drivers sending things for
fixes which is good, so I've decided to dequeue a bit early, more
stuff may arrive before the weekend.

This contains mediatek, arcpgu, sunxi, fsl-dcu display controller
fixes along with 3 amdgpu fixes, one for a fencing issue with
secondary GPUs.

Dave.

The following changes since commit 24399f4f0b95522e01e212537d26880227787670:

Merge tag 'imx-drm-fixes-2016-11-10' of
git://git.pengutronix.de/git/pza/linux into drm-fixes (2016-11-11
09:09:57 +1000)

are available in the git repository at:

git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.9-rc6

for you to fetch changes up to 29ed197333bdb1ccda1790bd2418f3a835de86fd:

Merge branch 'drm-fixes-4.9' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2016-11-17
09:45:27 +1000)

----------------------------------------------------------------
fixes for amdgpu, and a bunch of arm drivers.

----------------------------------------------------------------
Alex Deucher (1):
drm/amdgpu/powerplay: drop a redundant NULL check

Bibby Hsieh (3):
drm/mediatek: fix a typo of OD_CFG to OD_RELAYMODE
drm/mediatek: set vblank_disable_allowed to true
drm/mediatek: clear IRQ status before enable OVL interrupt

Christophe JAILLET (2):
drm/sun4i: Fix error handling
drm/sun4i: Propagate error to the caller

Dave Airlie (5):
Merge branch 'fixes-for-v4.9-rc5' of
http://git.agner.ch/git/linux-drm-fsl-dcu into drm-fixes
Merge branch 'topic-arcpgu-fixes' of
https://github.com/foss-for-synopsys-dwc-arc-processors/linux into
drm-fixes
Merge tag 'sunxi-drm-fixes-for-4.9' of
https://git.kernel.org/.../mripard/linux into drm-fixes
Merge branch 'mediatek-drm-fixes-2016-11-11' of
https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes
Merge branch 'drm-fixes-4.9' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Eugeniy Paltsev (1):
drm/arcpgu: Accommodate adv7511 switch to DRM bridge

Jonathan Liu (1):
drm/sun4i: rgb: Enable panel after controller

Junzhi Zhao (3):
drm/mediatek: do mtk_hdmi_send_infoframe after HDMI clock enable
drm/mediatek: enhance the HDMI driving current
drm/mediatek: modify the factor to make the pll_rate set in the
1G-2G range

Mario Kleiner (1):
drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)

Maxime Ripard (1):
drm/sun4i: rgb: Remove the bridge enable/disable functions

Monk Liu (1):
drm/amdgpu:fix vpost_needed routine

Stefan Agner (3):
drm/fsl-dcu: do not update when modifying irq registers
drm/fsl-dcu: update all registers on flush
drm/fsl-dcu: disable planes before disabling CRTC

drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 27 +---
drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c | 20 ++-
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 2 -
drivers/gpu/drm/arc/arcpgu_hdmi.c | 159 +++--------------------
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c | 13 +-
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 4 -
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c | 5 -
drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 1 +
drivers/gpu/drm/mediatek/mtk_dpi.c | 9 +-
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 2 +-
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 1 +
drivers/gpu/drm/mediatek/mtk_hdmi.c | 17 ++-
drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c | 42 ++++--
drivers/gpu/drm/sun4i/sun4i_drv.c | 4 +-
drivers/gpu/drm/sun4i/sun4i_rgb.c | 20 ++-
17 files changed, 117 insertions(+), 212 deletions(-)