[git pull] drm fixes for v4.9-rc7

From: Dave Airlie
Date: Thu Nov 24 2016 - 23:39:57 EST


Hi Linus,

Seems to be quietening down nicely, a few mediatek, one exynos and one
hdlcd fix,
along with 2 amd fixes.

Dave.

The following changes since commit 9c763584b7c8911106bb77af7e648bef09af9d80:

Linux 4.9-rc6 (2016-11-20 13:52:19 -0800)

are available in the git repository at:

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

for you to fetch changes up to 9704668e4b7105ede483f38da7f29d71b5bc0165:

Merge branch 'mediatek-drm-fixes-2016-11-24' of
https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes
(2016-11-25 14:21:26 +1000)

----------------------------------------------------------------
amd, mediatek, exynos and hdlcd fixes.

----------------------------------------------------------------
Arvind Yadav (1):
gpu/drm/exynos/exynos_hdmi - Unmap region obtained by of_iomap

Bibby Hsieh (1):
drm/mediatek: fix a typo of DISP_OD_CFG to OD_RELAYMODE

Dave Airlie (3):
Merge branch 'drm-fixes-4.9' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge branch 'for-upstream/hdlcd' of
git://linux-arm.org/linux-ld into drm-fixes
Merge branch 'mediatek-drm-fixes-2016-11-24' of
https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes

Jitao Shi (1):
drm/mediatek: fixed the calc method of data rate per lane

Matthias Brugger (1):
drm/mediatek: fix null pointer dereference

Peter Wu (2):
drm/amdgpu: fix power state when port pm is unavailable
drm/radeon: fix power state when port pm is unavailable (v2)

Rex Zhu (1):
drm/amd/powerplay: avoid out of bounds access on array ps.

Russell King (1):
drm/arm: hdlcd: fix plane base address update

drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 9 +++-
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 12 ++---
drivers/gpu/drm/arm/hdlcd_crtc.c | 5 +-
drivers/gpu/drm/exynos/exynos_hdmi.c | 5 ++
drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 14 +++---
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 2 +-
drivers/gpu/drm/mediatek/mtk_dsi.c | 64 ++++++++++++++++++------
drivers/gpu/drm/radeon/radeon_atpx_handler.c | 9 +++-
8 files changed, 85 insertions(+), 35 deletions(-)