Hi Dave and Daniel,
Here goes drm-intel-next-fixes-2019-09-11:
Few fixes on GGTT and PPGTT around pin, locks, fence and vgpu.
This also includes GVT fixes with two recent fixes: one for recent guest hang regression and another for guest reset fix.
Thanks, Rodrigo.
The following changes since commit 578d2342ec702e5fb8a77983fabb3754ae3e9660:
Merge tag 'drm-next-5.4-2019-08-23' of git://people.freedesktop.org/~agd5f/linux into drm-next (2019-08-27 17:22:15 +1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2019-09-11
for you to fetch changes up to 6e5c5272ca00809aae20817efb6f25881268b50b:
drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmap (2019-09-06 09:53:15 -0700)
---------------------------------------------------------------- Few fixes on GGTT and PPGTT around pin, locks, fence and vgpu.
This also includes GVT fixes with two recent fixes: one for recent guest hang regression and another for guest reset fix.
---------------------------------------------------------------- Chris Wilson (3): drm/i915: Hold irq-off for the entire fake lock period drm/i915: Flush the existing fence before GGTT read/write drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmap
Rodrigo Vivi (1): Merge tag 'gvt-next-fixes-2019-09-06' of https://github.com/intel/gvt-linux into drm-intel-next-fixes
Weinan Li (1): drm/i915/gvt: update RING_START reg of vGPU when the context is submitted to i915
Xiaolin Zhang (2): drm/i915/gvt: update vgpu workload head pointer correctly drm/i915: to make vgpu ppgtt notificaiton as atomic operation
drivers/gpu/drm/i915/gem/i915_gem_mman.c | 2 +- drivers/gpu/drm/i915/gt/intel_engine_pm.c | 28 ++++++++++++------- drivers/gpu/drm/i915/gt/intel_reset.c | 9 ++++--- drivers/gpu/drm/i915/gt/intel_timeline.c | 10 ++++--- drivers/gpu/drm/i915/gvt/scheduler.c | 45 ++++++++++++++++++++++--------- drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/i915_gem.c | 23 +++++++++++----- drivers/gpu/drm/i915/i915_gem_gtt.c | 12 +++++---- drivers/gpu/drm/i915/i915_request.c | 9 ++++--- drivers/gpu/drm/i915/i915_vgpu.c | 1 + 10 files changed, 92 insertions(+), 48 deletions(-)