Quoting Zhenyu Wang (2018-04-03 10:28:35) > > Hi, > > Here's refreshed fixes for 4.17-rc1 with regression one removed, > contains a few fixes for vfio ioctl and dmabuf interface, properly > dma unmap for ggtt, etc. I don't think -Wimplicit-fallthrough will be enabled retroactively, so I'm don't think we gain anything by including it in -fixes. For further pull requests, patches like that shouldn't be included. Pulled as whole, anyway. Thanks. Regards, Joonas > > thanks > -- > The following changes since commit d8303075699292008ae5b2c8fc728d455b994c26: > > drm/i915/gvt: force to set all context control bits from guest (2018-03-19 17:33:30 +0800) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux tags/gvt-fixes-2018-04-03 > > for you to fetch changes up to 10996f802109c83421ca30556cfe36ffc3bebae3: > > drm/i915/gvt: Add drm_format_mod update (2018-03-30 14:47:20 +0800) > > ---------------------------------------------------------------- > gvt-fixes-2018-04-03 > > - fix unhandled vfio ioctl return value (Gerd) > - no-op user interrupt for vGPU (Zhipeng) > - fix ggtt dma unmap (Changbin) > - fix warning in fb decoder (Xiong) > - dmabuf drm_format_mod fix (Tina) > - misc cleanup > > ---------------------------------------------------------------- > Changbin Du (2): > drm/i915/gvt: Missed to cancel dma map for ggtt entries > drm/i915/gvt: Cancel dma map when resetting ggtt entries > > Gerd Hoffmann (1): > drm/i915/gvt: throw error on unhandled vfio ioctls > > Gustavo A. R. Silva (1): > drm/i915/gvt: Mark expected switch fall-through in handle_g2v_notification > > Tina Zhang (1): > drm/i915/gvt: Add drm_format_mod update > > Xiong Zhang (2): > drm/i915/gvt: Delete redundant error message in fb_decode.c > drm/i915/gvt: Disable primary/sprite/cursor plane at virtual display initialization > > Zhipeng Gong (1): > drm/i915/gvt: Make MI_USER_INTERRUPT nop in cmd parser > > drivers/gpu/drm/i915/gvt/cmd_parser.c | 1 + > drivers/gpu/drm/i915/gvt/display.c | 10 +++++++ > drivers/gpu/drm/i915/gvt/dmabuf.c | 1 + > drivers/gpu/drm/i915/gvt/fb_decoder.c | 27 ++++++------------ > drivers/gpu/drm/i915/gvt/gtt.c | 52 ++++++++++++++++++++++++++++++----- > drivers/gpu/drm/i915/gvt/gtt.h | 2 +- > drivers/gpu/drm/i915/gvt/handlers.c | 1 + > drivers/gpu/drm/i915/gvt/kvmgt.c | 2 +- > 8 files changed, 69 insertions(+), 27 deletions(-) > > > -- > Open Source Technology Center, Intel ltd. > > $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx