On Thu, Mar 30, 2017 at 06:05:16PM +0800, Zhenyu Wang wrote: > > Hi, > > Here's GVT-g update for 4.12. Major things are vGPU scheduler > QoS support from Gao Ping, initial KBL support on E3 server from > Han Xu. > > Note that QoS series depends on "drm/i915/gvt: adjust mem size for low resolution type", > which is also a fix for 4.11, so to minimize backmerge effort also included > in this pull, please pick it up for 4.11. > > Another one "drm/i915/gvt: remove the redundant info NULL check" should also > be a fix for 4.11 to make static code scan happy. They all have sane Fixes tag. Since this is not marked as cc: drm-intel-fixes pls ping Jani so he can cherry pick it. See the drm-intel documentation for how the auto-cherry-pick flow works. Pull request applied, thanks. -Daniel > > Thanks. > --- > The following changes since commit c276be4f38dfef1968400939aa2e33602d0a7156: > > Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued (2017-03-29 09:20:33 +0200) > > are available in the git repository at: > > https://github.com/01org/gvt-linux.git tags/gvt-next-2017-03-30 > > for you to fetch changes up to b35f34d1da4e77637869c8041a355da810f69fb6: > > drm/i915/gvt: control the scheduler by timeslice usage (2017-03-30 13:34:10 +0800) > > ---------------------------------------------------------------- > gvt-next-2017-03-30 > > - Add mdev attribute group for per-vgpu info > - Time slice based vGPU scheduling QoS support (Gao Ping) > - Initial KBL support for E3 server (Han Xu) > - other misc. > > ---------------------------------------------------------------- > Pei Zhang (1): > drm/i915/gvt: make dpcd_fix_data supports DP1.2 > > Ping Gao (7): > drm/i915/gvt: use hrtimer replace delayed_work in scheduler > drm/i915/gvt: add some statistic routine for scheduler > drm/i915/gvt: factor out the scheduler > drm/i915/gvt: define weight according to vGPU type > drm/i915/gvt: add basic function for weight control > drm/i915/gvt: create an idle vGPU > drm/i915/gvt: control the scheduler by timeslice usage > > Tina Zhang (2): > drm/i915/gvt: remove workload from intel_shadow_wa_ctx structure > drm/i915/gvt: remove the redundant info NULL check > > Weinan Li (1): > drm/i915/gvt: emulate SKL_FUSE_STATUS and LCPLL_CTL for virtual monitor detection > > Xu Han (5): > drm/i915/gvt: Add KBL platform definition. > drm/i915/gvt: Update MMIO handle policy to compatible KBL platform. > drm/i915/gvt: Update save/restore list to compatible KBL platform. > drm/i915/gvt: Add KBL dispatch logic in each function. > drm/i915/gvt: Turn on KBL platform support. > > Zhenyu Wang (2): > drm/i915/gvt: Add mdev device attribute group > drm/i915/gvt: adjust mem size for low resolution type > > drivers/gpu/drm/i915/gvt/cmd_parser.c | 42 ++-- > drivers/gpu/drm/i915/gvt/display.c | 22 +- > drivers/gpu/drm/i915/gvt/execlist.c | 9 +- > drivers/gpu/drm/i915/gvt/gtt.c | 3 +- > drivers/gpu/drm/i915/gvt/gvt.c | 19 +- > drivers/gpu/drm/i915/gvt/gvt.h | 13 + > drivers/gpu/drm/i915/gvt/handlers.c | 427 +++++++++++++++++--------------- > drivers/gpu/drm/i915/gvt/interrupt.c | 5 +- > drivers/gpu/drm/i915/gvt/kvmgt.c | 45 +++- > drivers/gpu/drm/i915/gvt/mmio.h | 19 +- > drivers/gpu/drm/i915/gvt/render.c | 23 +- > drivers/gpu/drm/i915/gvt/sched_policy.c | 229 ++++++++++++----- > drivers/gpu/drm/i915/gvt/sched_policy.h | 2 + > drivers/gpu/drm/i915/gvt/scheduler.c | 3 +- > drivers/gpu/drm/i915/gvt/scheduler.h | 1 - > drivers/gpu/drm/i915/gvt/vgpu.c | 85 ++++++- > drivers/gpu/drm/i915/intel_gvt.c | 2 + > 17 files changed, 626 insertions(+), 323 deletions(-) > > -- > Open Source Technology Center, Intel ltd. > > $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827 -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx