All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] gvt-next for 4.19
@ 2018-07-11  2:33 Zhenyu Wang
  2018-07-11  7:45 ` Chris Wilson
  2018-07-12  7:33 ` Rodrigo Vivi
  0 siblings, 2 replies; 7+ messages in thread
From: Zhenyu Wang @ 2018-07-11  2:33 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: 2440 bytes --]


Hi,

Here's last gvt-next pull for 4.19. Biggest change is to
add vGPU huge page support for guest, with one BXT fix and
gvt dependency handling.

Thanks.
--
The following changes since commit 57c8a484a9cbf1315b5299702d12aef04867eeee:

  drm/i915: Enable KVMGT for BXT. (2018-06-13 10:57:30 +0800)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-next-2018-07-11

for you to fetch changes up to 279ce5d117078ee8ea40c40199399889981fd808:

  drm/i915/gvt: declare gvt as i915's soft dependency (2018-07-10 11:13:11 +0800)

----------------------------------------------------------------
gvt-next-2018-07-11

- vGPU huge page support (Changbin)
- BXT display irq warning fix (Colin)
- Handle GVT dependency well (Henry)

----------------------------------------------------------------
Changbin Du (14):
      drm/i915/gvt: Add new 64K entry type
      drm/i915/gvt: Add PTE IPS bit operations
      drm/i915/gvt: Handle MMIO GEN8_GAMW_ECO_DEV_RW_IA for 64K GTT
      drm/i915/gvt: Detect 64K gtt entry by IPS bit of PDE
      drm/i915/gvt: Add software PTE flag to mark special 64K splited entry
      drm/i915/gvt: Add GTT clear_pse operation
      drm/i915/gvt: Split ppgtt_alloc_spt into two parts
      drm/i915/gvt: Make PTE iterator 64K entry aware
      drm/i915/gvt: Add 64K huge gtt support
      drm/i915/kvmgt: Support setting dma map for huge pages
      drm/i915/gvt: Add 2M huge gtt support
      drm/i915/gvt: Handle special sequence on PDE IPS bit
      drm/i915/gvt: Fix error handling in ppgtt_populate_spt_by_guest_entry
      drm/i915: Enable platform support for vGPU huge gtt pages

Colin Xu (1):
      drm/i915/gvt: Handle EDP_PSR_IMR and EDP_PSR_IIR for BXT.

Hang Yuan (1):
      drm/i915/gvt: declare gvt as i915's soft dependency

 drivers/gpu/drm/i915/gvt/gtt.c       | 423 ++++++++++++++++++++++++++++++-----
 drivers/gpu/drm/i915/gvt/gtt.h       |   9 +
 drivers/gpu/drm/i915/gvt/gvt.c       |   4 +
 drivers/gpu/drm/i915/gvt/handlers.c  |  39 +++-
 drivers/gpu/drm/i915/gvt/hypercall.h |   2 +-
 drivers/gpu/drm/i915/gvt/kvmgt.c     | 126 ++++++++---
 drivers/gpu/drm/i915/gvt/mpt.h       |   7 +-
 drivers/gpu/drm/i915/gvt/vgpu.c      |   1 +
 8 files changed, 517 insertions(+), 94 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] 7+ messages in thread

* Re: [PULL] gvt-next for 4.19
  2018-07-11  2:33 [PULL] gvt-next for 4.19 Zhenyu Wang
@ 2018-07-11  7:45 ` Chris Wilson
  2018-07-11  7:47   ` Zhenyu Wang
  2018-07-12  7:33 ` Rodrigo Vivi
  1 sibling, 1 reply; 7+ messages in thread
From: Chris Wilson @ 2018-07-11  7:45 UTC (permalink / raw)
  To: Vivi, Rodrigo, Jani Nikula, Joonas Lahtinen, Zhenyu Wang
  Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang

Quoting Zhenyu Wang (2018-07-11 03:33:53)
> 
> Hi,
> 
> Here's last gvt-next pull for 4.19. Biggest change is to
> add vGPU huge page support for guest, with one BXT fix and
> gvt dependency handling.

Any progress to cleaning up all the compiler warnings for W=1?
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PULL] gvt-next for 4.19
  2018-07-11  7:45 ` Chris Wilson
