All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tina Zhang <tina.zhang@intel.com>
To: intel-gvt-dev@lists.freedesktop.org
Cc: intel-gfx@lists.freedesktop.org
Subject: [PATCH v2 0/4] Enable guest linux i915 full ppgtt functionality
Date: Fri, 12 May 2017 17:37:54 +0800	[thread overview]
Message-ID: <1494581878-2258-1-git-send-email-tina.zhang@intel.com> (raw)

This patchset fixs guest i915 full ppgtt block issue in device model and
enables the full ppgtt functionality to guest i915 driver when device model
with the fixed patch can support this capability.

Changes since last version:
- Refine code with coding style.
- Rewrite the guest vgpu full ppgtt checking logic.

Tina Zhang (4):
  drm/i915/gvt: reorder the shadow ppgtt update process by adding entry
    first
  drm/i915: introduce vgt_caps to pvinfo, v2
  drm/i915/gvt: provide full ppgtt capability for guest, v2
  drm/i915: enable guest full ppgtt when device model supports, v2

 drivers/gpu/drm/i915/gvt/gtt.c      | 45 +++++++++++++++++++++++--------------
 drivers/gpu/drm/i915/gvt/vgpu.c     |  1 +
 drivers/gpu/drm/i915/i915_drv.h     |  1 +
 drivers/gpu/drm/i915/i915_gem_gtt.c | 11 +++++----
 drivers/gpu/drm/i915/i915_pvinfo.h  |  8 ++++++-
 drivers/gpu/drm/i915/i915_vgpu.c    |  7 ++++++
 drivers/gpu/drm/i915/i915_vgpu.h    |  3 +++
 7 files changed, 52 insertions(+), 24 deletions(-)

-- 
2.7.4

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

             reply	other threads:[~2017-05-12  9:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-12  9:37 Tina Zhang [this message]
2017-05-12  9:37 ` [PATCH v2 1/4] drm/i915/gvt: reorder the shadow ppgtt update process by adding entry first Tina Zhang
2017-05-15 10:50   ` Joonas Lahtinen
2017-05-18  2:23     ` Zhang, Tina
2017-05-18 10:54       ` Joonas Lahtinen
2017-05-12  9:37 ` [PATCH v2 2/4] drm/i915: introduce vgt_caps to pvinfo Tina Zhang
2017-05-15 10:47   ` Joonas Lahtinen
2017-05-16  1:16   ` Zhenyu Wang
2017-05-12  9:37 ` [PATCH v2 3/4] drm/i915/gvt: provide full ppgtt capability for guest Tina Zhang
2017-05-15 10:48   ` Joonas Lahtinen
2017-05-12  9:37 ` [PATCH v2 4/4] drm/i915: enable guest full ppgtt when device model supports Tina Zhang
2017-05-15 10:57   ` Joonas Lahtinen
2017-05-12 11:17 ` ✓ Fi.CI.BAT: success for Enable guest linux i915 full ppgtt functionality (rev2) Patchwork
2017-05-15 10:59 ` [PATCH v2 0/4] Enable guest linux i915 full ppgtt functionality Joonas Lahtinen

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=1494581878-2258-1-git-send-email-tina.zhang@intel.com \
    --to=tina.zhang@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-gvt-dev@lists.freedesktop.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.