[git pull] drm fixes for v4.19-rc4

From: Dave Airlie
Date: Thu Sep 13 2018 - 22:00:31 EST


Hi Linus,

This is the general drm fixes pull for rc4.

i915:
Two GVT fixes (one for the mm reference issue you pointed out).
Gen 2 video playback fix
IPS timeout error suppression on Broadwell

amdgpu:
Small memory leak, SR-IOV reset, locking and updated SDMA golden registers

nouveau:
Remove some leftover debugging.

Thanks,
Dave.

drm-fixes-2018-09-14:
i915, amdgpu and a single nouveau cleanup
The following changes since commit 2887e5ce15ddaa2f9a19e66f7462bbf0fe6867e0:

Merge branch 'linux-4.19' of git://github.com/skeggsb/linux into
drm-fixes (2018-09-11 16:54:46 +1000)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-09-14

for you to fetch changes up to 2b6318a09fd346edea42a60f8d0c07b2eea2d079:

Merge branch 'linux-4.19' of git://github.com/skeggsb/linux into
drm-fixes (2018-09-14 09:38:42 +1000)

----------------------------------------------------------------
i915, amdgpu and a single nouveau cleanup

----------------------------------------------------------------
Ben Skeggs (1):
drm/nouveau/devinit: fix warning when PMU/PRE_OS is missing

Chris Wilson (1):
drm/i915/overlay: Allocate physical registers from stolen

Christian KÃnig (2):
drm/amdgpu: fix amdgpu_mn_unlock() in the CS error path
drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk

Dave Airlie (3):
Merge tag 'drm-intel-fixes-2018-09-11' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Merge branch 'drm-fixes-4.19' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge branch 'linux-4.19' of git://github.com/skeggsb/linux into drm-fixes

Emily Deng (1):
drm/amdgpu: move PSP init prior to IH in gpu reset

Imre Deak (1):
drm/i915/bdw: Increase IPS disable timeout to 100ms

Rodrigo Vivi (1):
Merge tag 'gvt-fixes-2018-09-10' of
https://github.com/intel/gvt-linux into drm-intel-fixes

Tao Zhou (1):
drm/amdgpu: Fix SDMA hang in prt mode v2

Weinan Li (1):
drm/i915/gvt: Fix the incorrect length of child_device_config issue

Zhenyu Wang (1):
drm/i915/gvt: Fix life cycle reference on KVM mm

drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 25 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 7 +-
drivers/gpu/drm/i915/gvt/kvmgt.c | 10 +-
drivers/gpu/drm/i915/gvt/opregion.c | 20 +-
drivers/gpu/drm/i915/intel_display.c | 8 +-
drivers/gpu/drm/i915/intel_overlay.c | 228 +++++++--------------
.../gpu/drm/nouveau/nvkm/subdev/devinit/gm200.c | 21 +-
8 files changed, 131 insertions(+), 190 deletions(-)