@ 2018-07-11  7:47   ` Zhenyu Wang
  0 siblings, 0 replies; 7+ messages in thread
From: Zhenyu Wang @ 2018-07-11  7:47 UTC (permalink / raw)
  To: Chris Wilson
  Cc: Jani Nikula, intel-gfx, Yuan, Hang, Lv, Zhiyuan, Vivi, Rodrigo,
	intel-gvt-dev


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

On 2018.07.11 08:45:08 +0100, Chris Wilson wrote:
> Quoting Zhenyu Wang (2018-07-11 03:33:53)
> > 
> > Hi,
> > 
> > Here's last gvt-next pull for 4.19. Biggest change is to
> > add vGPU huge page support for guest, with one BXT fix and
> > gvt dependency handling.
> 
> Any progress to cleaning up all the compiler warnings for W=1?

I'll check all those, thanks for reminding me!

-- 
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] 7+ messages in thread

* Re: [PULL] gvt-next for 4.19
  2018-07-11  2:33 [PULL] gvt-next for 4.19 Zhenyu Wang
  2018-07-11  7:45 ` Chris Wilson
@ 2018-07-12  7:33 ` Rodrigo Vivi
  1 sibling, 0 replies; 7+ messages in thread
From: Rodrigo Vivi @ 2018-07-12  7:33 UTC (permalink / raw)
  To: Zhenyu Wang
  Cc: Jani Nikula, intel-gfx, Yuan, Hang, Lv, Zhiyuan, intel-gvt-dev

On Wed, Jul 11, 2018 at 10:33:53AM +0800, Zhenyu Wang wrote:
> 
> Hi,
> 
> Here's last gvt-next pull for 4.19. Biggest change is to
> add vGPU huge page support for guest, with one BXT fix and
> gvt dependency handling.

Pulled to dinq.

Thanks,
Rodrigo.

> 
> Thanks.
> --
> The following changes since commit 57c8a484a9cbf1315b5299702d12aef04867eeee:
> 
>   drm/i915: Enable KVMGT for BXT. (2018-06-13 10:57:30 +0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/intel/gvt-linux.git tags/gvt-next-2018-07-11
> 
> for you to fetch changes up to 279ce5d117078ee8ea40c40199399889981fd808:
> 
>   drm/i915/gvt: declare gvt as i915's soft dependency (2018-07-10 11:13:11 +0800)
> 
> ----------------------------------------------------------------
> gvt-next-2018-07-11
> 
> - vGPU huge page support (Changbin)
> - BXT display irq warning fix (Colin)
> - Handle GVT dependency well (Henry)
> 
> ----------------------------------------------------------------
> Changbin Du (14):
>       drm/i915/gvt: Add new 64K entry type
>       drm/i915/gvt: Add PTE IPS bit operations
>       drm/i915/gvt: Handle MMIO GEN8_GAMW_ECO_DEV_RW_IA for 64K GTT
>       drm/i915/gvt: Detect 64K gtt entry by IPS bit of PDE
>       drm/i915/gvt: Add software PTE flag to mark special 64K splited entry
>       drm/i915/gvt: Add GTT clear_pse operation
>       drm/i915/gvt: Split ppgtt_alloc_spt into two parts
>       drm/i915/gvt: Make PTE iterator 64K entry aware
>       drm/i915/gvt: Add 64K huge gtt support
>       drm/i915/kvmgt: Support setting dma map for huge pages
>       drm/i915/gvt: Add 2M huge gtt support
>       drm/i915/gvt: Handle special sequence on PDE IPS bit
>       drm/i915/gvt: Fix error handling in ppgtt_populate_spt_by_guest_entry
>       drm/i915: Enable platform support for vGPU huge gtt pages
> 
> Colin Xu (1):
>       drm/i915/gvt: Handle EDP_PSR_IMR and EDP_PSR_IIR for BXT.
> 
> Hang Yuan (1):
>       drm/i915/gvt: declare gvt as i915's soft dependency
> 
>  drivers/gpu/drm/i915/gvt/gtt.c       | 423 ++++++++++++++++++++++++++++++-----
>  drivers/gpu/drm/i915/gvt/gtt.h       |   9 +
>  drivers/gpu/drm/i915/gvt/gvt.c       |   4 +
>  drivers/gpu/drm/i915/gvt/handlers.c  |  39 +++-
>  drivers/gpu/drm/i915/gvt/hypercall.h |   2 +-
>  drivers/gpu/drm/i915/gvt/kvmgt.c     | 126 ++++++++---
>  drivers/gpu/drm/i915/gvt/mpt.h       |   7 +-
>  drivers/gpu/drm/i915/gvt/vgpu.c      |   1 +
>  8 files changed, 517 insertions(+), 94 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] 7+ messages in thread

* Re: [PULL] gvt-next for 4.19
  2018-07-17  4:58 Zhenyu Wang
@ 2018-07-17  6:07 ` Rodrigo Vivi
  2018-07-17  6:06   ` Zhenyu Wang
  0 siblings, 1 reply; 7+ messages in thread
From: Rodrigo Vivi @ 2018-07-17  6:07 UTC (permalink / raw)
  To: Zhenyu Wang
  Cc: Jani Nikula, intel-gfx, Yuan, Hang, Lv, Zhiyuan, Vetter, Daniel,
	intel-gvt-dev

On Tue, Jul 17, 2018 at 12:58:37PM +0800, Zhenyu Wang wrote:
> 
> Hi,
> 
> Left fixes for all W=1 warnings, I think better to send
> to catch up last train for 4.19, mostly kernel doc comments
> fixes with a trivial refactor.

I was going to pull it and by pass dim...

The changes on the patches themselves is something simple enough that I would
ack myself, although in one of patches if we had review I'm sure
that would become 2 patches....

So at this point I'm not sure if I should bypass dim or request
another eyes... so I'm just, at least, holding until tomorrow...

> 
> Thanks
> --
> The following changes since commit 279ce5d117078ee8ea40c40199399889981fd808:
> 
>   drm/i915/gvt: declare gvt as i915's soft dependency (2018-07-10 11:13:11 +0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/intel/gvt-linux.git tags/gvt-next-2018-07-17
> 
> for you to fetch changes up to 3e494c2eb417715cdfed66827a5752e41de748c3:
> 
>   drm/i915/gvt: Fix W=1 warnings (2018-07-16 13:28:47 +0800)
> 
> ----------------------------------------------------------------
> gvt-next-2018-07-17
> 
> - Fix all left W=1 warnings
> 
> ----------------------------------------------------------------
> Zhenyu Wang (2):
>       drm/i915/gvt: make dma map/unmap kvmgt functions as static
>       drm/i915/gvt: Fix W=1 warnings
> 
>  drivers/gpu/drm/i915/gvt/cfg_space.c    | 12 ++++++++++++
>  drivers/gpu/drm/i915/gvt/display.c      |  1 +
>  drivers/gpu/drm/i915/gvt/edid.c         |  9 +++++++++
>  drivers/gpu/drm/i915/gvt/gtt.c          |  9 ++++++---
>  drivers/gpu/drm/i915/gvt/gvt.c          |  3 +--
>  drivers/gpu/drm/i915/gvt/handlers.c     |  1 +
>  drivers/gpu/drm/i915/gvt/kvmgt.c        |  4 ++--
>  drivers/gpu/drm/i915/gvt/mmio.c         |  3 ++-
>  drivers/gpu/drm/i915/gvt/mmio_context.c | 13 -------------
>  drivers/gpu/drm/i915/gvt/opregion.c     |  1 -
>  drivers/gpu/drm/i915/gvt/page_track.c   |  2 ++
>  drivers/gpu/drm/i915/gvt/reg.h          |  9 +++++++++
>  drivers/gpu/drm/i915/gvt/scheduler.c    |  4 +++-
>  13 files changed, 48 insertions(+), 23 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] 7+ messages in thread

* Re: [PULL] gvt-next for 4.19
  2018-07-17  6:07 ` Rodrigo Vivi
