public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Zhenyu Wang <zhenyuw@linux.intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>,
	intel-gfx <intel-gfx@lists.freedesktop.org>,
	"Yuan, Hang" <hang.yuan@intel.com>,
	"Lv, Zhiyuan" <zhiyuan.lv@intel.com>,
	intel-gvt-dev <intel-gvt-dev@lists.freedesktop.org>
Subject: Re: [PULL] gvt-next
Date: Thu, 31 Jan 2019 10:02:05 -0800	[thread overview]
Message-ID: <20190131180205.GC19523@intel.com> (raw)
In-Reply-To: <20190124054048.GO7203@zhen-hp.sh.intel.com>

On Thu, Jan 24, 2019 at 01:40:48PM +0800, Zhenyu Wang wrote:
> 
> Hi,
> 
> Here is gvt-next stuff. This includes Coffeelake support for GVT,
> making kvmgt as self load module to have better dependence with
> vfio/mdev, with some const treatment and kernel type change.

ops, I also failed to let you know I had pulled this.

I also already sent in previous pull request to Dave and Daniel.

Sorry,
Rodrigo.

> 
> Thanks.
> --
> The following changes since commit d1810909d841314ba94b14dc3de9e9fbc13b046a:
> 
>   drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts" (2018-12-07 12:01:09 +0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/intel/gvt-linux.git tags/gvt-next-2019-01-24
> 
> for you to fetch changes up to 2e679d48f38c378650db403b4ba2248adf0691b2:
> 
>   drm/i915/gvt: switch to kernel types (2019-01-23 13:56:14 +0800)
> 
> ----------------------------------------------------------------
> gvt-next-2019-01-24
> 
> - split kvmgt as seperate module (Zhenyu)
> - Coffeelake GVT support (Fred)
> - const treatment and change for kernel type (Jani)
> 
> ----------------------------------------------------------------
> Jani Nikula (4):
>       drm/i915/gvt: remove drmP.h include
>       drm/i915/gvt: give the cmd parser decode_info a const treatment
>       drm/i915/gvt: give the cmd parser cmd_info a const treatment
>       drm/i915/gvt: switch to kernel types
> 
> Zhenyu Wang (3):
>       drm/i915/gvt: mandatory require hypervisor's host_init
>       drm/i915/gvt: remove unused parameter for hypervisor's host_exit call
>       drm/i915/gvt: Change KVMGT as self load module
> 
> fred gao (6):
>       drm/i915/gvt: Add coffeelake platform definition
>       drm/i915/gvt: Add mmio handler for CFL
>       drm/i915/gvt: Enable gfx virtualiztion for CFL
>       drm/i915/gvt: Reuse the gmbus pin macro
>       drm/i915/gvt: Refine port select logic for CFL platform
>       drm/i915: Enable gfx virtualization for Coffeelake platform
> 
>  drivers/gpu/drm/i915/Makefile           |   1 +
>  drivers/gpu/drm/i915/gvt/Makefile       |   1 -
>  drivers/gpu/drm/i915/gvt/cmd_parser.c   |  83 ++++++++++++------------
>  drivers/gpu/drm/i915/gvt/display.c      |  12 ++--
>  drivers/gpu/drm/i915/gvt/dmabuf.c       |   5 +-
>  drivers/gpu/drm/i915/gvt/edid.c         |  32 +++++++---
>  drivers/gpu/drm/i915/gvt/fb_decoder.c   |  12 +---
>  drivers/gpu/drm/i915/gvt/gvt.c          | 108 +++++++++++++-------------------
>  drivers/gpu/drm/i915/gvt/gvt.h          |   6 +-
>  drivers/gpu/drm/i915/gvt/handlers.c     |  29 ++++-----
>  drivers/gpu/drm/i915/gvt/hypercall.h    |   9 ++-
>  drivers/gpu/drm/i915/gvt/interrupt.c    |   4 +-
>  drivers/gpu/drm/i915/gvt/kvmgt.c        |  42 ++++++++-----
>  drivers/gpu/drm/i915/gvt/mmio.c         |   6 +-
>  drivers/gpu/drm/i915/gvt/mmio.h         |  11 ++--
>  drivers/gpu/drm/i915/gvt/mmio_context.c |  18 +++---
>  drivers/gpu/drm/i915/gvt/mpt.h          |  13 ++--
>  drivers/gpu/drm/i915/gvt/sched_policy.c |   2 +-
>  drivers/gpu/drm/i915/gvt/scheduler.c    |   7 +--
>  drivers/gpu/drm/i915/gvt/scheduler.h    |   2 +-
>  drivers/gpu/drm/i915/gvt/trace.h        |   2 +-
>  drivers/gpu/drm/i915/intel_gvt.c        |  12 +---
>  22 files changed, 204 insertions(+), 213 deletions(-)
> 
> 
> -- 
> Open Source Technology Center, Intel ltd.
> 
> $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827



> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2019-01-31 18:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-24  5:40 [PULL] gvt-next Zhenyu Wang
2019-01-31 18:02 ` Rodrigo Vivi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-08-13 10:06 Zhenyu Wang
2019-08-13 20:48 ` Rodrigo Vivi
2019-04-09  4:05 Zhenyu Wang
2019-04-16  7:29 ` Joonas Lahtinen
2019-04-16  8:48   ` Zhenyu Wang
2019-04-17  6:40     ` Joonas Lahtinen
2019-02-01  6:15 Zhenyu Wang
2019-02-01 17:04 ` Rodrigo Vivi
2018-06-19  9:00 Zhenyu Wang
2018-06-19 21:46 ` Rodrigo Vivi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190131180205.GC19523@intel.com \
    --to=rodrigo.vivi@intel.com \
    --cc=hang.yuan@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-gvt-dev@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=zhenyuw@linux.intel.com \
    --cc=zhiyuan.lv@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox