All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] GVT-g device model fixes
@ 2016-11-16  7:50 Zhenyu Wang
  2016-11-17  6:51 ` [igvt-g-dev] " Zhenyu Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2016-11-16  7:50 UTC (permalink / raw)
  To: Daniel Vetter, Jani Nikula; +Cc: intel-gfx, igvt-g-dev


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


Hi,

Please pull current GVT-g device model fixes.

Thanks.

---

The following changes since commit 8be8f4a9a9ce48d545512ef7299da607401f3879:

  Merge tag 'gvt-next-kvmgt-framework' of https://github.com/01org/gvt-linux into drm-intel-next-queued (2016-11-10 19:07:30 +0100)

are available in the git repository at:

  https://github.com/01org/gvt-linux tags/gvt-next-2016-11-16

for you to fetch changes up to 0aaee4cc834261dcfbfb57559442777344ee8cb5:

  drm/i915/gvt: check workload empty before real scan (2016-11-16 11:45:29 +0800)

----------------------------------------------------------------
gvt-next-2016-11-16

- Fix lock order issue found in guest stress test
- Fix several MMIO handlers to correct behavior
- Fix crash for vgpu execlist reset and memleak
- other misc fixes

----------------------------------------------------------------
Du, Changbin (2):
      drm/i915/gvt: fix crash in vgpu_reset_execlist
      drm/i915/gvt: fix mem leakage in setup_vgpu_mmio for vgpu reset

Pei Zhang (2):
      drm/i915/gvt: fix deadlock in workload_thread
      drm/i915/gvt: check workload empty before real scan

Ping Gao (2):
      drm/i915/gvt: emulate right behavior for tlb_control
      drm/i915/gvt: add more MMIO regs with command access flag

Xiaoguang Chen (1):
      drm/i915/gvt: clear guest opregion

Zhenyu Wang (1):
      drm/i915/gvt: Fix static checker warning on intel_gvt_i2c_handle_aux_ch_write()

 drivers/gpu/drm/i915/gvt/cmd_parser.c |  3 ++-
 drivers/gpu/drm/i915/gvt/edid.c       |  3 +--
 drivers/gpu/drm/i915/gvt/edid.h       |  2 +-
 drivers/gpu/drm/i915/gvt/execlist.c   | 24 +++++++++++-------------
 drivers/gpu/drm/i915/gvt/execlist.h   |  2 +-
 drivers/gpu/drm/i915/gvt/handlers.c   | 31 +++++++++++++++++--------------
 drivers/gpu/drm/i915/gvt/scheduler.c  | 33 +++++++++++++--------------------
 drivers/gpu/drm/i915/gvt/vgpu.c       | 11 ++++++++---
 8 files changed, 54 insertions(+), 55 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: 163 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: [igvt-g-dev] [PULL] GVT-g device model fixes
  2016-11-16  7:50 [PULL] GVT-g device model fixes Zhenyu Wang
@ 2016-11-17  6:51 ` Zhenyu Wang
  2016-11-17  7:55   ` Daniel Vetter
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2016-11-17  6:51 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Jani Nikula, intel-gfx, igvt-g-dev


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


On 2016.11.16 15:50:27 +0800, Zhenyu Wang wrote:
> 
> Hi,
> 
> Please pull current GVT-g device model fixes.
>

Sorry, pls hold on this as found a possible conflict, as this is
supposed to be last pull before 4.10 merge window, like to include
the fix for that, will send update later.

> Thanks.
> 
> ---
> 
> The following changes since commit 8be8f4a9a9ce48d545512ef7299da607401f3879:
> 
>   Merge tag 'gvt-next-kvmgt-framework' of https://github.com/01org/gvt-linux into drm-intel-next-queued (2016-11-10 19:07:30 +0100)
> 
> are available in the git repository at:
> 
>   https://github.com/01org/gvt-linux tags/gvt-next-2016-11-16
> 
> for you to fetch changes up to 0aaee4cc834261dcfbfb57559442777344ee8cb5:
> 
>   drm/i915/gvt: check workload empty before real scan (2016-11-16 11:45:29 +0800)
> 
> ----------------------------------------------------------------
> gvt-next-2016-11-16
> 
> - Fix lock order issue found in guest stress test
> - Fix several MMIO handlers to correct behavior
> - Fix crash for vgpu execlist reset and memleak
> - other misc fixes
> 
> ----------------------------------------------------------------
> Du, Changbin (2):
>       drm/i915/gvt: fix crash in vgpu_reset_execlist
>       drm/i915/gvt: fix mem leakage in setup_vgpu_mmio for vgpu reset
> 
> Pei Zhang (2):
>       drm/i915/gvt: fix deadlock in workload_thread
>       drm/i915/gvt: check workload empty before real scan
> 
> Ping Gao (2):
>       drm/i915/gvt: emulate right behavior for tlb_control
>       drm/i915/gvt: add more MMIO regs with command access flag
> 
> Xiaoguang Chen (1):
>       drm/i915/gvt: clear guest opregion
> 
> Zhenyu Wang (1):
>       drm/i915/gvt: Fix static checker warning on intel_gvt_i2c_handle_aux_ch_write()
> 
>  drivers/gpu/drm/i915/gvt/cmd_parser.c |  3 ++-
>  drivers/gpu/drm/i915/gvt/edid.c       |  3 +--
>  drivers/gpu/drm/i915/gvt/edid.h       |  2 +-
>  drivers/gpu/drm/i915/gvt/execlist.c   | 24 +++++++++++-------------
>  drivers/gpu/drm/i915/gvt/execlist.h   |  2 +-
>  drivers/gpu/drm/i915/gvt/handlers.c   | 31 +++++++++++++++++--------------
>  drivers/gpu/drm/i915/gvt/scheduler.c  | 33 +++++++++++++--------------------
>  drivers/gpu/drm/i915/gvt/vgpu.c       | 11 ++++++++---
>  8 files changed, 54 insertions(+), 55 deletions(-)
> 
> 
> -- 
> Open Source Technology Center, Intel ltd.
> 
> $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827



> _______________________________________________
> igvt-g-dev mailing list
> igvt-g-dev@lists.01.org
> https://lists.01.org/mailman/listinfo/igvt-g-dev


-- 
Open Source Technology Center, Intel ltd.

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

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 163 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: [igvt-g-dev] [PULL] GVT-g device model fixes
  2016-11-17  6:51 ` [igvt-g-dev] " Zhenyu Wang
