All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] gvt-fixes for 4.19-rc5
@ 2018-09-18  7:33 Zhenyu Wang
  2018-09-18 15:53 ` Rodrigo Vivi
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2018-09-18  7: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: 1761 bytes --]


Hi,

Here's more gvt fixes for 4.19. Two more BXT fixes from Colin,
one srcu locking fix and one fix for GGTT clear when destroy vGPU.

p.s, I'll start my vacation from tomorrow. Wang Zhi will cover for gvt pull.

Thanks
--
The following changes since commit 792fab2c0d45758ad3d187bd252570d2bb627fa9:

  drm/i915/gvt: Fix the incorrect length of child_device_config issue (2018-09-06 11:17:38 +0800)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-09-18

for you to fetch changes up to 7759ca3aac79648d01c9edcb3b00503c02bec2f5:

  drm/i915/gvt: clear ggtt entries when destroy vgpu (2018-09-18 10:39:44 +0800)

----------------------------------------------------------------
gvt-fixes-2018-09-18

- Fix initial DPIO PHY register state for BXT (Colin)
- BXT untracked GEN9_CLKGATE_DIS_4 warning fix (Colin)
- Fix srcu lock for GFN valid check (Weinan)
- Should clear GGTT entry value after vGPU destroy (Zhipeng)

----------------------------------------------------------------
Colin Xu (2):
      drm/i915/gvt: Init PHY related registers for BXT
      drm/i915/gvt: Add GEN9_CLKGATE_DIS_4 to default BXT mmio handler

Weinan Li (1):
      drm/i915/gvt: request srcu_read_lock before checking if one gfn is valid

Zhipeng Gong (1):
      drm/i915/gvt: clear ggtt entries when destroy vgpu

 drivers/gpu/drm/i915/gvt/handlers.c |  1 +
 drivers/gpu/drm/i915/gvt/kvmgt.c    |  7 ++++++-
 drivers/gpu/drm/i915/gvt/mmio.c     | 28 ++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/gvt/vgpu.c     |  1 +
 4 files changed, 36 insertions(+), 1 deletion(-)


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

* Re: [PULL] gvt-fixes for 4.19-rc5
  2018-09-18  7:33 [PULL] gvt-fixes for 4.19-rc5 Zhenyu Wang
@ 2018-09-18 15:53 ` Rodrigo Vivi
  2018-09-19  6:34   ` Joonas Lahtinen
  0 siblings, 1 reply; 4+ messages in thread
From: Rodrigo Vivi @ 2018-09-18 15:53 UTC (permalink / raw)
  To: Zhenyu Wang
  Cc: Jani Nikula, intel-gfx, Yuan, Hang, Lv, Zhiyuan, intel-gvt-dev

On Tue, Sep 18, 2018 at 03:33:49PM +0800, Zhenyu Wang wrote:
> 
> Hi,
> 
> Here's more gvt fixes for 4.19. Two more BXT fixes from Colin,
> one srcu locking fix and one fix for GGTT clear when destroy vGPU.

pulled, thanks.

> 
> p.s, I'll start my vacation from tomorrow. Wang Zhi will cover for gvt pull.
> 
> Thanks
> --
> The following changes since commit 792fab2c0d45758ad3d187bd252570d2bb627fa9:
> 
>   drm/i915/gvt: Fix the incorrect length of child_device_config issue (2018-09-06 11:17:38 +0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-09-18
> 
> for you to fetch changes up to 7759ca3aac79648d01c9edcb3b00503c02bec2f5:
> 
>   drm/i915/gvt: clear ggtt entries when destroy vgpu (2018-09-18 10:39:44 +0800)
> 
> ----------------------------------------------------------------
> gvt-fixes-2018-09-18
> 
> - Fix initial DPIO PHY register state for BXT (Colin)
> - BXT untracked GEN9_CLKGATE_DIS_4 warning fix (Colin)
> - Fix srcu lock for GFN valid check (Weinan)
> - Should clear GGTT entry value after vGPU destroy (Zhipeng)
> 
> ----------------------------------------------------------------
> Colin Xu (2):
>       drm/i915/gvt: Init PHY related registers for BXT
>       drm/i915/gvt: Add GEN9_CLKGATE_DIS_4 to default BXT mmio handler
> 
> Weinan Li (1):
>       drm/i915/gvt: request srcu_read_lock before checking if one gfn is valid
> 
> Zhipeng Gong (1):
>       drm/i915/gvt: clear ggtt entries when destroy vgpu
> 
>  drivers/gpu/drm/i915/gvt/handlers.c |  1 +
>  drivers/gpu/drm/i915/gvt/kvmgt.c    |  7 ++++++-
>  drivers/gpu/drm/i915/gvt/mmio.c     | 28 ++++++++++++++++++++++++++++
>  drivers/gpu/drm/i915/gvt/vgpu.c     |  1 +
>  4 files changed, 36 insertions(+), 1 deletion(-)
> 
> 
> -- 
> 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

_______________________________________________
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: [PULL] gvt-fixes for 4.19-rc5
  2018-09-18 15:53 ` Rodrigo Vivi
