[PULL] drm-intel-next-fixes
Jani Nikula
jani.nikula at intel.com
Fri Feb 17 09:46:47 UTC 2017
Hi Dave, i915 and GVT fixes for the v4.11 merge window. There's quite a
bit of cc: stable stuff that either didn't apply cleanly to v4.10 or
just arrived too late. I played it safe, and didn't try to rush them to
v4.10 anymore.
This one superseeds [1]. I rebased/recreated the branch to get rid of
the funny stuff.
BR,
Jani.
[1] http://mid.mail-archive.com/87fujfpmz7.fsf@intel.com
The following changes since commit 13f62f54d174d3417c3caaafedf5e22a0a03e442:
Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-next (2017-02-10 10:13:30 +1000)
are available in the git repository at:
git://anongit.freedesktop.org/git/drm-intel tags/drm-intel-next-fixes-2017-02-17
for you to fetch changes up to 998d75730b40afc218c059d811869abe9676b305:
drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT (2017-02-16 11:59:14 +0200)
----------------------------------------------------------------
i915 and GVT fixes for v4.11 merge window
----------------------------------------------------------------
Changbin Du (5):
drm/i915/gvt: remove a noisy unimportant log in sched_policy
drm/i915/gvt: remove a redundant end of line in debug log
drm/i915/gvt: reduce the line of interrupt logs and log friendly
drm/i915/gvt: fix crash at function release_shadow_wa_ctx
drm/i915/gvt: add missing display part reset for vGPU reset
Chris Wilson (6):
drm/i915: Recreate internal objects with single page segments if dmar fails
drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling mode
drm/i915: Restore context and pd for ringbuffer submission after reset
drm/i915: Check for timeout completion when waiting for the rq to submitted
drm/i915/gvt: Disable access to stolen memory as a guest
drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()
Chuanxiao Dong (6):
drm/i915/gvt: add more resolutions in virtual edid
drm/i915/gvt: Map shadow page before using it in shadow page table
drm/i915/gvt: map pfn for PTE entry in kvm
drm/i915/gvt: enable IOMMU for gvt
drm/i915/gvt: optimize the inhibit context mmio load
drm/i915/gvt: return error code if dma map iova failed
Dan Carpenter (1):
drm/i915/gvt/kvmgt: remove some dead code
Hans de Goede (1):
drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT
Imre Deak (2):
drm/i915/gen9+: Enable hotplug detection early
drm/i915/lspcon: Fix resume time initialization due to unasserted HPD
Jani Nikula (2):
Merge tag 'gvt-next-2017-02-07' of https://github.com/01org/gvt-linux into drm-intel-next-fixes
Merge tag 'gvt-next-2017-02-15' of https://github.com/01org/gvt-linux into drm-intel-next-fixes
Ville Syrjälä (1):
drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
Xu Han (1):
drm/i915/gvt: add sprite plane flip done support.
Zhenyu Wang (7):
drm/i915: make intel_gvt_init() later instead of too early
drm/i915/gvt: move intel iommu detection to intel_gvt_init()
drm/i915/gvt: remove detect_host() MPT hook
drm/i915/gvt: use normal mmio read function for firmware exposure
drm/i915/gvt: fix vgpu type size init
drm/i915/gvt: Fix alignment for GTT allocation
drm/i915/gvt: Fix shadow context descriptor
Zhi Wang (2):
drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.
drm/i915: A hotfix for making aliasing PPGTT work for GVT-g
drivers/gpu/drm/i915/gvt/aperture_gm.c | 15 +++--
drivers/gpu/drm/i915/gvt/cmd_parser.c | 20 +++++-
drivers/gpu/drm/i915/gvt/display.c | 31 +++++++--
drivers/gpu/drm/i915/gvt/display.h | 1 +
drivers/gpu/drm/i915/gvt/execlist.c | 2 +-
drivers/gpu/drm/i915/gvt/firmware.c | 47 ++------------
drivers/gpu/drm/i915/gvt/gtt.c | 70 ++++++++++++++------
drivers/gpu/drm/i915/gvt/gvt.c | 7 --
drivers/gpu/drm/i915/gvt/hypercall.h | 1 -
drivers/gpu/drm/i915/gvt/interrupt.c | 57 +++++-----------
drivers/gpu/drm/i915/gvt/kvmgt.c | 108 +++++++++++++++----------------
drivers/gpu/drm/i915/gvt/mpt.h | 12 ----
drivers/gpu/drm/i915/gvt/render.c | 17 +++++
drivers/gpu/drm/i915/gvt/sched_policy.c | 1 -
drivers/gpu/drm/i915/gvt/scheduler.c | 5 +-
drivers/gpu/drm/i915/gvt/vgpu.c | 14 ++--
drivers/gpu/drm/i915/i915_drv.c | 14 ++--
drivers/gpu/drm/i915/i915_gem.c | 22 +++----
drivers/gpu/drm/i915/i915_gem_gtt.c | 7 +-
drivers/gpu/drm/i915/i915_gem_internal.c | 37 +++++++----
drivers/gpu/drm/i915/i915_gem_request.c | 7 +-
drivers/gpu/drm/i915/i915_gem_stolen.c | 5 ++
drivers/gpu/drm/i915/i915_gem_tiling.c | 2 +-
drivers/gpu/drm/i915/i915_irq.c | 69 ++++++++++++++------
drivers/gpu/drm/i915/i915_reg.h | 6 +-
drivers/gpu/drm/i915/intel_dp.c | 10 +--
drivers/gpu/drm/i915/intel_drv.h | 2 +
drivers/gpu/drm/i915/intel_gvt.c | 5 ++
drivers/gpu/drm/i915/intel_lrc.c | 19 +++++-
drivers/gpu/drm/i915/intel_lspcon.c | 5 +-
drivers/gpu/drm/i915/intel_opregion.c | 13 +++-
drivers/gpu/drm/i915/intel_ringbuffer.c | 58 ++++++++++++++++-
32 files changed, 411 insertions(+), 278 deletions(-)
--
Jani Nikula, Intel Open Source Technology Center
More information about the dri-devel
mailing list