Hi Dave,
drm-intel-fixes-2017-07-27: i915 fixes for -rc3
Bit more than usual since we missed -rc2. 4x cc: stable, 2 gvt patches, but all fairly minor stuff. Last minute rebase was to add a few missing cc: stable, I did prep the pull this morning already and made sure CI approves.
Cheers, Daniel
The following changes since commit 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9:
Linux 4.13-rc2 (2017-07-23 16:15:17 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/git/drm-intel tags/drm-intel-fixes-2017-07-27
for you to fetch changes up to 5fe220a160e5422cebc076393c6bfd6d920243fd:
Merge tag 'gvt-fixes-2017-07-26' of https://github.com/01org/gvt-linux into drm-intel-fixes (2017-07-27 22:07:53 +0200)
---------------------------------------------------------------- i915 fixes for -rc3
Bit more than usual since we missed -rc2. 4x cc: stable, 2 gvt patches, but all fairly minor stuff. Last minute rebase was to add a few missing cc: stable, I did prep the pull this morning already and made sure CI approves.
---------------------------------------------------------------- Chris Wilson (4): drm/i915: Remove assertion from raw __i915_vma_unpin() drm/i915: Only mark the execobject as pinned on success drm/i915: Only skip updating execobject.offset after error drm/i915: Force CPU synchronisation even if userspace requests ASYNC
Christophe JAILLET (1): drm/i915/selftests: Fix an error handling path in 'mock_gem_device()'
Daniel Vetter (2): drm/i915: Unbreak gpu reset vs. modeset locking Merge tag 'gvt-fixes-2017-07-26' of https://github.com/01org/gvt-linux into drm-intel-fixes
Imre Deak (2): drm/i915: Fix user ptr check size in eb_relocate_vma() drm/i915: Fix scaler init during CRTC HW state readout
Jian Jun Chen (1): drm/i915/gvt: Extend KBL platform support in GVT-g
Maarten Lankhorst (1): drm/i915: Fix bad comparison in skl_compute_plane_wm.
Navare, Manasi D (1): drm/i915/cnl: Fix loadgen select programming on ddi vswing sequence
Ville Syrjälä (1): drm/i915: Fix cursor updates on some platforms
fred gao (1): drm/i915/gvt: Fix the vblank timer close issue after shutdown VMs in reverse
drivers/gpu/drm/i915/gvt/display.c | 22 +++--- drivers/gpu/drm/i915/i915_gem_clflush.c | 7 +- drivers/gpu/drm/i915/i915_gem_clflush.h | 2 +- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 24 ++++--- drivers/gpu/drm/i915/i915_vma.h | 2 +- drivers/gpu/drm/i915/intel_ddi.c | 4 +- drivers/gpu/drm/i915/intel_display.c | 86 ++++++++++-------------- drivers/gpu/drm/i915/intel_gvt.c | 2 +- drivers/gpu/drm/i915/intel_pm.c | 4 +- drivers/gpu/drm/i915/selftests/mock_gem_device.c | 2 +- 10 files changed, 72 insertions(+), 83 deletions(-)
dri-devel@lists.freedesktop.org