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

From: Dave Airlie
Date: Thu Sep 21 2017 - 04:11:53 EST


Hi Linus,

I've ended up on unplanned + planned leave this week, but there were
some fixes I decided to dequeue, some amdkfd bits missed the next pull
but they are pretty trivial, so I included them.

I'm not sure I'll see much else for rc2, lots of people are at XDC.

Dave.

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 56eac98b8a0bbb72132340dbfedc912c68c4bd56:

Merge tag 'exynos-drm-fixes-for-v4.14-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into
drm-fixes (2017-09-21 08:02:39 +1000)

----------------------------------------------------------------
amdkfd, i915 and exynos fixes

----------------------------------------------------------------
Arnd Bergmann (1):
drm: exynos: include linux/irq.h

Changbin Du (1):
drm/i915/gvt: Fix incorrect PCI BARs reporting

Chris Wilson (1):
drm/i915: Remove unused 'in_vbl' from i915_get_crtc_scanoutpos()

Christophe JAILLET (1):
drm/i915: Fix an error handling in 'intel_framebuffer_init()'

Dave Airlie (3):
Merge tag 'drm-amdkfd-next-2017-09-02' of
git://people.freedesktop.org/~gabbayo/linux into drm-fixes
Merge tag 'drm-intel-fixes-2017-09-20' of
git://anongit.freedesktop.org/git/drm-intel into drm-fixes
Merge tag 'exynos-drm-fixes-for-v4.14-rc1' of
git://git.kernel.org/.../daeinki/drm-exynos into drm-fixes

Himanshu Jha (1):
drm/amdkfd: remove memset before memcpy

Lee, Shawn C (2):
drm/i915/bxt: set min brightness from VBT
drm/i915/cnp: set min brightness from VBT

Maciej Purski (1):
drm/exynos/hdmi: Fix unsafe list iteration

Marek Szyprowski (2):
drm/exynos: Fix locking in the suspend/resume paths
drm/exynos: Fix suspend/resume support

Mikko Rapeli (1):
uapi linux/kfd_ioctl.h: only use __u32 and __u64

Oded Gabbay (1):
drm/amdkfd: pass queue's mqd when destroying mqd

Uma Shankar (1):
Revert "drm/i915/bxt: Disable device ready before shutdown command"

drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
.../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 1 -
drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 1 +
drivers/gpu/drm/exynos/exynos_drm_drv.c | 36 ++---
drivers/gpu/drm/exynos/exynos_drm_drv.h | 1 +
drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 20 +++
drivers/gpu/drm/exynos/exynos_drm_fbdev.h | 10 ++
drivers/gpu/drm/exynos/exynos_hdmi.c | 14 +-
drivers/gpu/drm/i915/gvt/cfg_space.c | 113 ++++++--------
drivers/gpu/drm/i915/i915_irq.c | 3 -
drivers/gpu/drm/i915/intel_display.c | 2 +-
drivers/gpu/drm/i915/intel_dsi.c | 11 --
drivers/gpu/drm/i915/intel_panel.c | 4 +
include/uapi/linux/kfd_ioctl.h | 172 ++++++++++-----------
14 files changed, 195 insertions(+), 195 deletions(-)