All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] GVT-g fixes for 4.10-rc4
@ 2017-01-10  5:24 Zhenyu Wang
  2017-01-10  8:21 ` Jani Nikula
  0 siblings, 1 reply; 2+ messages in thread
From: Zhenyu Wang @ 2017-01-10  5:24 UTC (permalink / raw)
  To: Daniel Vetter, Jani Nikula; +Cc: intel-gfx, igvt-g-dev, Lv, Zhiyuan


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


Hi,

Please pull GVT-g device model fixes for rc4. This is based on rc3 with
new vfio/mdev interface change.

Thanks.
---

The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:

  Linux 4.10-rc3 (2017-01-08 14:18:17 -0800)

are available in the git repository at:

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

for you to fetch changes up to 9631739f8196ec80b5d9bf955f79b711490c0205:

  drm/i915/gvt: cleanup GFP flags (2017-01-09 17:31:05 +0800)

----------------------------------------------------------------
Changbin Du (5):
      drm/i915/gvt: fix error handing of tlb_control emulation
      drm/i915/gvt: fix return value in mul_force_wake_write
      drm/i915/gvt: always use readq and writeq
      drm/i915/gvt: fix use after free for workload
      drm/i915/gvt: dec vgpu->running_workload_num after the workload is really done

Jike Song (5):
      drm/i915/gvt: init/destroy vgpu_idr properly
      drm/i915/gvt: destroy the allocated idr on vgpu creating failures
      drm/i915/gvt: cleanup opregion memory allocation code
      drm/i915/gvt/kvmgt: return meaningful error for vgpu creating failure
      drm/i915/gvt: cleanup GFP flags

Nicolas Iooss (1):
      drm/i915/gvt: verify functions types in new_mmio_info()

Pei Zhang (1):
      drm/i915/gvt: print correct value for untracked mmio

Zhenyu Wang (2):
      drm/i915/gvt: adjust high memory size for default vGPU type
      drm/i915/gvt: remove duplicated definition

 drivers/gpu/drm/i915/gvt/aperture_gm.c |  7 -----
 drivers/gpu/drm/i915/gvt/gtt.c         | 54 +++++++++++-----------------------
 drivers/gpu/drm/i915/gvt/gvt.c         |  8 ++++-
 drivers/gpu/drm/i915/gvt/handlers.c    | 13 ++++----
 drivers/gpu/drm/i915/gvt/kvmgt.c       | 14 ++++++---
 drivers/gpu/drm/i915/gvt/mmio.c        | 31 +++++++++----------
 drivers/gpu/drm/i915/gvt/opregion.c    |  8 ++---
 drivers/gpu/drm/i915/gvt/reg.h         |  3 +-
 drivers/gpu/drm/i915/gvt/scheduler.c   | 14 ++++-----
 drivers/gpu/drm/i915/gvt/vgpu.c        |  8 +++--
 10 files changed, 73 insertions(+), 87 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] 2+ messages in thread

* Re: [GIT PULL] GVT-g fixes for 4.10-rc4
  2017-01-10  5:24 [GIT PULL] GVT-g fixes for 4.10-rc4 Zhenyu Wang
@ 2017-01-10  8:21 ` Jani Nikula
  0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2017-01-10  8:21 UTC (permalink / raw)
  To: Zhenyu Wang, Daniel Vetter; +Cc: intel-gfx, igvt-g-dev, Lv, Zhiyuan

On Tue, 10 Jan 2017, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> Please pull GVT-g device model fixes for rc4. This is based on rc3 with
> new vfio/mdev interface change.

Thanks, pulled to drm-intel-fixes.

BR,
Jani.

>
> Thanks.
> ---
>
> The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:
>
>   Linux 4.10-rc3 (2017-01-08 14:18:17 -0800)
>
> are available in the git repository at:
>
>   https://github.com/01org/gvt-linux.git tags/gvt-fixes-2017-01-10
>
> for you to fetch changes up to 9631739f8196ec80b5d9bf955f79b711490c0205:
>
>   drm/i915/gvt: cleanup GFP flags (2017-01-09 17:31:05 +0800)
>
> ----------------------------------------------------------------
> Changbin Du (5):
>       drm/i915/gvt: fix error handing of tlb_control emulation
>       drm/i915/gvt: fix return value in mul_force_wake_write
>       drm/i915/gvt: always use readq and writeq
>       drm/i915/gvt: fix use after free for workload
>       drm/i915/gvt: dec vgpu->running_workload_num after the workload is really done
>
> Jike Song (5):
>       drm/i915/gvt: init/destroy vgpu_idr properly
>       drm/i915/gvt: destroy the allocated idr on vgpu creating failures
>       drm/i915/gvt: cleanup opregion memory allocation code
>       drm/i915/gvt/kvmgt: return meaningful error for vgpu creating failure
>       drm/i915/gvt: cleanup GFP flags
>
> Nicolas Iooss (1):
>       drm/i915/gvt: verify functions types in new_mmio_info()
>
> Pei Zhang (1):
>       drm/i915/gvt: print correct value for untracked mmio
>
> Zhenyu Wang (2):
>       drm/i915/gvt: adjust high memory size for default vGPU type
>       drm/i915/gvt: remove duplicated definition
>
>  drivers/gpu/drm/i915/gvt/aperture_gm.c |  7 -----
>  drivers/gpu/drm/i915/gvt/gtt.c         | 54 +++++++++++-----------------------
>  drivers/gpu/drm/i915/gvt/gvt.c         |  8 ++++-
>  drivers/gpu/drm/i915/gvt/handlers.c    | 13 ++++----
>  drivers/gpu/drm/i915/gvt/kvmgt.c       | 14 ++++++---
>  drivers/gpu/drm/i915/gvt/mmio.c        | 31 +++++++++----------
>  drivers/gpu/drm/i915/gvt/opregion.c    |  8 ++---
>  drivers/gpu/drm/i915/gvt/reg.h         |  3 +-
>  drivers/gpu/drm/i915/gvt/scheduler.c   | 14 ++++-----
>  drivers/gpu/drm/i915/gvt/vgpu.c        |  8 +++--
>  10 files changed, 73 insertions(+), 87 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] 2+ messages in thread

end of thread, other threads:[~2017-01-10  8:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-10  5:24 [GIT PULL] GVT-g fixes for 4.10-rc4 Zhenyu Wang
2017-01-10  8:21 ` 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.