[git pull] drm fixes for 4.18-rc3

From: Dave Airlie
Date: Fri Jun 29 2018 - 00:02:45 EST


Hi Linus,

Nothing too major this round, small set of mali-dp fixes, single meson
fix and a bunch of amdgpu fixes (one makes non-4k page sizes not be a
bad experience).

Thanks,
Dave.

drm-fixes-2018-06-29:
amdgpu, mali_dp and meson fixes
The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-06-29

for you to fetch changes up to 2d8aa4ef6aac566617052640e9bb07ecb9c45183:

Merge tag 'drm-misc-fixes-2018-06-28' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2018-06-29
06:25:08 +1000)

----------------------------------------------------------------
amdgpu, mali_dp and meson fixes

----------------------------------------------------------------
Alison Wang (1):
drm: mali-dp: Enable Global SE interrupts mask for DP500

Ayan Kumar Halder (3):
drm/arm/malidp: Ensure that the crtcs are shutdown before
removing any encoder/connector
drm/arm/malidp: Preserve LAYER_FORMAT contents when setting format
drm/mali-dp: Rectify the width and height passed to rotmem_required()

Christophe JAILLET (1):
drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'

Dave Airlie (4):
Merge branch 'for-upstream/malidp-fixes' of
git://linux-arm.org/linux-ld into drm-fixes
Merge branch 'drm-fixes-4.18' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge branch 'drm-fixes-4.18' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'drm-misc-fixes-2018-06-28' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

James Zhu (1):
drm/amdgpu:Support new VCN FW version naming convention

Leo Liu (1):
drm/amdgpu: fix UBSAN: Undefined behaviour for amdgpu_fence.c

Lyude Paul (1):
drm/amdgpu: Count disabled CRTCs in commit tail earlier

Michel DÃnzer (1):
drm/amdgpu: GPU vs CPU page size fixes in amdgpu_vm_bo_split_mapping

Shirish S (1):
drm/amd/display: release spinlock before committing updates to stream

drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 33 ++++++++++++++++++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 8 +++---
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 16 +++++------
drivers/gpu/drm/arm/malidp_drv.c | 3 ++-
drivers/gpu/drm/arm/malidp_hw.c | 3 ++-
drivers/gpu/drm/arm/malidp_planes.c | 9 ++++---
drivers/gpu/drm/meson/meson_drv.c | 12 ++++++---
8 files changed, 59 insertions(+), 27 deletions(-)