Hi Dave, I'm early this week, here are the drm/i915 fixes for -rc3. The majority of them are actually Cc: stable, not bugs introduced this cycle, and almost all of them also have Fixes: annotations.
BR, Jani.
The following changes since commit 70647f9163aa4fc7090b0d6795d026ebe3897928:
Merge tag 'gvt-fixes-2017-03-08' of https://github.com/01org/gvt-linux into drm-intel-fixes (2017-03-08 12:21:54 +0200)
are available in the git repository at:
git://anongit.freedesktop.org/git/drm-intel tags/drm-intel-fixes-2017-03-14
for you to fetch changes up to 6aef660370a9c246956ba6d01eebd8063c4214cb:
drm/i915: Fix forcewake active domain tracking (2017-03-13 17:30:54 +0200)
---------------------------------------------------------------- drm/i915 fixes for v4.11-rc3
---------------------------------------------------------------- Ander Conselvan de Oliveira (1): drm/i915/glk: Fix watermark computations for third sprite plane
Chris Wilson (6): drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctl drm/i915/fbdev: Stop repeating tile configuration on stagnation drm/i915: Remove the vma from the drm_mm if binding fails drm/i915: Store a permanent error in obj->mm.pages drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctl drm/i915: Drain the freed state from the tail of the next commit
Imre Deak (1): drm/i915/gen9: Increase PCODE request timeout to 50ms
Maarten Lankhorst (2): drm/i915: Move updating color management to before vblank evasion drm/i915: Nuke skl_update_plane debug message from the pipe update critical section
Matthew Auld (1): drm/i915: use correct node for handling cache domain eviction
Mika Kuoppala (1): drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3
Tvrtko Ursulin (1): drm/i915: Fix forcewake active domain tracking
Ville Syrjälä (1): drm/i915: Nuke debug messages from the pipe update critical section
drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/i915_gem.c | 97 ++++++++++++++++++++++++++++++++-- drivers/gpu/drm/i915/i915_gem_evict.c | 8 +-- drivers/gpu/drm/i915/i915_gem_object.h | 3 ++ drivers/gpu/drm/i915/i915_vma.c | 57 +++++++++++++------- drivers/gpu/drm/i915/intel_display.c | 58 ++++++++++---------- drivers/gpu/drm/i915/intel_fbdev.c | 10 ++-- drivers/gpu/drm/i915/intel_pm.c | 18 +++++-- drivers/gpu/drm/i915/intel_sprite.c | 3 -- drivers/gpu/drm/i915/intel_uncore.c | 13 +++-- 10 files changed, 191 insertions(+), 77 deletions(-)
dri-devel@lists.freedesktop.org