All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] gvt-fixes for 4.18
@ 2018-07-03  6:11 Zhenyu Wang
  2018-07-06  9:56 ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2018-07-03  6:11 UTC (permalink / raw)
  To: Jani Nikula, Joonas Lahtinen, Vivi, Rodrigo
  Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang


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


Hi,

Here's two gvt fixes for 4.18. One is for guest warning to change
virtual transcoder mode for DVI to align with our virtual display,
and one to fix possible partial GGTT entry update from guest.

thanks
--
The following changes since commit 7a3727f385dc64773db1c144f6b15c1e9d4735bb:

  drm/i915: Enable provoking vertex fix on Gen9 systems. (2018-06-19 15:48:24 +0300)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-07-03

for you to fetch changes up to a4cae23cc05ccec749c2fc70fa9d8cda7c582319:

  drm/i915/gvt: changed DDI mode emulation type (2018-07-02 11:09:59 +0800)

----------------------------------------------------------------
gvt-fixes-2018-07-03

- replace virtual transcoder mode as DVI to fix guest warning (Xiaolin)
- fix partial GGTT entry write (Yan)

----------------------------------------------------------------
Xiaolin Zhang (1):
      drm/i915/gvt: changed DDI mode emulation type

Zhao Yan (1):
      drm/i915/gvt: fix a bug of partially write ggtt enties

 drivers/gpu/drm/i915/gvt/display.c |  6 ++--
 drivers/gpu/drm/i915/gvt/gtt.c     | 58 ++++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/gvt/gtt.h     |  2 ++
 3 files changed, 63 insertions(+), 3 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] 4+ messages in thread

* Re: [PULL] gvt-fixes for 4.18
  2018-07-03  6:11 [PULL] gvt-fixes for 4.18 Zhenyu Wang
@ 2018-07-06  9:56 ` Jani Nikula
  0 siblings, 0 replies; 4+ messages in thread
From: Jani Nikula @ 2018-07-06  9:56 UTC (permalink / raw)
  To: Zhenyu Wang, Joonas Lahtinen, Vivi, Rodrigo
  Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang

On Tue, 03 Jul 2018, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> Here's two gvt fixes for 4.18. One is for guest warning to change
> virtual transcoder mode for DVI to align with our virtual display,
> and one to fix possible partial GGTT entry update from guest.

Pulled, and already included in a pull request to Linus.

Thanks,
Jani.

>
> thanks
> --
> The following changes since commit 7a3727f385dc64773db1c144f6b15c1e9d4735bb:
>
>   drm/i915: Enable provoking vertex fix on Gen9 systems. (2018-06-19 15:48:24 +0300)
>
> are available in the Git repository at:
>
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-07-03
>
> for you to fetch changes up to a4cae23cc05ccec749c2fc70fa9d8cda7c582319:
>
>   drm/i915/gvt: changed DDI mode emulation type (2018-07-02 11:09:59 +0800)
>
> ----------------------------------------------------------------
> gvt-fixes-2018-07-03
>
> - replace virtual transcoder mode as DVI to fix guest warning (Xiaolin)
> - fix partial GGTT entry write (Yan)
>
> ----------------------------------------------------------------
> Xiaolin Zhang (1):
>       drm/i915/gvt: changed DDI mode emulation type
>
> Zhao Yan (1):
>       drm/i915/gvt: fix a bug of partially write ggtt enties
>
>  drivers/gpu/drm/i915/gvt/display.c |  6 ++--
>  drivers/gpu/drm/i915/gvt/gtt.c     | 58 ++++++++++++++++++++++++++++++++++++++
>  drivers/gpu/drm/i915/gvt/gtt.h     |  2 ++
>  3 files changed, 63 insertions(+), 3 deletions(-)

-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PULL] gvt-fixes for 4.18
  2018-07-11  2:40 Zhenyu Wang
@ 2018-07-12  7:23 ` Rodrigo Vivi
  0 siblings, 0 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2018-07-12  7:23 UTC (permalink / raw)
  To: Zhenyu Wang
  Cc: Jani Nikula, intel-gfx, Yuan, Hang, Lv, Zhiyuan, intel-gvt-dev

On Wed, Jul 11, 2018 at 10:40:56AM +0800, Zhenyu Wang wrote:
> 
> Hi,
> 
> Here's one gvt fix for KBL vGPU hang to update virtual register from LRI.

Pulled.

Not sure yet if I'm doing another pull this week or next week for the fixes.

Thanks,
Rodrigo.

> 
> Thanks.
> --
> The following changes since commit a4cae23cc05ccec749c2fc70fa9d8cda7c582319:
> 
>   drm/i915/gvt: changed DDI mode emulation type (2018-07-02 11:09:59 +0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-07-11
> 
> for you to fetch changes up to 6cef21a1964933b77c855c55bac2723053cc676d:
> 
>   drm/i915/gvt: update vreg on inhibit context lri command (2018-07-05 15:33:37 +0800)
> 
> ----------------------------------------------------------------
> gvt-fixes-2018-07-11
> 
> - Fix KBL virtual register update from LRI for GPU hang (Henry)
> 
> ----------------------------------------------------------------
> Hang Yuan (1):
>       drm/i915/gvt: update vreg on inhibit context lri command
> 
>  drivers/gpu/drm/i915/gvt/cmd_parser.c   | 23 +++++++++++++++++++++++
>  drivers/gpu/drm/i915/gvt/gvt.h          | 29 +++++++++++++++++++++++++++++
>  drivers/gpu/drm/i915/gvt/handlers.c     | 24 ++++++++++++++++++++++++
>  drivers/gpu/drm/i915/gvt/mmio.h         |  2 ++
>  drivers/gpu/drm/i915/gvt/mmio_context.c |  4 +++-
>  5 files changed, 81 insertions(+), 1 deletion(-)
> 
> 
> -- 
> 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] 4+ messages in thread

* [PULL] gvt-fixes for 4.18
@ 2018-07-11  2:40 Zhenyu Wang
  2018-07-12  7:23 ` Rodrigo Vivi
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2018-07-11  2:40 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: 1324 bytes --]


Hi,

Here's one gvt fix for KBL vGPU hang to update virtual register from LRI.

Thanks.
--
The following changes since commit a4cae23cc05ccec749c2fc70fa9d8cda7c582319:

  drm/i915/gvt: changed DDI mode emulation type (2018-07-02 11:09:59 +0800)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-07-11

for you to fetch changes up to 6cef21a1964933b77c855c55bac2723053cc676d:

  drm/i915/gvt: update vreg on inhibit context lri command (2018-07-05 15:33:37 +0800)

----------------------------------------------------------------
gvt-fixes-2018-07-11

- Fix KBL virtual register update from LRI for GPU hang (Henry)

----------------------------------------------------------------
Hang Yuan (1):
      drm/i915/gvt: update vreg on inhibit context lri command

 drivers/gpu/drm/i915/gvt/cmd_parser.c   | 23 +++++++++++++++++++++++
 drivers/gpu/drm/i915/gvt/gvt.h          | 29 +++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/gvt/handlers.c     | 24 ++++++++++++++++++++++++
 drivers/gpu/drm/i915/gvt/mmio.h         |  2 ++
 drivers/gpu/drm/i915/gvt/mmio_context.c |  4 +++-
 5 files changed, 81 insertions(+), 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] 4+ messages in thread

end of thread, other threads:[~2018-07-12  7:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-03  6:11 [PULL] gvt-fixes for 4.18 Zhenyu Wang
2018-07-06  9:56 ` Jani Nikula
2018-07-11  2:40 Zhenyu Wang
2018-07-12  7:23 ` Rodrigo Vivi

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.