[git pull] drm fixes for v4.14-rc6

Dave Airlie airlied at gmail.com
Fri Oct 20 05:59:10 UTC 2017


Hi Linus,

Standard fixes pull for rc6. One regression fix for amdgpu, a bunch
of nouveau fixes that I'd missed a pull req for from Ben last week,
some exynos regression fixes, and a few fixes for i915.

Dave.
The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9:

  Linux 4.14-rc5 (2017-10-15 21:01:12 -0400)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.14-rc6

for you to fetch changes up to 2cb3a34abd035756f9ba3cde12f44f4b3e4c234b:

  Merge tag 'drm-intel-fixes-2017-10-18-1' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2017-10-19
15:00:47 +1000)

----------------------------------------------------------------
amdgpu, nouveau, i915 and exynos fixes

----------------------------------------------------------------
Alex Deucher (1):
      Revert "drm/amdgpu: discard commands of killed processes"

Ben Skeggs (2):
      drm/nouveau/mmu: flush tlbs before deleting page tables
      drm/nouveau/kms/nv50: fix oops during DP IRQ handling on non-MST boards

Changbin Du (1):
      drm/i915/gvt: Fix GPU hang after reusing vGPU instance across
different guest OS

Chris Wilson (3):
      drm/i915: Fix eviction when the GGTT is idle but full
      drm/i915: Use bdw_ddi_translations_fdi for Broadwell
      drm/i915: Report -EFAULT before pwrite fast path into shmemfs

Dave Airlie (4):
      Merge tag 'exynos-drm-fixes-for-v4.14-rc5' of
git://git.kernel.org/.../daeinki/drm-exynos into drm-fixes
      Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-fixes
      Merge branch 'drm-fixes-4.14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2017-10-18-1' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Ilia Mirkin (1):
      drm/nouveau/bsp/g92: disable by default

Marek Szyprowski (2):
      drm/exynos: Fix potential NULL pointer dereference in suspend/resume paths
      drm/exynos: Clear drvdata after component unbind

Oscar Mateo (1):
      drm/i915: Use a mask when applying WaProgramL3SqcReg1Default

Pavel Roskin (1):
      drm/nouveau/fbcon: fix oops without fbdev emulation

Rodrigo Vivi (3):
      Merge tag 'gvt-fixes-2017-10-16' of
https://github.com/01org/gvt-linux into drm-intel-fixes
      drm/i915/cnl: Fix PLL mapping.
      drm/i915/cnl: Fix PLL initialization for HDMI.

 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c  | 23 ++--------
 drivers/gpu/drm/exynos/exynos_drm_drv.c        |  8 +++-
 drivers/gpu/drm/i915/gvt/sched_policy.c        | 22 ++++-----
 drivers/gpu/drm/i915/i915_gem.c                |  3 ++
 drivers/gpu/drm/i915/i915_gem_evict.c          | 63 ++++++++++++++++----------
 drivers/gpu/drm/i915/i915_reg.h                |  1 +
 drivers/gpu/drm/i915/intel_ddi.c               |  7 ++-
 drivers/gpu/drm/i915/intel_dpll_mgr.c          |  2 +-
 drivers/gpu/drm/i915/intel_engine_cs.c         |  9 ++--
 drivers/gpu/drm/i915/intel_pm.c                |  9 ++--
 drivers/gpu/drm/nouveau/nouveau_fbcon.c        |  7 +--
 drivers/gpu/drm/nouveau/nv50_display.c         |  5 +-
 drivers/gpu/drm/nouveau/nvkm/engine/bsp/g84.c  |  2 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c |  2 +
 14 files changed, 90 insertions(+), 73 deletions(-)


More information about the dri-devel mailing list