@ 2018-09-19  6:34   ` Joonas Lahtinen
  2018-09-25 17:51     ` Zhi Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Joonas Lahtinen @ 2018-09-19  6:34 UTC (permalink / raw)
  To: Rodrigo Vivi, Zhenyu Wang
  Cc: Jani Nikula, intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang

Just a reminder, if you are still planning have gvt-next PR,
tomorrow is your day :)

Regards, Joonas

Quoting Rodrigo Vivi (2018-09-18 18:53:10)
> On Tue, Sep 18, 2018 at 03:33:49PM +0800, Zhenyu Wang wrote:
> > 
> > Hi,
> > 
> > Here's more gvt fixes for 4.19. Two more BXT fixes from Colin,
> > one srcu locking fix and one fix for GGTT clear when destroy vGPU.
> 
> pulled, thanks.
> 
> > 
> > p.s, I'll start my vacation from tomorrow. Wang Zhi will cover for gvt pull.
> > 
> > Thanks
> > --
> > The following changes since commit 792fab2c0d45758ad3d187bd252570d2bb627fa9:
> > 
> >   drm/i915/gvt: Fix the incorrect length of child_device_config issue (2018-09-06 11:17:38 +0800)
> > 
> > are available in the Git repository at:
> > 
> >   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-09-18
> > 
> > for you to fetch changes up to 7759ca3aac79648d01c9edcb3b00503c02bec2f5:
> > 
> >   drm/i915/gvt: clear ggtt entries when destroy vgpu (2018-09-18 10:39:44 +0800)
> > 
> > ----------------------------------------------------------------
> > gvt-fixes-2018-09-18
> > 
> > - Fix initial DPIO PHY register state for BXT (Colin)
> > - BXT untracked GEN9_CLKGATE_DIS_4 warning fix (Colin)
> > - Fix srcu lock for GFN valid check (Weinan)
> > - Should clear GGTT entry value after vGPU destroy (Zhipeng)
> > 
> > ----------------------------------------------------------------
> > Colin Xu (2):
> >       drm/i915/gvt: Init PHY related registers for BXT
> >       drm/i915/gvt: Add GEN9_CLKGATE_DIS_4 to default BXT mmio handler
> > 
> > Weinan Li (1):
> >       drm/i915/gvt: request srcu_read_lock before checking if one gfn is valid
> > 
> > Zhipeng Gong (1):
> >       drm/i915/gvt: clear ggtt entries when destroy vgpu
> > 
> >  drivers/gpu/drm/i915/gvt/handlers.c |  1 +
> >  drivers/gpu/drm/i915/gvt/kvmgt.c    |  7 ++++++-
> >  drivers/gpu/drm/i915/gvt/mmio.c     | 28 ++++++++++++++++++++++++++++
> >  drivers/gpu/drm/i915/gvt/vgpu.c     |  1 +
> >  4 files changed, 36 insertions(+), 1 deletion(-)
> > 
> > 
> > -- 
> > 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
> 
_______________________________________________
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: [PULL] gvt-fixes for 4.19-rc5
  2018-09-19  6:34   ` Joonas Lahtinen
@ 2018-09-25 17:51     ` Zhi Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Zhi Wang @ 2018-09-25 17:51 UTC (permalink / raw)
  To: Joonas Lahtinen, Rodrigo Vivi, Zhenyu Wang
  Cc: Jani Nikula, intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang

