All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gvt fix for 4.14-rc1
@ 2017-09-06  3:59 Zhenyu Wang
  2017-09-06 21:50 ` Vivi, Rodrigo
  0 siblings, 1 reply; 5+ messages in thread
From: Zhenyu Wang @ 2017-09-06  3:59 UTC (permalink / raw)
  To: Daniel Vetter, Jani Nikula, Joonas Lahtinen, Vivi, Rodrigo
  Cc: intel-gfx, intel-gvt-dev


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


Hi, here's one regression fix for 4.14-rc1 which made gvt init failed
with latest linus master.

Thanks.
--
The following changes since commit a42894ebb50d831ec0b7ee9bee7f5a5a37bad7e1:

  drm/i915: Update DRIVER_DATE to 20170818 (2017-08-18 22:40:45 +0200)

are available in the git repository at:

  https://github.com/01org/gvt-linux.git tags/gvt-fixes-2017-09-06

for you to fetch changes up to d02fd5f7709f1296bad5d92e7e8515ef1a05dec4:

  drm/i915/gvt: Remove one duplicated MMIO (2017-09-05 10:26:08 +0800)

----------------------------------------------------------------
gvt-fixes-2017-09-06

- regression fix for gvt init failure from Jianjun

----------------------------------------------------------------
Jian Jun Chen (1):
      drm/i915/gvt: Remove one duplicated MMIO

 drivers/gpu/drm/i915/gvt/handlers.c | 1 -
 1 file changed, 1 deletion(-)

-- 
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] 5+ messages in thread

* Re: [GIT PULL] gvt fix for 4.14-rc1
  2017-09-06  3:59 [GIT PULL] gvt fix for 4.14-rc1 Zhenyu Wang
@ 2017-09-06 21:50 ` Vivi, Rodrigo
  2017-10-16 17:12   ` [GIT PULL] gvt fix for 4.14-rc5 Zhi Wang
  0 siblings, 1 reply; 5+ messages in thread
From: Vivi, Rodrigo @ 2017-09-06 21:50 UTC (permalink / raw)
  To: zhenyuw; +Cc: Nikula, Jani, intel-gfx, intel-gvt-dev

On Wed, 2017-09-06 at 11:59 +0800, Zhenyu Wang wrote:
> Hi, here's one regression fix for 4.14-rc1 which made gvt init failed
> with latest linus master.

thanks.
pulled to drm-intel-next-fixes that will be sent to linus next soon.

> 
> Thanks.
> --
> The following changes since commit a42894ebb50d831ec0b7ee9bee7f5a5a37bad7e1:
> 
>   drm/i915: Update DRIVER_DATE to 20170818 (2017-08-18 22:40:45 +0200)
> 
> are available in the git repository at:
> 
>   https://github.com/01org/gvt-linux.git tags/gvt-fixes-2017-09-06
> 
> for you to fetch changes up to d02fd5f7709f1296bad5d92e7e8515ef1a05dec4:
> 
>   drm/i915/gvt: Remove one duplicated MMIO (2017-09-05 10:26:08 +0800)
> 
> ----------------------------------------------------------------
> gvt-fixes-2017-09-06
> 
> - regression fix for gvt init failure from Jianjun
> 
> ----------------------------------------------------------------
> Jian Jun Chen (1):
>       drm/i915/gvt: Remove one duplicated MMIO
> 
>  drivers/gpu/drm/i915/gvt/handlers.c | 1 -
>  1 file changed, 1 deletion(-)
> 

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

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

* [GIT PULL] gvt fix for 4.14-rc5
  2017-09-06 21:50 ` Vivi, Rodrigo
@ 2017-10-16 17:12   ` Zhi Wang
  2017-10-17  0:28     ` Rodrigo Vivi
  0 siblings, 1 reply; 5+ messages in thread
From: Zhi Wang @ 2017-10-16 17:12 UTC (permalink / raw)
  To: Vivi, Rodrigo, zhenyuw; +Cc: Nikula, Jani, intel-gfx, intel-gvt-dev

Hi:

Here is a fix of one bug for 4.14-rc5 which fixes a GPU hang after 
resuing one vGPU across different guest OSes.

Thanks.

---

The following changes since commit ea850f64c2722278f150dc11de2141baeb24211c:

   drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP 
AUX channel (2017-10-11 10:32:57 -0700)

are available in the git repository at:

   https://github.com/01org/gvt-linux.git tags/gvt-fixes-2017-10-16

for you to fetch changes up to ba3ee00683bc2dad4c14fba805c2241ae23acff9:

   drm/i915/gvt: Fix GPU hang after reusing vGPU instance across 
different guest OS (2017-10-17 00:44:10 +0800)

----------------------------------------------------------------
Changbin Du (1):
       drm/i915/gvt: Fix GPU hang after reusing vGPU instance across 