@ 2018-07-17  6:06   ` Zhenyu Wang
  0 siblings, 0 replies; 7+ messages in thread
From: Zhenyu Wang @ 2018-07-17  6:06 UTC (permalink / raw)
  To: Rodrigo Vivi
  Cc: Jani Nikula, intel-gfx, Yuan, Hang, Lv, Zhiyuan, Vetter, Daniel,
	intel-gvt-dev


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

On 2018.07.16 23:07:35 -0700, Rodrigo Vivi wrote:
> On Tue, Jul 17, 2018 at 12:58:37PM +0800, Zhenyu Wang wrote:
> > 
> > Hi,
> > 
> > Left fixes for all W=1 warnings, I think better to send
> > to catch up last train for 4.19, mostly kernel doc comments
> > fixes with a trivial refactor.
> 
> I was going to pull it and by pass dim...
> 
> The changes on the patches themselves is something simple enough that I would
> ack myself, although in one of patches if we had review I'm sure
> that would become 2 patches....
> 
> So at this point I'm not sure if I should bypass dim or request
> another eyes... so I'm just, at least, holding until tomorrow...
> 

Sorry for bothering you, let me rework this and ask proper review for next try.
You can ignore this one.

thanks

> > --
> > The following changes since commit 279ce5d117078ee8ea40c40199399889981fd808:
> > 
> >   drm/i915/gvt: declare gvt as i915's soft dependency (2018-07-10 11:13:11 +0800)
> > 
> > are available in the Git repository at:
> > 
> >   https://github.com/intel/gvt-linux.git tags/gvt-next-2018-07-17
> > 
> > for you to fetch changes up to 3e494c2eb417715cdfed66827a5752e41de748c3:
> > 
> >   drm/i915/gvt: Fix W=1 warnings (2018-07-16 13:28:47 +0800)
> > 
> > ----------------------------------------------------------------
> > gvt-next-2018-07-17
> > 
> > - Fix all left W=1 warnings
> > 
> > ----------------------------------------------------------------
> > Zhenyu Wang (2):
> >       drm/i915/gvt: make dma map/unmap kvmgt functions as static
> >       drm/i915/gvt: Fix W=1 warnings
> > 
> >  drivers/gpu/drm/i915/gvt/cfg_space.c    | 12 ++++++++++++
> >  drivers/gpu/drm/i915/gvt/display.c      |  1 +
> >  drivers/gpu/drm/i915/gvt/edid.c         |  9 +++++++++
> >  drivers/gpu/drm/i915/gvt/gtt.c          |  9 ++++++---
> >  drivers/gpu/drm/i915/gvt/gvt.c          |  3 +--
> >  drivers/gpu/drm/i915/gvt/handlers.c     |  1 +
> >  drivers/gpu/drm/i915/gvt/kvmgt.c        |  4 ++--
> >  drivers/gpu/drm/i915/gvt/mmio.c         |  3 ++-
> >  drivers/gpu/drm/i915/gvt/mmio_context.c | 13 -------------
> >  drivers/gpu/drm/i915/gvt/opregion.c     |  1 -
> >  drivers/gpu/drm/i915/gvt/page_track.c   |  2 ++
> >  drivers/gpu/drm/i915/gvt/reg.h          |  9 +++++++++
> >  drivers/gpu/drm/i915/gvt/scheduler.c    |  4 +++-
> >  13 files changed, 48 insertions(+), 23 deletions(-)
> > 
> > 
> > -- 
> > Open Source Technology Center, Intel ltd.
> > 
> > $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
> 
> 
> _______________________________________________
> intel-gvt-dev mailing list
> intel-gvt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gvt-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: 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] 7+ messages in thread

* [PULL] gvt-next for 4.19
@ 2018-07-17  4:58 Zhenyu Wang
  2018-07-17  6:07 ` Rodrigo Vivi
  0 siblings, 1 reply; 7+ messages in thread
