Hi, Please pull more gvt-next updates for 4.16. Mostly on code and regression fixes for last two gvt-next pulls and more refinement. Details below. thanks -- The following changes since commit 1603660b3342269c95fcafee1945790342a8c28e: drm/i915/gvt: set max priority for gvt context (2017-12-04 11:24:35 +0800) are available in the Git repository at: https://github.com/intel/gvt-linux.git tags/gvt-next-2017-12-14 for you to fetch changes up to 461bd6227ede277138bf33c2156b6ebd1fba04c2: drm/i915/gvt/fb_decoder: Fix out-of-bounds read (2017-12-11 17:18:39 +0800) ---------------------------------------------------------------- gvt-next-2017-12-14: - fixes for two coverity scan errors (Colin) - mmio switch code refine (Changbin) - more virtual display dmabuf fixes (Tina/Gustavo) - misc cleanups (Pei) ---------------------------------------------------------------- Changbin Du (4): drm/i915/gvt: Refine the ring mmio list definition drm/i915/gvt: Select appropriate mmio list at initialization time drm/i915/gvt: Remove MMIO barrier in MMIO switch drm/i915/gvt: Rename file render.{c, h} to mmio_context.{c, h} Colin Ian King (2): drm/i915/gvt: Add missing breaks in switch statement drm/i915/gvt: fix off-by-one comparison of ring_id Gustavo A. R. Silva (1): drm/i915/gvt/fb_decoder: Fix out-of-bounds read Pei Zhang (2): drm/i915/gvt/kvmgt: fill info for ROM/VGA region drm/i915/gvt: refine function emulate_mmio_read/write Tina Zhang (1): drm/i915/gvt: Refine dmabuf_obj cleanup process drivers/gpu/drm/i915/gvt/Makefile | 2 +- drivers/gpu/drm/i915/gvt/dmabuf.c | 15 +- drivers/gpu/drm/i915/gvt/fb_decoder.c | 6 + drivers/gpu/drm/i915/gvt/gvt.c | 2 + drivers/gpu/drm/i915/gvt/gvt.h | 4 +- drivers/gpu/drm/i915/gvt/handlers.c | 6 +- drivers/gpu/drm/i915/gvt/kvmgt.c | 6 +- drivers/gpu/drm/i915/gvt/mmio.c | 36 ++- .../gpu/drm/i915/gvt/{render.c => mmio_context.c} | 262 ++++++++++----------- .../gpu/drm/i915/gvt/{render.h => mmio_context.h} | 9 + 10 files changed, 181 insertions(+), 167 deletions(-) rename drivers/gpu/drm/i915/gvt/{render.c => mmio_context.c} (53%) rename drivers/gpu/drm/i915/gvt/{render.h => mmio_context.h} (91%) -- Open Source Technology Center, Intel ltd. $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx