Hi Dave & Daniel -
Normally I'd like to be slowing down on the fixes by now, but apart from the GVT fixes these are all cc: stable GPU fixes. No reason to postpone.
BR, Jani.
drm-intel-fixes-2020-03-12: drm/i915 fixes for v5.6-rc6: - hard lockup fix - GVT fixes - 32-bit alignment issue fix - timeline wait fixes - cacheline_retire and free
BR, Jani.
The following changes since commit 2c523b344dfa65a3738e7039832044aa133c75fb:
Linux 5.6-rc5 (2020-03-08 17:44:44 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2020-03-12
for you to fetch changes up to 14a0d527a479eb2cb6067f9e5e163e1bf35db2a9:
drm/i915: Defer semaphore priority bumping to a workqueue (2020-03-11 23:12:39 +0200)
---------------------------------------------------------------- drm/i915 fixes for v5.6-rc6: - hard lockup fix - GVT fixes - 32-bit alignment issue fix - timeline wait fixes - cacheline_retire and free
---------------------------------------------------------------- Chris Wilson (5): drm/i915: Actually emit the await_start drm/i915: Return early for await_start on same timeline drm/i915/execlists: Enable timeslice on partial virtual engine dequeue drm/i915/gt: Close race between cacheline_retire and free drm/i915: Defer semaphore priority bumping to a workqueue
Jani Nikula (1): Merge tag 'gvt-fixes-2020-03-10' of https://github.com/intel/gvt-linux into drm-intel-fixes
Matthew Auld (1): drm/i915: be more solid in checking the alignment
Tina Zhang (2): drm/i915/gvt: Fix emulated vbt size issue drm/i915/gvt: Fix dma-buf display blur issue on CFL
Zhenyu Wang (1): drm/i915/gvt: Fix unnecessary schedule timer when no vGPU exits
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 3 ++- drivers/gpu/drm/i915/gt/intel_lrc.c | 29 ++++++++++++++++---------- drivers/gpu/drm/i915/gt/intel_timeline.c | 8 +++++-- drivers/gpu/drm/i915/gvt/display.c | 3 ++- drivers/gpu/drm/i915/gvt/opregion.c | 5 ++--- drivers/gpu/drm/i915/gvt/vgpu.c | 12 ++++++++--- drivers/gpu/drm/i915/i915_request.c | 28 ++++++++++++++++++------- drivers/gpu/drm/i915/i915_request.h | 2 ++ drivers/gpu/drm/i915/i915_utils.h | 5 +++++ 9 files changed, 66 insertions(+), 29 deletions(-)
dri-devel@lists.freedesktop.org