On Thu, Nov 17, 2022 at 02:41:06PM +0800, Zhenyu Wang wrote: > On 2022.11.17 03:37:17 +0000, Vivi, Rodrigo wrote: > > On Thu, 2022-11-17 at 11:02 +0800, Zhenyu Wang wrote: > > > On 2022.11.15 10:36:59 -0500, Rodrigo Vivi wrote: > > > > On Fri, Nov 11, 2022 at 04:59:03PM +0800, Zhenyu Wang wrote: > > > > > Hi, > > > > > > > > > > Here's current accumulated changes in gvt-next. Sorry that I > > > > > delayed > > > > > to refresh them on time for upstream...It contains mostly kernel > > > > > doc, > > > > > typo fixes and small code cleanups, as details below. > > > > > > > > > > btw, one gvt change for next > > > > > https://patchwork.freedesktop.org/patch/511118/ > > > > > is still pending, I need a backmerge from linus tree e.g with > > > > > recent vfio/mdev > > > > > consolidate change with gvt and Jason's fix for destroy device, > > > > > to apply Zhi's > > > > > change cleanly. Pls help on that. > > > > > > > > > > Based on what I could verify the commiter signature is really not > > there. It looks like you later forced a rebase and while > > rebasing you forgot to re-sign everything. > > > > Hi, pls re-pull this one. This one worked out. Pulled, thanks! > > thanks! > --- > The following changes since commit a6ebd538364b1e9e6048faaafbc0188172ed50c3: > > drm/i915/sdvo: Fix debug print (2022-10-28 14:46:21 +0300) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux.git tags/gvt-next-2022-11-17 > > for you to fetch changes up to 04ec334e1a0381c3305da4d277cef9250769ca43: > > drm/i915/gvt: Remove the unused function get_pt_type() (2022-11-17 14:07:09 +0800) > > ---------------------------------------------------------------- > gvt-next-2022-11-17 > > - kernel doc fixes > - remove vgpu->released sanity check > - small clean up > > ---------------------------------------------------------------- > Colin Ian King (1): > drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported" > > Jiapeng Chong (4): > drm/i915/gvt: Fix kernel-doc > drm/i915/gvt: Fix kernel-doc > drm/i915/gvt: Fix kernel-doc > drm/i915/gvt: Remove the unused function get_pt_type() > > Julia Lawall (1): > drm/i915/gvt: fix typo in comment > > Mauro Carvalho Chehab (1): > drm/i915: gvt: fix kernel-doc trivial warnings > > Paulo Miguel Almeida (1): > i915/gvt: remove hardcoded value on crc32_start calculation > > Zhi Wang (1): > drm/i915/gvt: remove the vgpu->released and its sanity check > > wangjianli (1): > drm/i915: fix repeated words in comments > > drivers/gpu/drm/i915/gvt/aperture_gm.c | 4 ++-- > drivers/gpu/drm/i915/gvt/cfg_space.c | 2 +- > drivers/gpu/drm/i915/gvt/dmabuf.h | 2 +- > drivers/gpu/drm/i915/gvt/firmware.c | 2 +- > drivers/gpu/drm/i915/gvt/gtt.c | 9 ++------- > drivers/gpu/drm/i915/gvt/gvt.h | 2 -- > drivers/gpu/drm/i915/gvt/handlers.c | 4 ++-- > drivers/gpu/drm/i915/gvt/kvmgt.c | 4 ---- > drivers/gpu/drm/i915/gvt/mmio_context.c | 2 +- > drivers/gpu/drm/i915/gvt/page_track.c | 2 +- > drivers/gpu/drm/i915/gvt/vgpu.c | 6 +++--- > 11 files changed, 14 insertions(+), 25 deletions(-)