different guest OS

  drivers/gpu/drm/i915/gvt/sched_policy.c | 22 ++++++++++------------
  1 file changed, 10 insertions(+), 12 deletions(-)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [GIT PULL] gvt fix for 4.14-rc5
  2017-10-16 17:12   ` [GIT PULL] gvt fix for 4.14-rc5 Zhi Wang
@ 2017-10-17  0:28     ` Rodrigo Vivi
  2017-10-17  5:58       ` Wang, Zhi A
  0 siblings, 1 reply; 5+ messages in thread
From: Rodrigo Vivi @ 2017-10-17  0:28 UTC (permalink / raw)
  To: Zhi Wang; +Cc: Nikula, Jani, intel-gfx, intel-gvt-dev

On Mon, Oct 16, 2017 at 05:12:42PM +0000, Zhi Wang wrote:
> Hi:
> 
> Here is a fix of one bug for 4.14-rc5 which fixes a GPU hang after resuing
> one vGPU across different guest OSes.

Applied to drm-intel-fixes.

Thanks,
Rodrigo.

> 
> Thanks.
> 
> ---
> 
> The following changes since commit ea850f64c2722278f150dc11de2141baeb24211c:
> 
>   drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP AUX
> channel (2017-10-11 10:32:57 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/01org/gvt-linux.git tags/gvt-fixes-2017-10-16
> 
> for you to fetch changes up to ba3ee00683bc2dad4c14fba805c2241ae23acff9:
> 
>   drm/i915/gvt: Fix GPU hang after reusing vGPU instance across different
> guest OS (2017-10-17 00:44:10 +0800)
> 
> ----------------------------------------------------------------
> Changbin Du (1):
>       drm/i915/gvt: Fix GPU hang after reusing vGPU instance across
> different guest OS
> 
>  drivers/gpu/drm/i915/gvt/sched_policy.c | 22 ++++++++++------------
>  1 file changed, 10 insertions(+), 12 deletions(-)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [GIT PULL] gvt fix for 4.14-rc5
  2017-10-17  0:28     ` Rodrigo Vivi
@ 2017-10-17  5:58       ` Wang, Zhi A
  0 siblings, 0 replies; 5+ messages in thread
From: Wang, Zhi A @ 2017-10-17  5:58 UTC (permalink / raw)
  To: Vivi, Rodrigo; +Cc: Nikula, Jani, intel-gfx, intel-gvt-dev

Thanks!

-----Original Message-----
From: intel-gvt-dev [mailto:intel-gvt-dev-bounces@lists.freedesktop.org] On Behalf Of Rodrigo Vivi
Sent: Tuesday, October 17, 2017 3:29 AM
To: Wang, Zhi A <zhi.a.wang@intel.com>
Cc: Nikula, Jani <jani.nikula@intel.com>; intel-gfx@lists.freedesktop.org; joonas.lahtinen@linux.intel.com; zhenyuw@linux.intel.com; daniel@ffwll.ch; intel-gvt-dev@lists.freedesktop.org
Subject: Re: [GIT PULL] gvt fix for 4.14-rc5

On Mon, Oct 16, 2017 at 05:12:42PM +0000, Zhi Wang wrote:
> Hi:
> 
> Here is a fix of one bug for 4.14-rc5 which fixes a GPU hang after 
> resuing one vGPU across different guest OSes.

Applied to drm-intel-fixes.

Thanks,
Rodrigo.

> 
> Thanks.
> 
> ---
> 
> The following changes since commit ea850f64c2722278f150dc11de2141baeb24211c:
> 
>   drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP 
> AUX channel (2017-10-11 10:32:57 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/01org/gvt-linux.git tags/gvt-fixes-2017-10-16
> 
> for you to fetch changes up to ba3ee00683bc2dad4c14fba805c2241ae23acff9:
> 
>   drm/i915/gvt: Fix GPU hang after reusing vGPU instance across 
> different guest OS (2017-10-17 00:44:10 +0800)
> 
> ----------------------------------------------------------------
> Changbin Du (1):
>       drm/i915/gvt: Fix GPU hang after reusing vGPU instance across 
> different guest OS
> 
>  drivers/gpu/drm/i915/gvt/sched_policy.c | 22 ++++++++++------------
>  1 file changed, 10 insertions(+), 12 deletions(-)
_______________________________________________
intel-gvt-dev mailing list
intel-gvt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gvt-dev
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-10-17  5:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-06  3:59 [GIT PULL] gvt fix for 4.14-rc1 Zhenyu Wang
2017-09-06 21:50 ` Vivi, Rodrigo
2017-10-16 17:12   ` [GIT PULL] gvt fix for 4.14-rc5 Zhi Wang
2017-10-17  0:28     ` Rodrigo Vivi
2017-10-17  5:58       ` Wang, Zhi A

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.