[PULL] drm-intel-fixes
Joonas Lahtinen
joonas.lahtinen at linux.intel.com
Thu Dec 7 13:21:48 UTC 2017
Hi Dave,
As previously, the CI is still not very happy for the drm-intel-fixes branch
as we're lacking the temporary lockdep fixes which drm-tip is seeing applied.
Daniel has been pinging to get them going, so let's hope next pull will then
be on a solid CI base.
This round it's a bunch of display fixes (machine hanging or image corrupting)
of which the CNL eDP + HDMI hard hang fix being most notable one, then killing
off i915 lockdep warning and fixing GVT guest pre-emption and killing runtime
warnings.
Regards, Joonas
The following changes since commit ae64f9bd1d3621b5e60d7363bc20afb46aede215:
Linux 4.15-rc2 (2017-12-03 11:01:47 -0500)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2017-12-07
for you to fetch changes up to d85936ab62f902ab84be7a021aa013d4b5dfe292:
Merge tag 'gvt-fixes-2017-12-06' of https://github.com/intel/gvt-linux into drm-intel-fixes (2017-12-07 13:35:33 +0200)
----------------------------------------------------------------
- Fix for fd.o bug #103997 CNL eDP + HDMI causing a machine hard hang (James)
- Fix to allow suspending with a wedged GPU to hopefully unwedge it (Chris)
- Fix for Gen2 vblank timestap/frame counter jumps (Ville)
- Revert of a W/A for enabling FBC on CNL/GLK for certain images
and sizes (Rodrigo)
- Lockdep fix for i915 userptr code (Chris)
gvt-fixes-2017-12-06
- Fix invalid hw reg read value for vGPU (Xiong)
- Fix qemu warning on PCI ROM bar missing (Changbin)
- Workaround preemption regression (Zhenyu)
----------------------------------------------------------------
Changbin Du (1):
drm/i915/gvt: Emulate PCI expansion ROM base address register
Chris Wilson (2):
drm/i915: Skip switch-to-kernel-context on suspend when wedged
drm/i915: Call i915_gem_init_userptr() before taking struct_mutex
James Ausmus (1):
drm/i915/cnl: Mask previous DDI - PLL mapping
Joonas Lahtinen (1):
Merge tag 'gvt-fixes-2017-12-06' of https://github.com/intel/gvt-linux into drm-intel-fixes
Radhakrishna Sripada (1):
Revert "drm/i915: Display WA #1133 WaFbcSkipSegments:cnl, glk"
Ville Syrjälä (1):
drm/i915: Fix vblank timestamp/frame counter jumps on gen2
Xiong Zhang (1):
drm/i915/gvt: Limit read hw reg to active vgpu
Zhenyu Wang (2):
drm/i915/gvt: Don't mark vgpu context as inactive when preempted
drm/i915/gvt: set max priority for gvt context
Zhi Wang (1):
drm/i915/gvt: Export intel_gvt_render_mmio_to_ring_id()
drivers/gpu/drm/i915/gvt/cfg_space.c | 21 +++++++++++++++
drivers/gpu/drm/i915/gvt/handlers.c | 47 ++++++++++++++++++++++++++-------
drivers/gpu/drm/i915/gvt/mmio.h | 2 ++
drivers/gpu/drm/i915/gvt/scheduler.c | 22 +++++++++++++++-
drivers/gpu/drm/i915/i915_gem.c | 31 +++++++++++-----------
drivers/gpu/drm/i915/i915_reg.h | 3 ---
drivers/gpu/drm/i915/intel_ddi.c | 1 +
drivers/gpu/drm/i915/intel_display.c | 51 +++++++++++++++++++++++++-----------
drivers/gpu/drm/i915/intel_pm.c | 13 ---------
9 files changed, 133 insertions(+), 58 deletions(-)
More information about the dri-devel
mailing list