[git pull] drm fixes for 5.0-rc8 (or final)

From: Dave Airlie
Date: Thu Feb 21 2019 - 19:14:04 EST


Hi Linus,

This contains a single i915 tiled display fix, and a set of amdgpu/radeon fixes.

amdgpu/radeon:
runtime PM fix
bulk moves disable (fix is too large for 5.0)
and a set of display fixes that are all cc'ed stable so we didn't want
to leave them until -next.

Dave.

drm-fixes-2019-02-22:
drm amdgpu + one i915 fix
The following changes since commit a3b22b9f11d9fbc48b0291ea92259a5a810e9438:

Linux 5.0-rc7 (2019-02-17 18:46:40 -0800)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-02-22

for you to fetch changes up to 019276ed65f364de27b929da4e083bb86ce7d1ef:

Merge branch 'drm-fixes-5.0' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-02-22
09:35:25 +1000)

----------------------------------------------------------------
drm amdgpu + one i915 fix

----------------------------------------------------------------
Alex Deucher (1):
drm/amdgpu: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtime

Bhawanpreet Lakha (2):
drm/amd/display: fix optimize_bandwidth func pointer for dce80
drm/amd/display: set clocks to 0 on suspend on dce80

Chris Wilson (1):
drm/i915/fbdev: Actually configure untiled displays

Christian KÃnig (1):
drm/amdgpu: disable bulk moves for now

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

Leo (Hanghong) Ma (1):
drm/amd/display: Fix MST reboot/poweroff sequence

Nicholas Kazlauskas (1):
drm/amd/display: Fix negative cursor pos programming

Rafael J. Wysocki (1):
gpu: drm: radeon: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtime

Roman Li (1):
drm/amd/display: Raise dispclk value for dce11

shaoyunl (1):
drm/amdgpu: Update sdma golden setting for vega20

drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 ++
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 4 ++--
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 5 +++--
drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c | 11 ++++++++---
.../drm/amd/display/dc/dce100/dce100_hw_sequencer.h | 4 ++++
.../gpu/drm/amd/display/dc/dce80/dce80_hw_sequencer.c | 2 +-
drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c | 19 ++++++++++++++++---
.../gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 4 ++--
drivers/gpu/drm/i915/intel_fbdev.c | 12 +++++++-----
drivers/gpu/drm/radeon/radeon_kms.c | 1 +
11 files changed, 47 insertions(+), 18 deletions(-)