All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] more gvt-fixes for 4.16
@ 2018-03-15 10:00 Zhenyu Wang
  2018-03-15 23:10 ` Rodrigo Vivi
  0 siblings, 1 reply; 2+ messages in thread
From: Zhenyu Wang @ 2018-03-15 10:00 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: 1677 bytes --]


Hi,

Here's more gvt-fixes for final 4.16. Sorry it's a little late,
as Zhi had two days off this week and more regression tests
have been done for this.

Thanks.

--
The following changes since commit 88d3dfb6a69042381161290c7ce19e1f53fc2a66:

  drm/i915: Suspend submission tasklets around wedging (2018-03-05 16:08:31 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 850555d1d31e45fc3e9a2982f81717387e8d5e1b:

  drm/i915/gvt: fix user copy warning by whitelist workload rb_tail field (2018-03-15 15:07:22 +0800)

----------------------------------------------------------------
gvt-fixes-2018-03-15

- Two warnings fix for runtime pm and usr copy (Xiong, Zhenyu)
- OA context fix for vGPU profiling (Min)
- privilege batch buffer reloc fix (Fred)

----------------------------------------------------------------
Min He (1):
      drm/i915/gvt: keep oa config in shadow ctx

Xiong Zhang (1):
      drm/i915/gvt: Add runtime_pm_get/put into gvt_switch_mmio

Zhenyu Wang (1):
      drm/i915/gvt: fix user copy warning by whitelist workload rb_tail field

fred gao (1):
      drm/i915/gvt: Correct the privilege shadow batch buffer address

 drivers/gpu/drm/i915/gvt/cmd_parser.c   |  8 ++++
 drivers/gpu/drm/i915/gvt/mmio_context.c |  2 +
 drivers/gpu/drm/i915/gvt/scheduler.c    | 71 +++++++++++++++++++++++++++++++--
 drivers/gpu/drm/i915/gvt/scheduler.h    |  5 +++
 4 files changed, 82 insertions(+), 4 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] more gvt-fixes for 4.16
  2018-03-15 10:00 [PULL] more gvt-fixes for 4.16 Zhenyu Wang
@ 2018-03-15 23:10 ` Rodrigo Vivi
  0 siblings, 0 replies; 2+ messages in thread
From: Rodrigo Vivi @ 2018-03-15 23:10 UTC (permalink / raw)
  To: Zhenyu Wang
  Cc: Jani Nikula, intel-gfx, Yuan, Hang, Lv, Zhiyuan, intel-gvt-dev


On Thu, Mar 15, 2018 at 06:00:23PM +0800, Zhenyu Wang wrote:
> 
> Hi,
> 
> Here's more gvt-fixes for final 4.16. Sorry it's a little late,
> as Zhi had two days off this week and more regression tests
> have been done for this.

pulled to drm-intel-fixes and leaving CI run on it right now...
I hope to send it soon... or next week... 

> 
> Thanks.
> 
> --
> The following changes since commit 88d3dfb6a69042381161290c7ce19e1f53fc2a66:
> 
>   drm/i915: Suspend submission tasklets around wedging (2018-03-05 16:08:31 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-03-15
> 
> for you to fetch changes up to 850555d1d31e45fc3e9a2982f81717387e8d5e1b:
> 
>   drm/i915/gvt: fix user copy warning by whitelist workload rb_tail field (2018-03-15 15:07:22 +0800)
> 
> ----------------------------------------------------------------
> gvt-fixes-2018-03-15
> 
> - Two warnings fix for runtime pm and usr copy (Xiong, Zhenyu)
> - OA context fix for vGPU profiling (Min)
> - privilege batch buffer reloc fix (Fred)
> 
> ----------------------------------------------------------------
> Min He (1):
>       drm/i915/gvt: keep oa config in shadow ctx
> 
> Xiong Zhang (1):
>       drm/i915/gvt: Add runtime_pm_get/put into gvt_switch_mmio
> 
> Zhenyu Wang (1):
>       drm/i915/gvt: fix user copy warning by whitelist workload rb_tail field
> 
> fred gao (1):
>       drm/i915/gvt: Correct the privilege shadow batch buffer address
> 
>  drivers/gpu/drm/i915/gvt/cmd_parser.c   |  8 ++++
>  drivers/gpu/drm/i915/gvt/mmio_context.c |  2 +
>  drivers/gpu/drm/i915/gvt/scheduler.c    | 71 +++++++++++++++++++++++++++++++--
>  drivers/gpu/drm/i915/gvt/scheduler.h    |  5 +++
>  4 files changed, 82 insertions(+), 4 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-03-15 23:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-15 10:00 [PULL] more gvt-fixes for 4.16 Zhenyu Wang
2018-03-15 23:10 ` 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.