intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] GVT-g fixes for 4.11 merge
@ 2017-02-07 10:07 Zhenyu Wang
  2017-02-07 14:50 ` Jani Nikula
  0 siblings, 1 reply; 2+ messages in thread
From: Zhenyu Wang @ 2017-02-07 10:07 UTC (permalink / raw)
  To: Daniel Vetter, Jani Nikula; +Cc: intel-gfx, intel-gvt-dev


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


Hi,

These are GVT-g changes for 4.11 merge window, mostly for gvt init
order fix that impacted resource handling for device model, the one
i915 change has been reviewed and acked.

I can't find good tag on dinf for this now, so base on current dinf.
I can re-generate as required.

thanks
---

The following changes since commit 18566acac18f5784347bc5fe636a26897d1c963b:

  Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next (2017-02-01 08:43:42 +1000)

are available in the git repository at:

  https://github.com/01org/gvt-linux.git tags/gvt-next-2017-02-07

for you to fetch changes up to 2d6ceb8e654a0ce998762b13f0ba2c275220a244:

  drm/i915/gvt: fix vgpu type size init (2017-02-07 17:22:01 +0800)

----------------------------------------------------------------
Chuanxiao Dong (1):
      drm/i915/gvt: add more resolutions in virtual edid

Zhenyu Wang (5):
      drm/i915: make intel_gvt_init() later instead of too early
      drm/i915/gvt: move intel iommu detection to intel_gvt_init()
      drm/i915/gvt: remove detect_host() MPT hook
      drm/i915/gvt: use normal mmio read function for firmware exposure
      drm/i915/gvt: fix vgpu type size init

 drivers/gpu/drm/i915/gvt/display.c   | 19 +++++++++------
 drivers/gpu/drm/i915/gvt/firmware.c  | 47 +++---------------------------------
 drivers/gpu/drm/i915/gvt/gvt.c       | 14 +++++------
 drivers/gpu/drm/i915/gvt/hypercall.h |  1 -
 drivers/gpu/drm/i915/gvt/kvmgt.c     | 38 -----------------------------
 drivers/gpu/drm/i915/gvt/mpt.h       | 12 ---------
 drivers/gpu/drm/i915/gvt/vgpu.c      | 13 +++++-----
 drivers/gpu/drm/i915/i915_drv.c      | 14 +++++------
 drivers/gpu/drm/i915/intel_gvt.c     |  5 ++++
 9 files changed, 42 insertions(+), 121 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.11 merge
  2017-02-07 10:07 [GIT PULL] GVT-g fixes for 4.11 merge Zhenyu Wang
@ 2017-02-07 14:50 ` Jani Nikula
  0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2017-02-07 14:50 UTC (permalink / raw)
  To: Zhenyu Wang, Daniel Vetter; +Cc: intel-gfx, intel-gvt-dev

On Tue, 07 Feb 2017, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> These are GVT-g changes for 4.11 merge window, mostly for gvt init
> order fix that impacted resource handling for device model, the one
> i915 change has been reviewed and acked.
>
> I can't find good tag on dinf for this now, so base on current dinf.
> I can re-generate as required.

This is fine for dinf. Pulled, thanks.

BR,
Jani.


>
> thanks
> ---
>
> The following changes since commit 18566acac18f5784347bc5fe636a26897d1c963b:
>
>   Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next (2017-02-01 08:43:42 +1000)
>
> are available in the git repository at:
>
>   https://github.com/01org/gvt-linux.git tags/gvt-next-2017-02-07
>
> for you to fetch changes up to 2d6ceb8e654a0ce998762b13f0ba2c275220a244:
>
>   drm/i915/gvt: fix vgpu type size init (2017-02-07 17:22:01 +0800)
>
> ----------------------------------------------------------------
> Chuanxiao Dong (1):
>       drm/i915/gvt: add more resolutions in virtual edid
>
> Zhenyu Wang (5):
>       drm/i915: make intel_gvt_init() later instead of too early
>       drm/i915/gvt: move intel iommu detection to intel_gvt_init()
>       drm/i915/gvt: remove detect_host() MPT hook
>       drm/i915/gvt: use normal mmio read function for firmware exposure
>       drm/i915/gvt: fix vgpu type size init
>
>  drivers/gpu/drm/i915/gvt/display.c   | 19 +++++++++------
>  drivers/gpu/drm/i915/gvt/firmware.c  | 47 +++---------------------------------
>  drivers/gpu/drm/i915/gvt/gvt.c       | 14 +++++------
>  drivers/gpu/drm/i915/gvt/hypercall.h |  1 -
>  drivers/gpu/drm/i915/gvt/kvmgt.c     | 38 -----------------------------
>  drivers/gpu/drm/i915/gvt/mpt.h       | 12 ---------
>  drivers/gpu/drm/i915/gvt/vgpu.c      | 13 +++++-----
>  drivers/gpu/drm/i915/i915_drv.c      | 14 +++++------
>  drivers/gpu/drm/i915/intel_gvt.c     |  5 ++++
>  9 files changed, 42 insertions(+), 121 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-02-07 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07 10:07 [GIT PULL] GVT-g fixes for 4.11 merge Zhenyu Wang
2017-02-07 14:50 ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).