From: Zhenyu Wang @ 2018-07-17  4:58 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: 1758 bytes --]


Hi,

Left fixes for all W=1 warnings, I think better to send
to catch up last train for 4.19, mostly kernel doc comments
fixes with a trivial refactor.

Thanks
--
The following changes since commit 279ce5d117078ee8ea40c40199399889981fd808:

  drm/i915/gvt: declare gvt as i915's soft dependency (2018-07-10 11:13:11 +0800)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-next-2018-07-17

for you to fetch changes up to 3e494c2eb417715cdfed66827a5752e41de748c3:

  drm/i915/gvt: Fix W=1 warnings (2018-07-16 13:28:47 +0800)

----------------------------------------------------------------
gvt-next-2018-07-17

- Fix all left W=1 warnings

----------------------------------------------------------------
Zhenyu Wang (2):
      drm/i915/gvt: make dma map/unmap kvmgt functions as static
      drm/i915/gvt: Fix W=1 warnings

 drivers/gpu/drm/i915/gvt/cfg_space.c    | 12 ++++++++++++
 drivers/gpu/drm/i915/gvt/display.c      |  1 +
 drivers/gpu/drm/i915/gvt/edid.c         |  9 +++++++++
 drivers/gpu/drm/i915/gvt/gtt.c          |  9 ++++++---
 drivers/gpu/drm/i915/gvt/gvt.c          |  3 +--
 drivers/gpu/drm/i915/gvt/handlers.c     |  1 +
 drivers/gpu/drm/i915/gvt/kvmgt.c        |  4 ++--
 drivers/gpu/drm/i915/gvt/mmio.c         |  3 ++-
 drivers/gpu/drm/i915/gvt/mmio_context.c | 13 -------------
 drivers/gpu/drm/i915/gvt/opregion.c     |  1 -
 drivers/gpu/drm/i915/gvt/page_track.c   |  2 ++
 drivers/gpu/drm/i915/gvt/reg.h          |  9 +++++++++
 drivers/gpu/drm/i915/gvt/scheduler.c    |  4 +++-
 13 files changed, 48 insertions(+), 23 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] 7+ messages in thread

end of thread, other threads:[~2018-07-17  6:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-11  2:33 [PULL] gvt-next for 4.19 Zhenyu Wang
2018-07-11  7:45 ` Chris Wilson
2018-07-11  7:47   ` Zhenyu Wang
2018-07-12  7:33 ` Rodrigo Vivi
2018-07-17  4:58 Zhenyu Wang
2018-07-17  6:07 ` Rodrigo Vivi
2018-07-17  6:06   ` 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.