[git pull] drm fixes for 5.1-rc6

From: Dave Airlie
Date: Wed Apr 17 2019 - 23:41:22 EST


Hi Linus,

Since Easter is looming for me, I'm just pushing whatever is in my
tree, I'll see what else turns up and maybe I'll send another pull
early next week if there is anything.

tegra:
- stream id programming fix
- avoid divide by 0 for bad hdmi audio setup code

ttm:
- Hugepages fix
- refcount imbalance in error path fix

amdgpu:
- GPU VM fixes for Vega/RV
- DC AUX fix for active DP-DVI dongles
- DC fix for multihead regression.

Dave.

drm-fixes-2019-04-18:
drm tegra, amdgpu fixes
The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2:

Linux 5.1-rc5 (2019-04-14 15:17:41 -0700)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-18

for you to fetch changes up to 00fd14ff3017f64a9a03a08291e4be0d87bedc17:

Merge branch 'drm-fixes-5.1' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-04-18
06:56:35 +1000)

----------------------------------------------------------------
drm tegra, amdgpu fixes

----------------------------------------------------------------
Alex Deucher (1):
drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming

Arnd Bergmann (1):
gpu: host1x: Program stream ID to bypass without SMMU

Christian KÃnig (3):
drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
drm/ttm: fix start page for huge page check in ttm_put_pages()
drm/ttm: fix incrementing the page pointer for huge pages

Dave Airlie (2):
Merge tag 'drm/tegra/for-5.1-rc6' of
git://anongit.freedesktop.org/tegra/linux into drm-fixes
Merge branch 'drm-fixes-5.1' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

David Francis (1):
drm/amd/display: If one stream full updates, full update all planes

Lin Yi (1):
drm/ttm: fix dma_fence refcount imbalance on error path

Martin Leung (1):
drm/amd/display: extending AUX SW Timeout

Thierry Reding (1):
drm/tegra: hdmi: Setup audio only if configured

wentalou (1):
drm/amdgpu: shadow in shadow_list without tbo.mem.start cause
page fault in sriov TDR

drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 +
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 1 +
drivers/gpu/drm/amd/display/dc/core/dc.c | 19 +++++++++++++++++++
drivers/gpu/drm/amd/display/dc/dc.h | 3 +++
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c | 9 ++++++---
drivers/gpu/drm/amd/display/dc/dce/dce_aux.h | 6 +++---
drivers/gpu/drm/tegra/hdmi.c | 12 +++++++++---
drivers/gpu/drm/ttm/ttm_bo.c | 4 +++-
drivers/gpu/drm/ttm/ttm_page_alloc.c | 13 +++++++------
drivers/gpu/host1x/hw/channel_hw.c | 8 ++++++--
10 files changed, 58 insertions(+), 18 deletions(-)