[git pull] drm fixes for v4.14-rc5

From: Dave Airlie
Date: Fri Oct 13 2017 - 20:04:51 EST


Hi Linus,

Couple of the arm people seem to wake up so this has imx and msm
fixes, along with a bunch of i915 stable bounds fixes and an amdgpu
regression fix.

All seems pretty okay for now.

Dave.

The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f:

Linux 4.14-rc4 (2017-10-08 20:53:29 -0700)

are available in the git repository at:

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

for you to fetch changes up to a480f30846d19b50106b3243d9d48683d2966249:

Merge tag 'drm-intel-fixes-2017-10-11' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2017-10-14
09:59:20 +1000)

----------------------------------------------------------------
drm: msm, i915, amdgpu, imx and sync_file fixes

----------------------------------------------------------------
Archit Taneja (2):
drm/msm/dsi: Use correct pm_runtime_put variant during host_init
drm/msm/mdp5: Remove extra pm_runtime_put call in mdp5_crtc_cursor_set()

Chris Wilson (2):
drm/i915: Silence compiler warning for hsw_power_well_enable()
drm/i915: Order two completing nop_submit_request

Christian KÃnig (1):
drm/amdgpu: fix placement flags in amdgpu_ttm_bind

Dave Airlie (5):
Merge tag 'drm-misc-fixes-2017-10-11' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Merge branch 'drm-fixes-4.14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'imx-drm-fixes-2017-10-12' of
git://git.pengutronix.de/git/pza/linux into drm-fixes
Merge branch 'msm-fixes-4.14-rc4' of
git://people.freedesktop.org/~robclark/linux into drm-fixes
Merge tag 'drm-intel-fixes-2017-10-11' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Jani Nikula (1):
drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and
DP AUX channel

Jeffy Chen (1):
drm/atomic: Unref duplicated drm_atomic_state in
drm_atomic_helper_resume()

John Einar Reitan (1):
sync_file: Return consistent status in SYNC_IOC_FILE_INFO

Lucas Stach (2):
gpu: ipu-v3: prg: wait for double buffers to be filled on channel startup
gpu: ipu-v3: pre: implement workaround for ERR009624

Maarten Lankhorst (1):
drm/i915: Use crtc_state_is_legacy_gamma in intel_color_check

Manasi Navare (2):
drm/i915/edp: Get the Panel Power Off timestamp after panel is off
drm/i915/edp: Increase the T12 delay quirk to 1300ms

Philipp Zabel (1):
gpu: ipu-v3: Allow channel burst locking on i.MX6 only

Rob Clark (4):
drm/msm/mdp5: add missing max size for 8x74 v1
drm/msm: use proper memory barriers for updating tail/head
drm/msm: fix error path cleanup
drm/msm: fix _NO_IMPLICIT fencing case

Ville SyrjÃlà (1):
drm/i915: Read timings from the correct transcoder in
intel_crtc_mode_get()

Wei Yongjun (1):
drm/msm: fix return value check in _msm_gem_kernel_new()

drivers/dma-buf/sync_file.c | 17 ++++++++++++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +-
drivers/gpu/drm/drm_atomic_helper.c | 1 +
drivers/gpu/drm/i915/i915_gem.c | 7 ++++++-
drivers/gpu/drm/i915/intel_bios.c | 2 +-
drivers/gpu/drm/i915/intel_color.c | 16 +++++++---------
drivers/gpu/drm/i915/intel_display.c | 14 +++++++++-----
drivers/gpu/drm/i915/intel_dp.c | 4 ++--
drivers/gpu/drm/i915/intel_runtime_pm.c | 2 +-
drivers/gpu/drm/msm/dsi/dsi_host.c | 2 +-
drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c | 2 ++
drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c | 2 --
drivers/gpu/drm/msm/msm_gem.c | 15 ++-------------
drivers/gpu/drm/msm/msm_gem_submit.c | 24 ++++++++++++++++++------
drivers/gpu/drm/msm/msm_gpu.c | 3 ++-
drivers/gpu/drm/msm/msm_rd.c | 12 ++++++++++--
drivers/gpu/ipu-v3/ipu-common.c | 8 ++++++++
drivers/gpu/ipu-v3/ipu-pre.c | 29 +++++++++++++++++++++++++++++
drivers/gpu/ipu-v3/ipu-prg.c | 7 +++++++
19 files changed, 119 insertions(+), 50 deletions(-)