[git pull] drm fixes for 5.3-rc6

From: Dave Airlie
Date: Thu Aug 22 2019 - 22:07:28 EST


Hi Linus,
Hi Linus,

Live from the laundromat after my washing machine broke down, we have
the 5.3-rc6 fixes. Changelog is in the tag below, but nothing too
noteworthy in here.

Dave.

drm-fixes-2019-08-23:
drm fixes for 5.3-rc6

rcar-du:
- LVDS dual-link mode fix

mediatek:
- of node refcount fix
- prime buffer import fix
- dma max seg fix

komeda:
- output polling fix
- abfc format fix
- memory-region DT fix

amdgpu:
- bpc display fix
- ioctl memory leak fix
- gfxoff fix
- smu warnings fix

i915:
- HDMI mode readout fix
The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1:

Linux 5.3-rc5 (2019-08-18 14:31:08 -0700)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-08-23

for you to fetch changes up to 75710f08ea7e41b2f7010da3f6deab061f7a853b:

drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup_pptable
(2019-08-23 11:46:32 +1000)

----------------------------------------------------------------
drm fixes for 5.3-rc6

rcar-du:
- LVDS dual-link mode fix

mediatek:
- of node refcount fix
- prime buffer import fix
- dma max seg fix

komeda:
- output polling fix
- abfc format fix
- memory-region DT fix

amdgpu:
- bpc display fix
- ioctl memory leak fix
- gfxoff fix
- smu warnings fix

i915:
- HDMI mode readout fix

----------------------------------------------------------------
Alex Deucher (2):
drm/amdgpu/gfx9: update pg_flags after determining if gfx off is possible
drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup_pptable

Alexandre Courbot (2):
drm/mediatek: use correct device to import PRIME buffers
drm/mediatek: set DMA max segment size

Dave Airlie (5):
Merge tag 'du-fixes-20190816' of
git://linuxtv.org/pinchartl/media into drm-fixes
Merge tag 'mediatek-drm-fixes-5.3' of
https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes
Merge tag 'drm-fixes-5.3-2019-08-21' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'drm-intel-fixes-2019-08-22' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Merge tag 'drm-misc-fixes-2019-08-22' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Imre Deak (1):
drm/i915: Fix HW readout for crtc_clock in HDMI mode

Jacopo Mondi (1):
drm: rcar_lvds: Fix dual link mode operations

Kenneth Feng (1):
drm/amd/amdgpu: disable MMHUB PG for navi10

Kevin Wang (2):
drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptable
drm/amd/powerplay: remove duplicate macro
smu_get_uclk_dpm_states in amdgpu_smu.h

Lowry Li (Arm Technology China) (2):
drm/komeda: Initialize and enable output polling on Komeda
drm/komeda: Adds internal bpp computing for arm afbc only format YU08 YU10

Maarten Lankhorst (1):
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes

Mihail Atanassov (1):
drm/komeda: Add support for 'memory-region' DT node property

Nicholas Kazlauskas (1):
drm/amd/display: Calculate bpc based on max_requested_bpc

Nicolai HÃhnle (1):
drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctl

Nishka Dasgupta (1):
drm/mediatek: mtk_drm_drv.c: Add of_node_put() before goto

Tomi Valkeinen (1):
drm/omap: ensure we have a valid dma_mask

drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 9 +++-
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 ++
drivers/gpu/drm/amd/amdgpu/nv.c | 1 -
drivers/gpu/drm/amd/amdgpu/soc15.c | 5 --
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 16 ++++++-
drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 2 -
drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 6 ++-
drivers/gpu/drm/arm/display/komeda/komeda_dev.c | 9 ++++
.../drm/arm/display/komeda/komeda_format_caps.c | 19 ++++++++
.../drm/arm/display/komeda/komeda_format_caps.h | 3 ++
.../drm/arm/display/komeda/komeda_framebuffer.c | 5 +-
drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 5 ++
drivers/gpu/drm/i915/display/intel_ddi.c | 4 +-
drivers/gpu/drm/i915/intel_drv.h | 2 +-
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 54 ++++++++++++++++++++--
drivers/gpu/drm/mediatek/mtk_drm_drv.h | 2 +
drivers/gpu/drm/omapdrm/omap_drv.c | 2 +-
drivers/gpu/drm/rcar-du/rcar_lvds.c | 6 +--
18 files changed, 126 insertions(+), 28 deletions(-)