[git pull] drm fixes for 5.0-rc2

From: Dave Airlie
Date: Thu Jan 10 2019 - 21:11:59 EST


Hi Linus,

Not a huge amount for rc2, assume the usual quiet period, and rc3 will
be most of it.

amdgpu:
- Powerplay fixes
- Virtual display pinning fixes
- Golden register updates for Vega
- Pitch and gem size validation fixes
- SR-IOV init error fix
- Pagetables in system RAM disable for some Raven system
- DP-MST resume fixes

tc358767 bridge:
- fix to work with displayport connector.

Dave.

drm-fixes-2019-01-11:
drm: amdgpu + tc358767 bridge + amd mst s/r fix
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-01-11

for you to fetch changes up to f34c48e06ddcc197f2cf7cbc006ceb74e28e1ccf:

Merge branch 'drm-fixes-5.0' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-01-11
07:38:56 +1000)

----------------------------------------------------------------
drm: amdgpu + tc358767 bridge + amd mst s/r fix

----------------------------------------------------------------
Christian KÃnig (1):
drm/amdgpu: disable system memory page tables for now

Dave Airlie (2):
Merge tag 'drm-misc-fixes-2019-01-10' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Merge branch 'drm-fixes-5.0' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Emily Deng (3):
drm/amdgpu/virtual_dce: No need to pin the fb's bo
drm/amdgpu/virtual_dce: No need to pin the cursor bo
drm/amdgpu/sriov:Correct pfvf exchange logic

Evan Quan (5):
drm/amd/powerplay: support BOOTUP_DEFAULT power profile mode
drm/amd/powerplay: update OD support flag for SKU with no OD capabilities
drm/amd/powerplay: create pp_od_clk_voltage device file under OD support
drm/amd/powerplay: avoid possible buffer overflow
drm/amd/powerplay: drop the unnecessary uclk hard min setting

Jim Qu (1):
drm/amdgpu: set WRITE_BURST_LENGTH to 64B to workaround SDMA1 hang

Kent Russell (1):
drm/amdgpu: Cleanup 2 compiler warnings

Likun Gao (1):
drm/amdgpu: make gfx9 enter into rlc safe mode when set MGCG

Lyude Paul (3):
drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume()
drm/amdgpu: Don't fail resume process if resuming atomic state fails
drm/dp_mst: Add __must_check to drm_dp_mst_topology_mgr_resume()

Tao Zhou (1):
drm/amdgpu: fix CPDMA hang in PRT mode for VEGA20

Tiecheng Zhou (1):
drm/amdgpu/gfx_v8_0: Reorder the gfx, kiq and kcq rings test sequence

Tomi Valkeinen (7):
drm/bridge: tc358767: add bus flags
drm/bridge: tc358767: add defines for DP1_SRCCTRL & PHY_2LANE
drm/bridge: tc358767: fix single lane configuration
drm/bridge: tc358767: fix initial DP0/1_SRCCTRL value
drm/bridge: tc358767: reject modes which require too much BW
drm/bridge: tc358767: fix output H/V syncs
drm/bridge: tc358767: use DP connector if no panel set

Yu Zhao (2):
drm/amdgpu: validate user pitch alignment
drm/amdgpu: validate user GEM object size

drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 12 +++---
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 38 +++++++++++++----
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 22 ++++++----
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 3 --
drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 17 ++------
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 48 +++++++++++++++-------
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 14 ++++---
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 2 +-
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 3 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 37 +++++++++++------
drivers/gpu/drm/amd/include/kgd_pp_interface.h | 13 +++---
drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 24 ++++++-----
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 8 ++--
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 12 +++---
drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 34 ++++++++++-----
drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 2 +-
drivers/gpu/drm/bridge/tc358767.c | 48 +++++++++++++++++-----
include/drm/drm_dp_mst_helper.h | 3 +-
18 files changed, 221 insertions(+), 119 deletions(-)