Thanks for the reminder. :) So much appreciate. :) I just got two small 
code changes which hasn't been tested by QA. So I guess you can send the 
pull request first. Thanks again for the kindly reminding. :)


thanks,

Zhi.


On 09/19/18 02:34, Joonas Lahtinen wrote:
> Just a reminder, if you are still planning have gvt-next PR,
> tomorrow is your day :)
>
> Regards, Joonas
>
> Quoting Rodrigo Vivi (2018-09-18 18:53:10)
>> On Tue, Sep 18, 2018 at 03:33:49PM +0800, Zhenyu Wang wrote:
>>> Hi,
>>>
>>> Here's more gvt fixes for 4.19. Two more BXT fixes from Colin,
>>> one srcu locking fix and one fix for GGTT clear when destroy vGPU.
>> pulled, thanks.
>>
>>> p.s, I'll start my vacation from tomorrow. Wang Zhi will cover for gvt pull.
>>>
>>> Thanks
>>> --
>>> The following changes since commit 792fab2c0d45758ad3d187bd252570d2bb627fa9:
>>>
>>>    drm/i915/gvt: Fix the incorrect length of child_device_config issue (2018-09-06 11:17:38 +0800)
>>>
>>> are available in the Git repository at:
>>>
>>>    https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-09-18
>>>
>>> for you to fetch changes up to 7759ca3aac79648d01c9edcb3b00503c02bec2f5:
>>>
>>>    drm/i915/gvt: clear ggtt entries when destroy vgpu (2018-09-18 10:39:44 +0800)
>>>
>>> ----------------------------------------------------------------
>>> gvt-fixes-2018-09-18
>>>
>>> - Fix initial DPIO PHY register state for BXT (Colin)
>>> - BXT untracked GEN9_CLKGATE_DIS_4 warning fix (Colin)
>>> - Fix srcu lock for GFN valid check (Weinan)
>>> - Should clear GGTT entry value after vGPU destroy (Zhipeng)
>>>
>>> ----------------------------------------------------------------
>>> Colin Xu (2):
>>>        drm/i915/gvt: Init PHY related registers for BXT
>>>        drm/i915/gvt: Add GEN9_CLKGATE_DIS_4 to default BXT mmio handler
>>>
>>> Weinan Li (1):
>>>        drm/i915/gvt: request srcu_read_lock before checking if one gfn is valid
>>>
>>> Zhipeng Gong (1):
>>>        drm/i915/gvt: clear ggtt entries when destroy vgpu
>>>
>>>   drivers/gpu/drm/i915/gvt/handlers.c |  1 +
>>>   drivers/gpu/drm/i915/gvt/kvmgt.c    |  7 ++++++-
>>>   drivers/gpu/drm/i915/gvt/mmio.c     | 28 ++++++++++++++++++++++++++++
>>>   drivers/gpu/drm/i915/gvt/vgpu.c     |  1 +
>>>   4 files changed, 36 insertions(+), 1 deletion(-)
>>>
>>>
>>> -- 
>>> 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
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx

_______________________________________________
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:[~2018-09-25 17:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-18  7:33 [PULL] gvt-fixes for 4.19-rc5 Zhenyu Wang
2018-09-18 15:53 ` Rodrigo Vivi
2018-09-19  6:34   ` Joonas Lahtinen
2018-09-25 17:51     ` Zhi 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.