Hi Dave, Here goes drm-intel-next-fixes-2018-02-07: Fix for pcode timeouts on BXT and GLK, cmdparser fixes and fixes for new vbt version on CFL and CNL. GVT contains vGPU reset enhancement, which refines vGPU reset flow and the support of virtual aperture read/write when x-no-mmap=on is set in KVM, which is required by a test case from Redhat and also another fix for virtual OpRegion. Thanks, Rodrigo. The following changes since commit b8a89f530f5692c70778c965f0bc8f5a61fbe703: Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-next (2018-02-06 06:33:04 +1000) are available in the git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2018-02-07 for you to fetch changes up to 6dd3104e78943685d5183efe883d83a5f2361bf1: drm/i915/bios: add DP max link rate to VBT child device struct (2018-02-07 12:32:14 -0800) ---------------------------------------------------------------- Fix for pcode timeouts on BXT and GLK, cmdparser fixes and fixes for new vbt version on CFL and CNL. GVT contains vGPU reset enhancement, which refines vGPU reset flow and the support of virtual aperture read/write when x-no-mmap=on is set in KVM, which is required by a test case from Redhat and also another fix for virtual OpRegion. ---------------------------------------------------------------- Changbin Du (1): drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=on Imre Deak (1): drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changing Jani Nikula (1): drm/i915/bios: add DP max link rate to VBT child device struct Michal Srb (2): drm/i915/cmdparser: Check reg_table_count before derefencing. drm/i915/cmdparser: Do not check past the cmd length. Rodrigo Vivi (2): drm/i915/cnp: Ignore VBT request for know invalid DDC pin. drm/i915/cnp: Properly handle VBT ddc pin out of bounds. Tina Zhang (1): drm/i915/gvt: Use KVM r/w to access guest opregion Weinan Li (2): drm/i915/gvt: refine intel_vgpu_submission_ops as per engine ops drm/i915/gvt: only reset execlist state of one engine during VM engine reset drivers/gpu/drm/i915/gvt/cfg_space.c | 15 +---- drivers/gpu/drm/i915/gvt/execlist.c | 22 ++++---- drivers/gpu/drm/i915/gvt/gvt.h | 6 +- drivers/gpu/drm/i915/gvt/handlers.c | 7 +-- drivers/gpu/drm/i915/gvt/kvmgt.c | 36 +++++++++++- drivers/gpu/drm/i915/gvt/mmio.c | 42 -------------- drivers/gpu/drm/i915/gvt/opregion.c | 98 +++++++++++++++++++++++---------- drivers/gpu/drm/i915/gvt/sched_policy.c | 14 ++++- drivers/gpu/drm/i915/gvt/scheduler.c | 19 ++++--- drivers/gpu/drm/i915/gvt/scheduler.h | 1 + drivers/gpu/drm/i915/gvt/vgpu.c | 3 +- drivers/gpu/drm/i915/i915_cmd_parser.c | 10 +++- drivers/gpu/drm/i915/i915_drv.h | 6 +- drivers/gpu/drm/i915/intel_bios.c | 20 +++++-- drivers/gpu/drm/i915/intel_cdclk.c | 22 ++++++-- drivers/gpu/drm/i915/intel_pm.c | 6 +- drivers/gpu/drm/i915/intel_vbt_defs.h | 2 + 17 files changed, 193 insertions(+), 136 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel