[git pull] drm fixes for 4.8 final
From: Dave Airlie
Date: Thu Sep 29 2016 - 22:40:30 EST
Hi Linus,
One big regression fix for udl, along with two amdgpu fixes and two
nouveau fixes.
All seems pretty safe and useful.
Dave.
The following changes since commit 08895a8b6b06ed2323cd97a36ee40a116b3db8ed:
Linux 4.8-rc8 (2016-09-25 18:47:13 -0700)
are available in the git repository at:
git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.8-final
for you to fetch changes up to 90fd68dcf9a763f7e575c8467415bd8a66d073f4:
drm/udl: fix line iterator in damage handling (2016-09-28 13:29:18 +1000)
----------------------------------------------------------------
drm fixes for final 4.8, udl, amdgpu/radeon and nouveau
----------------------------------------------------------------
Alex Deucher (1):
drm/radeon/si/dpm: add workaround for for Jet parts
Dave Airlie (2):
Merge branch 'drm-fixes-4.8' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge branch 'linux-4.8' of git://github.com/skeggsb/linux into drm-fixes
David Herrmann (1):
drm/udl: fix line iterator in damage handling
Grazvydas Ignotas (1):
drm/amdgpu: disable CRTCs before teardown
Ilia Mirkin (1):
drm/nouveau/fifo/nv04: avoid ramht race against cookie insertion
Karol Herbst (1):
drm/nouveau: Revert "bus: remove cpu_coherent flag"
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
drivers/gpu/drm/nouveau/include/nvkm/core/device.h | 1 +
drivers/gpu/drm/nouveau/nouveau_bo.c | 3 ++-
drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv04.c | 3 +++
drivers/gpu/drm/radeon/si_dpm.c | 6 ++++++
drivers/gpu/drm/udl/udl_fb.c | 2 +-
8 files changed, 16 insertions(+), 3 deletions(-)