Hi Dave,
Here goes another round of drm/i915 fixes for 4.14.
drm-intel-fixes-2017-10-18-1:
Fix for stable:
- Fix DDI translation tables for BDW (Chris).
Critical fix:
- Fix GPU Hang on GVT (Changbin).
Other fixes:
- Fix eviction when GGTT is idle (Chris). - CNL PLL fixes (Rodrigo). - Fix pwrite into shmemfs (Chris). - Mask bits for BXT and CHV L3 Workaround WaProgramL3SqcReg1Default (Oscar).
Thanks, Rodrigo.
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://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2017-10-18-1
for you to fetch changes up to dd00ed9eff1e1819922f91da965f0e57e6a94216:
drm/i915: Use a mask when applying WaProgramL3SqcReg1Default (2017-10-18 08:12:51 -0700)
---------------------------------------------------------------- drm-intel-fixes-2017-10-18-1:
Fix for stable:
- Fix DDI translation tables for BDW (Chris).
Critical fix:
- Fix GPU Hang on GVT (Changbin).
Other fixes:
- Fix eviction when GGTT is idle (Chris). - CNL PLL fixes (Rodrigo). - Fix pwrite into shmemfs (Chris). - Mask bits for BXT and CHV L3 Workaround WaProgramL3SqcReg1Default (Oscar).
---------------------------------------------------------------- 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
Oscar Mateo (1): drm/i915: Use a mask when applying WaProgramL3SqcReg1Default
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/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 +++-- 8 files changed, 69 insertions(+), 47 deletions(-)
dri-devel@lists.freedesktop.org