@ 2016-11-17  7:55   ` Daniel Vetter
  2016-11-17  8:04     ` Zhenyu Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2016-11-17  7:55 UTC (permalink / raw)
  To: Zhenyu Wang; +Cc: Jani Nikula, intel-gfx, igvt-g-dev

On Thu, Nov 17, 2016 at 02:51:28PM +0800, Zhenyu Wang wrote:
> 
> On 2016.11.16 15:50:27 +0800, Zhenyu Wang wrote:
> > 
> > Hi,
> > 
> > Please pull current GVT-g device model fixes.
> >
> 
> Sorry, pls hold on this as found a possible conflict, as this is
> supposed to be last pull before 4.10 merge window, like to include
> the fix for that, will send update later.

Just to clarify the process: This week we have the cut-off for feature
work for 4.10. Bugfixes are of course always welcome. But if you think
it's serious enough I'm happy to wait.
-Daniel

> 
> > Thanks.
> > 
> > ---
> > 
> > The following changes since commit 8be8f4a9a9ce48d545512ef7299da607401f3879:
> > 
> >   Merge tag 'gvt-next-kvmgt-framework' of https://github.com/01org/gvt-linux into drm-intel-next-queued (2016-11-10 19:07:30 +0100)
> > 
> > are available in the git repository at:
> > 
> >   https://github.com/01org/gvt-linux tags/gvt-next-2016-11-16
> > 
> > for you to fetch changes up to 0aaee4cc834261dcfbfb57559442777344ee8cb5:
> > 
> >   drm/i915/gvt: check workload empty before real scan (2016-11-16 11:45:29 +0800)
> > 
> > ----------------------------------------------------------------
> > gvt-next-2016-11-16
> > 
> > - Fix lock order issue found in guest stress test
> > - Fix several MMIO handlers to correct behavior
> > - Fix crash for vgpu execlist reset and memleak
> > - other misc fixes
> > 
> > ----------------------------------------------------------------
> > Du, Changbin (2):
> >       drm/i915/gvt: fix crash in vgpu_reset_execlist
> >       drm/i915/gvt: fix mem leakage in setup_vgpu_mmio for vgpu reset
> > 
> > Pei Zhang (2):
> >       drm/i915/gvt: fix deadlock in workload_thread
> >       drm/i915/gvt: check workload empty before real scan
> > 
> > Ping Gao (2):
> >       drm/i915/gvt: emulate right behavior for tlb_control
> >       drm/i915/gvt: add more MMIO regs with command access flag
> > 
> > Xiaoguang Chen (1):
> >       drm/i915/gvt: clear guest opregion
> > 
> > Zhenyu Wang (1):
> >       drm/i915/gvt: Fix static checker warning on intel_gvt_i2c_handle_aux_ch_write()
> > 
> >  drivers/gpu/drm/i915/gvt/cmd_parser.c |  3 ++-
> >  drivers/gpu/drm/i915/gvt/edid.c       |  3 +--
> >  drivers/gpu/drm/i915/gvt/edid.h       |  2 +-
> >  drivers/gpu/drm/i915/gvt/execlist.c   | 24 +++++++++++-------------
> >  drivers/gpu/drm/i915/gvt/execlist.h   |  2 +-
> >  drivers/gpu/drm/i915/gvt/handlers.c   | 31 +++++++++++++++++--------------
> >  drivers/gpu/drm/i915/gvt/scheduler.c  | 33 +++++++++++++--------------------
> >  drivers/gpu/drm/i915/gvt/vgpu.c       | 11 ++++++++---
> >  8 files changed, 54 insertions(+), 55 deletions(-)
> > 
> > 
> > -- 
> > Open Source Technology Center, Intel ltd.
> > 
> > $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
> 
> 
> 
> > _______________________________________________
> > igvt-g-dev mailing list
> > igvt-g-dev@lists.01.org
> > https://lists.01.org/mailman/listinfo/igvt-g-dev
> 
> 
> -- 
> Open Source Technology Center, Intel ltd.
> 
> $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827



