Hi Dave,
Sorry for the last minute and for sending 2 pull requests in a short time, but we just got a pull request from GVT.
It passes our CI-fast-feedback and the full run is still running.
Please if we still have time please consider pulling it, otherwise this will be part of next regular one.
Here goes drm-intel-fixes-2018-03-15:
Only GVT fixes: - Two warnings fix for runtime pm and usr copy (Xiong, Zhenyu) - OA context fix for vGPU profiling (Min) - privilege batch buffer reloc fix (Fred)
Thanks, Rodrigo.
The following changes since commit 0c8efd610b58cb23cefdfa12015799079aef94ae:
Linux 4.16-rc5 (2018-03-11 17:25:09 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2018-03-15
for you to fetch changes up to 05b429a8eed83084a8a7fc04c97120a5ba07b5be:
Merge tag 'gvt-fixes-2018-03-15' of https://github.com/intel/gvt-linux into drm-intel-fixes (2018-03-15 15:37:57 -0700)
---------------------------------------------------------------- Only GVT fixes: - Two warnings fix for runtime pm and usr copy (Xiong, Zhenyu) - OA context fix for vGPU profiling (Min) - privilege batch buffer reloc fix (Fred)
---------------------------------------------------------------- Chris Wilson (2): drm/i915: Only prune fences after wait-for-all drm/i915: Kick the rps worker when changing the boost frequency
Min He (1): drm/i915/gvt: keep oa config in shadow ctx
Mustamin B Mustaffa (1): drm/i915: Enable VBT based BL control for DP
Rodrigo Vivi (1): Merge tag 'gvt-fixes-2018-03-15' of https://github.com/intel/gvt-linux into drm-intel-fixes
Xiong Zhang (1): drm/i915/gvt: Add runtime_pm_get/put into gvt_switch_mmio
Zhenyu Wang (1): drm/i915/gvt: fix user copy warning by whitelist workload rb_tail field
fred gao (1): drm/i915/gvt: Correct the privilege shadow batch buffer address
drivers/gpu/drm/i915/gvt/cmd_parser.c | 8 ++++ drivers/gpu/drm/i915/gvt/mmio_context.c | 2 + drivers/gpu/drm/i915/gvt/scheduler.c | 71 +++++++++++++++++++++++++++++++-- drivers/gpu/drm/i915/gvt/scheduler.h | 5 +++ drivers/gpu/drm/i915/i915_gem.c | 16 ++++++-- drivers/gpu/drm/i915/i915_sysfs.c | 10 ++++- drivers/gpu/drm/i915/intel_dp.c | 10 ++--- 7 files changed, 105 insertions(+), 17 deletions(-)