public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PULL] gvt-fixes for 4.19
@ 2018-09-04  2:54 Zhenyu Wang
  2018-09-04  4:36 ` Rodrigo Vivi
  0 siblings, 1 reply; 2+ messages in thread
From: Zhenyu Wang @ 2018-09-04  2:54 UTC (permalink / raw)
  To: Vivi, Rodrigo, Joonas Lahtinen, Jani Nikula
  Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang


[-- Attachment #1.1: Type: text/plain, Size: 2046 bytes --]


Hi,

Here's current gvt-fixes for 4.19 with more BXT fixes,
two guest warning fixes, dmabuf format mod fix and one
for recent multiple VM timeout failure.

Thanks
--
The following changes since commit 80ab316901bc4ae6dd0b5903dbe22766307eac9b:

  drm/i915/audio: Hook up component bindings even if displays are disabled (2018-08-29 14:11:53 -0700)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-09-04

for you to fetch changes up to 54ff01fd0d44b9681615f77c15fe9ea6dfadb501:

  drm/i915/gvt: Give new born vGPU higher scheduling chance (2018-09-03 14:28:23 +0800)

----------------------------------------------------------------
gvt-fixes-2018-09-04

- two BXT virtual display emulation fixes (Colin)
- gen9 dbuf guest warning fix (Xiaolin)
- vgpu close pm warning fix (Hang)
- dmabuf format_mod fix (Zhenyu)
- multiple VM guest failure fix for scheduling (Zhenyu)

----------------------------------------------------------------
Colin Xu (2):
      drm/i915/gvt: Make correct handling to vreg BXT_PHY_CTL_FAMILY
      drm/i915/gvt: Handle GEN9_WM_CHICKEN3 with F_CMD_ACCESS.

Hang Yuan (1):
      drm/i915/gvt: move intel_runtime_pm_get out of spin_lock in stop_schedule

Xiaolin Zhang (1):
      drm/i915/gvt: emulate gen9 dbuf ctl register access

Zhenyu Wang (2):
      drm/i915/gvt: Fix drm_format_mod value for vGPU plane
      drm/i915/gvt: Give new born vGPU higher scheduling chance

 drivers/gpu/drm/i915/gvt/dmabuf.c       | 33 ++++++++++++++++++++++-------
 drivers/gpu/drm/i915/gvt/fb_decoder.c   |  5 ++---
 drivers/gpu/drm/i915/gvt/fb_decoder.h   |  2 +-
 drivers/gpu/drm/i915/gvt/handlers.c     | 33 +++++++++++++++++++++++------
 drivers/gpu/drm/i915/gvt/mmio_context.c |  2 --
 drivers/gpu/drm/i915/gvt/sched_policy.c | 37 ++++++++++++++++++++++++++-------
 6 files changed, 86 insertions(+), 26 deletions(-)


-- 
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PULL] gvt-fixes for 4.19
  2018-09-04  2:54 [PULL] gvt-fixes for 4.19 Zhenyu Wang
@ 2018-09-04  4:36 ` Rodrigo Vivi
  0 siblings, 0 replies; 2+ messages in thread
From: Rodrigo Vivi @ 2018-09-04  4:36 UTC (permalink / raw)
  To: Zhenyu Wang
  Cc: Jani Nikula, intel-gfx, Yuan, Hang, Lv, Zhiyuan, intel-gvt-dev

On Tue, Sep 04, 2018 at 10:54:37AM +0800, Zhenyu Wang wrote:
> 
> Hi,
> 
> Here's current gvt-fixes for 4.19 with more BXT fixes,
> two guest warning fixes, dmabuf format mod fix and one
> for recent multiple VM timeout failure.

pulled, thanks!

> 
> Thanks
> --
> The following changes since commit 80ab316901bc4ae6dd0b5903dbe22766307eac9b:
> 
>   drm/i915/audio: Hook up component bindings even if displays are disabled (2018-08-29 14:11:53 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-09-04
> 
> for you to fetch changes up to 54ff01fd0d44b9681615f77c15fe9ea6dfadb501:
> 
>   drm/i915/gvt: Give new born vGPU higher scheduling chance (2018-09-03 14:28:23 +0800)
> 
> ----------------------------------------------------------------
> gvt-fixes-2018-09-04
> 
> - two BXT virtual display emulation fixes (Colin)
> - gen9 dbuf guest warning fix (Xiaolin)
> - vgpu close pm warning fix (Hang)
> - dmabuf format_mod fix (Zhenyu)
> - multiple VM guest failure fix for scheduling (Zhenyu)
> 
> ----------------------------------------------------------------
> Colin Xu (2):
>       drm/i915/gvt: Make correct handling to vreg BXT_PHY_CTL_FAMILY
>       drm/i915/gvt: Handle GEN9_WM_CHICKEN3 with F_CMD_ACCESS.
> 
> Hang Yuan (1):
>       drm/i915/gvt: move intel_runtime_pm_get out of spin_lock in stop_schedule
> 
> Xiaolin Zhang (1):
>       drm/i915/gvt: emulate gen9 dbuf ctl register access
> 
> Zhenyu Wang (2):
>       drm/i915/gvt: Fix drm_format_mod value for vGPU plane
>       drm/i915/gvt: Give new born vGPU higher scheduling chance
> 
>  drivers/gpu/drm/i915/gvt/dmabuf.c       | 33 ++++++++++++++++++++++-------
>  drivers/gpu/drm/i915/gvt/fb_decoder.c   |  5 ++---
>  drivers/gpu/drm/i915/gvt/fb_decoder.h   |  2 +-
>  drivers/gpu/drm/i915/gvt/handlers.c     | 33 +++++++++++++++++++++++------
>  drivers/gpu/drm/i915/gvt/mmio_context.c |  2 --
>  drivers/gpu/drm/i915/gvt/sched_policy.c | 37 ++++++++++++++++++++++++++-------
>  6 files changed, 86 insertions(+), 26 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-04  4:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-04  2:54 [PULL] gvt-fixes for 4.19 Zhenyu Wang
2018-09-04  4:36 ` Rodrigo Vivi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox