All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] gvt-fixes for 4.15
@ 2017-12-21  3:25 Zhenyu Wang
  2017-12-21 11:29 ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2017-12-21  3:25 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: 1079 bytes --]


Hi,

Please pull one fix for 4.15 that correct default pipe
enable for virtual display in a previous commit from Xiaolin.

thanks
--
The following changes since commit 11474e9091cf2002e948647fd9f63a7f027e488a:

  drm/i915/gvt: set max priority for gvt context (2017-12-06 11:38:21 +0800)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-fixes-2017-12-21

for you to fetch changes up to f5f00e7dcc4161f07b76ff1a854e8b1ea7a1ed41:

  drm/i915/gvt: Fix pipe A enable as default for vgpu (2017-12-11 17:23:11 +0800)

----------------------------------------------------------------
gvt-fixes-2017-12-21:

- default pipe enable fix for virtual display (Xiaolin)

----------------------------------------------------------------
Xiaolin Zhang (1):
      drm/i915/gvt: Fix pipe A enable as default for vgpu

 drivers/gpu/drm/i915/gvt/display.c | 5 +++--
 1 file changed, 3 insertions(+), 2 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.15
  2017-12-21  3:25 [PULL] gvt-fixes for 4.15 Zhenyu Wang
@ 2017-12-21 11:29 ` Jani Nikula
  0 siblings, 0 replies; 4+ messages in thread
From: Jani Nikula @ 2017-12-21 11:29 UTC (permalink / raw)
  To: Zhenyu Wang, Joonas Lahtinen, Vivi, Rodrigo
  Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang

On Thu, 21 Dec 2017, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> Please pull one fix for 4.15 that correct default pipe
> enable for virtual display in a previous commit from Xiaolin.

Pulled, thanks.

BR,
Jani.



>
> thanks
> --
> The following changes since commit 11474e9091cf2002e948647fd9f63a7f027e488a:
>
>   drm/i915/gvt: set max priority for gvt context (2017-12-06 11:38:21 +0800)
>
> are available in the Git repository at:
>
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2017-12-21
>
> for you to fetch changes up to f5f00e7dcc4161f07b76ff1a854e8b1ea7a1ed41:
>
>   drm/i915/gvt: Fix pipe A enable as default for vgpu (2017-12-11 17:23:11 +0800)
>
> ----------------------------------------------------------------
> gvt-fixes-2017-12-21:
>
> - default pipe enable fix for virtual display (Xiaolin)
>
> ----------------------------------------------------------------
> Xiaolin Zhang (1):
>       drm/i915/gvt: Fix pipe A enable as default for vgpu
>
>  drivers/gpu/drm/i915/gvt/display.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 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

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

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

On Mon, 08 Jan 2018, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> Final gvt fixes for 4.15 with two more fixes. One is to fix
> some windows driver issues for shadow gtt from Zhi. Another
> is for runtime kasan warning of stack out-of-bound.

Pulled to drm-intel-fixes, thanks.

BR,
Jani.

>
> thanks
> --
> The following changes since commit f5f00e7dcc4161f07b76ff1a854e8b1ea7a1ed41:
>
>   drm/i915/gvt: Fix pipe A enable as default for vgpu (2017-12-11 17:23:11 +0800)
>
> are available in the Git repository at:
>
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-01-08
>
> for you to fetch changes up to 65e7439204b57b7a7f6e4694f9e2a9adde5e77ed:
>
>   drm/i915/gvt: Fix stack-out-of-bounds bug in cmd parser (2018-01-08 12:01:11 +0800)
>
> ----------------------------------------------------------------
> gvt-fixes-2018-01-08
>
> - clear shadow entry for post-sync (Zhi)
> - fix stack out-of-bound warning in cmd parser (Changbin)
>
> ----------------------------------------------------------------
> Changbin Du (1):
>       drm/i915/gvt: Fix stack-out-of-bounds bug in cmd parser
>
> Zhi Wang (1):
>       drm/i915/gvt: Clear the shadow page table entry after post-sync
>
>  drivers/gpu/drm/i915/gvt/cmd_parser.c | 4 ++--
>  drivers/gpu/drm/i915/gvt/gtt.c        | 5 ++++-
>  2 files changed, 6 insertions(+), 3 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

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

* [PULL] gvt-fixes for 4.15
@ 2018-01-08  6:11 Zhenyu Wang
  2018-01-08 15:01 ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2018-01-08  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: 1330 bytes --]


Hi,

Final gvt fixes for 4.15 with two more fixes. One is to fix
some windows driver issues for shadow gtt from Zhi. Another
is for runtime kasan warning of stack out-of-bound.

thanks
--
The following changes since commit f5f00e7dcc4161f07b76ff1a854e8b1ea7a1ed41:

  drm/i915/gvt: Fix pipe A enable as default for vgpu (2017-12-11 17:23:11 +0800)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-01-08

for you to fetch changes up to 65e7439204b57b7a7f6e4694f9e2a9adde5e77ed:

  drm/i915/gvt: Fix stack-out-of-bounds bug in cmd parser (2018-01-08 12:01:11 +0800)

----------------------------------------------------------------
gvt-fixes-2018-01-08

- clear shadow entry for post-sync (Zhi)
- fix stack out-of-bound warning in cmd parser (Changbin)

----------------------------------------------------------------
Changbin Du (1):
      drm/i915/gvt: Fix stack-out-of-bounds bug in cmd parser

Zhi Wang (1):
      drm/i915/gvt: Clear the shadow page table entry after post-sync

 drivers/gpu/drm/i915/gvt/cmd_parser.c | 4 ++--
 drivers/gpu/drm/i915/gvt/gtt.c        | 5 ++++-
 2 files changed, 6 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

end of thread, other threads:[~2018-01-08 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-21  3:25 [PULL] gvt-fixes for 4.15 Zhenyu Wang
2017-12-21 11:29 ` Jani Nikula
2018-01-08  6:11 Zhenyu Wang
2018-01-08 15:01 ` Jani Nikula

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.