-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
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: [igvt-g-dev] [PULL] GVT-g device model fixes
  2016-11-17  7:55   ` Daniel Vetter
@ 2016-11-17  8:04     ` Zhenyu Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Zhenyu Wang @ 2016-11-17  8:04 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Jani Nikula, intel-gfx, igvt-g-dev


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

On 2016.11.17 08:55:26 +0100, Daniel Vetter wrote:
> Just to clarify the process: This week we have the cut-off for feature
> work for 4.10. Bugfixes are of course always welcome. But if you think
> it's serious enough I'm happy to wait.
> 

yeah, I'd like to include those for initial 4.10 merge.

Please help to pull updated gvt tree.

Thanks.

---

The following changes since commit 8be8f4a9a9ce48d545512ef7299da607401f3879:

  Merge tag 'gvt-next-kvmgt-framework' of https://github.com/01org/gvt-linux into drm-intel-next-queued (2016-11-10 19:07:30 +0100)

are available in the git repository at:

  https://github.com/01org/gvt-linux tags/gvt-next-2016-11-17

for you to fetch changes up to 53e86ada8e53fcdbe1593f70b7df85549ba70b9a:

  drm/i915/gvt: remove unresolved vfio pin/unpin pages interface dependency (2016-11-17 15:51:16 +0800)

----------------------------------------------------------------
gvt-next-2016-11-17

- Fix lock order issue found in guest stress test
- Fix several MMIO handlers to correct behavior
- Fix crash for vgpu execlist reset and memleak
- Fix a possible conflict for unresolved vfio mdev dependency
- other misc fixes

----------------------------------------------------------------
Du, Changbin (2):
      drm/i915/gvt: fix crash in vgpu_reset_execlist
      drm/i915/gvt: fix mem leakage in setup_vgpu_mmio for vgpu reset

Jani Nikula (1):
      drm/i915/gvt: drop checks for early Skylake revisions

Pei Zhang (2):
      drm/i915/gvt: fix deadlock in workload_thread
      drm/i915/gvt: check workload empty before real scan

Ping Gao (2):
      drm/i915/gvt: emulate right behavior for tlb_control
      drm/i915/gvt: add more MMIO regs with command access flag

Xiaoguang Chen (1):
      drm/i915/gvt: clear guest opregion

Zhenyu Wang (2):
      drm/i915/gvt: Fix static checker warning on intel_gvt_i2c_handle_aux_ch_write()
      drm/i915/gvt: remove unresolved vfio pin/unpin pages interface dependency

 drivers/gpu/drm/i915/gvt/cmd_parser.c |  3 ++-
 drivers/gpu/drm/i915/gvt/edid.c       |  3 +--
 drivers/gpu/drm/i915/gvt/edid.h       |  2 +-
 drivers/gpu/drm/i915/gvt/execlist.c   | 24 +++++++++++------------
 drivers/gpu/drm/i915/gvt/execlist.h   |  2 +-
 drivers/gpu/drm/i915/gvt/handlers.c   | 37 ++++++++++++++++++-----------------
 drivers/gpu/drm/i915/gvt/kvmgt.c      | 16 ++++++---------
 drivers/gpu/drm/i915/gvt/scheduler.c  | 33 ++++++++++++-------------------
 drivers/gpu/drm/i915/gvt/vgpu.c       | 11 ++++++++---
 9 files changed, 62 insertions(+), 69 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: 163 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:[~2016-11-17  8:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-16  7:50 [PULL] GVT-g device model fixes Zhenyu Wang
2016-11-17  6:51 ` [igvt-g-dev] " Zhenyu Wang
2016-11-17  7:55   ` Daniel Vetter
2016-11-17  8:04     ` Zhenyu Wang

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.