Hi Dave, some more i915 fixes for the new year.
drm-intel-fixes-2018-01-04: drm/i915 fixes for v4.15-rc7 - couple of documentation build fixes - serialize non-blocking modesets - prevent DMC from messing up GMBUS transfers - PSR regression fix
BR, Jani.
The following changes since commit 30a7acd573899fd8b8ac39236eff6468b195ac7d:
Linux 4.15-rc6 (2017-12-31 14:47:43 -0800)
are available in the git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2018-01-04
for you to fetch changes up to 30414f3010aff95ffdb6bed7b9dce62cde94fdc7:
drm/i915: Apply Display WA #1183 on skl, kbl, and cfl (2018-01-04 14:39:08 +0200)
---------------------------------------------------------------- drm/i915 fixes for v4.15-rc7 - couple of documentation build fixes - serialize non-blocking modesets - prevent DMC from messing up GMBUS transfers - PSR regression fix
---------------------------------------------------------------- Dhinakaran Pandiyan (1): drm/i915/psr: Fix register name mess up.
Lucas De Marchi (1): drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
Markus Heiser (1): docs: fix, intel_guc_loader.c has been moved to intel_guc_fw.c
Randy Dunlap (1): documentation/gpu/i915: fix docs build error after file rename
Ville Syrjälä (2): drm/i915: Disable DC states around GMBUS on GLK drm/i915: Put all non-blocking modesets onto an ordered wq
Documentation/gpu/i915.rst | 5 +---- drivers/gpu/drm/i915/i915_drv.h | 3 +++ drivers/gpu/drm/i915/i915_reg.h | 2 ++ drivers/gpu/drm/i915/intel_cdclk.c | 35 ++++++++++++++++++++++++--------- drivers/gpu/drm/i915/intel_display.c | 14 ++++++++++--- drivers/gpu/drm/i915/intel_psr.c | 16 +++++++-------- drivers/gpu/drm/i915/intel_runtime_pm.c | 11 +++++++++++ 7 files changed, 62 insertions(+), 24 deletions(-)