From: Jani Nikula <jani.nikula@intel.com>
To: Zhenyu Wang <zhenyuw@linux.intel.com>, Daniel Vetter <daniel@ffwll.ch>
Cc: intel-gfx <intel-gfx@lists.freedesktop.org>,
intel-gvt-dev <intel-gvt-dev@lists.freedesktop.org>
Subject: Re: [GIT PULL] more GVT-g fixes for 4.11
Date: Fri, 24 Feb 2017 12:13:12 +0200 [thread overview]
Message-ID: <87fuj3x5fr.fsf@intel.com> (raw)
In-Reply-To: <20170224061244.cxhqqyl3sg64nb7s@zhen-hp.sh.intel.com>
On Fri, 24 Feb 2017, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> This pull includes latest GVT-g fixes for 4.11 to resolve stablity
> and usability issues found during co-debugging with distribution
> developers which improves a lot.
I'll pull this in when we have v4.11-rc1.
BR,
Jani.
>
> Thanks.
> ---
> The following changes since commit 4a0b3444da3ce1090d0f894f4e343756a94ab8c3:
>
> drm/i915/gvt: return error code if dma map iova failed (2017-02-14 17:35:39 +0800)
>
> are available in the git repository at:
>
> https://github.com/01org/gvt-linux.git tags/gvt-next-2017-02-24
>
> for you to fetch changes up to d1a513be1f0a25f094e1577d059b9aebaa279bb2:
>
> drm/i915/gvt: add resolution definition for vGPU type (2017-02-24 13:25:18 +0800)
>
> ----------------------------------------------------------------
> gvt-next-2017-02-24
>
> - Min's vGPU failsafe to guard against non-secured guest
> - Some guest warning fix and host error message cleanup
> - Fixed vGPU type refinement for usability issue
> - environ string fix from Takashi Iwai
> - one kernel oops fix from Chuanxiao
> - other misc fixes
>
> ----------------------------------------------------------------
> Chuanxiao Dong (1):
> drm/i915/gvt: add a NULL pointer check to avoid kernel panic
>
> Min He (2):
> drm/i915/gvt: introduced failsafe mode into vgpu
> drm/i915/gvt: enter failsafe mode when guest requires more resources
>
> Pei Zhang (1):
> drm/i915/gvt: add cmd_access to GEN7_HALF_SLICE_CHICKEN1
>
> Ping Gao (1):
> drm/i915/gvt: clear the vGPU reset logic
>
> Takashi Iwai (1):
> drm/i915/gvt: Fix superfluous newline in GVT_DISPLAY_READY env var
>
> Weinan Li (1):
> drm/i915/gvt: refine pcode write emulation
>
> Zhao Yan (4):
> drm/i915/gvt: fix unhandled mmio warnings
> drm/i915/gvt: add more registers to context save/restore list
> drm/i915/gvt: force-nopriv register handling
> drm/i915/gvt: set default value to 0 for unhandled mmio regs
>
> Zhao, Xinda (3):
> drm/i915/gvt: handle fence reg access during GPU reset
> drm/i915/gvt: decrease priority of output msg for untracked mmio
> drm/i915/gvt: remove unnecessary error msg from gtt write
>
> Zhenyu Wang (4):
> drm/i915/gvt: Fix check error on opregion.c
> drm/i915/gvt: adjust to fixed vGPU types
> drm/i915/gvt: Add more edid definition support
> drm/i915/gvt: add resolution definition for vGPU type
>
> drivers/gpu/drm/i915/gvt/cfg_space.c | 3 +
> drivers/gpu/drm/i915/gvt/display.c | 125 ++++++++++++++++++----------
> drivers/gpu/drm/i915/gvt/display.h | 20 ++++-
> drivers/gpu/drm/i915/gvt/firmware.c | 2 +-
> drivers/gpu/drm/i915/gvt/gtt.c | 40 +++++----
> drivers/gpu/drm/i915/gvt/gvt.h | 12 ++-
> drivers/gpu/drm/i915/gvt/handlers.c | 157 +++++++++++++++++++++++++++++++----
> drivers/gpu/drm/i915/gvt/kvmgt.c | 8 +-
> drivers/gpu/drm/i915/gvt/mmio.c | 66 ++++++++++++++-
> drivers/gpu/drm/i915/gvt/opregion.c | 5 +-
> drivers/gpu/drm/i915/gvt/render.c | 16 ++++
> drivers/gpu/drm/i915/gvt/scheduler.c | 3 +
> drivers/gpu/drm/i915/gvt/vgpu.c | 72 ++++++++++------
> 13 files changed, 418 insertions(+), 111 deletions(-)
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2017-02-24 10:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-24 6:12 [GIT PULL] more GVT-g fixes for 4.11 Zhenyu Wang
2017-02-24 10:13 ` Jani Nikula [this message]
2017-03-08 9:45 ` [GIT PULL] GVT-g fixes for 4.11-rc2 Zhenyu Wang
2017-03-08 10:28 ` Jani Nikula
-- strict thread matches above, loose matches on Subject: below --
2017-03-23 9:17 [GIT PULL] more GVT-g fixes for 4.11 Zhenyu Wang
2017-03-27 8:44 ` Jani Nikula
2017-02-15 7:29 Zhenyu Wang
2017-02-15 10:00 ` Jani Nikula
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=87fuj3x5fr.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=daniel@ffwll.ch \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-gvt-dev@lists.freedesktop.org \
--cc=zhenyuw@linux.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