All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] gvt-next for 4.21
@ 2018-12-07  4:36 Zhenyu Wang
  2018-12-11  0:41 ` Rodrigo Vivi
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2018-12-07  4:36 UTC (permalink / raw)
  To: Jani Nikula, Joonas Lahtinen, Vivi, Rodrigo
  Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang


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


Hi,

As I was hoping to possibly merge more new stuff for next kernel e.g
CFL support, etc, but seems those're still not stable enough so better
wait for next cycle, so sorry for the late.

This includes mostly one regression fix for drm-intel-next when we
introduced during previous shadow ctx ppgtt failure fix patch, and one
update on force-to-nonpriv register list. There're also three typo
fixes we received, I think they're trivial so should be no harm to
include.

Thanks
--
The following changes since commit 4377d4e0d3d511986033ba7b4182d5a80b7f9ea2:

  drm/i915: Update DRIVER_DATE to 20181204 (2018-12-04 19:26:17 +0200)

are available in the Git repository at:

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

for you to fetch changes up to d1810909d841314ba94b14dc3de9e9fbc13b046a:

  drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts" (2018-12-07 12:01:09 +0800)

----------------------------------------------------------------
gvt-next-2018-12-07

- Fix -next regression on shadow ctx's ppgtt destroy (Xiong)
- Update force-to-nonpriv register list (Yan)
- three typo fixes

----------------------------------------------------------------
Colin Ian King (1):
      drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts"

Peng Hao (1):
      drm/i915/gvt: fix a typo: "registeration" -> "registration".

Xinyun Liu (1):
      drm/i915/gvt: fix typo in two MI cmd annotation

Xiong Zhang (1):
      drm/i915/gvt: Fix shadow ctx ppgtt destroy function

Zhao Yan (1):
      drm/i915/gvt: update force-to-nonpriv register whitelist

 drivers/gpu/drm/i915/gvt/cmd_parser.c |  6 +++---
 drivers/gpu/drm/i915/gvt/gvt.c        |  2 +-
 drivers/gpu/drm/i915/gvt/gvt.h        |  4 ++++
 drivers/gpu/drm/i915/gvt/handlers.c   |  1 +
 drivers/gpu/drm/i915/gvt/interrupt.c  |  2 +-
 drivers/gpu/drm/i915/gvt/scheduler.c  | 33 +++++++++++++++++++++++++++++++++
 6 files changed, 43 insertions(+), 5 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] 4+ messages in thread

* Re: [PULL] gvt-next for 4.21
  2018-12-07  4:36 [PULL] gvt-next for 4.21 Zhenyu Wang
@ 2018-12-11  0:41 ` Rodrigo Vivi
  2018-12-11  2:20   ` Zhenyu Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Rodrigo Vivi @ 2018-12-11  0:41 UTC (permalink / raw)
  To: Zhenyu Wang
  Cc: Jani Nikula, intel-gfx, Yuan, Hang, Lv, Zhiyuan, intel-gvt-dev


On Fri, Dec 07, 2018 at 12:36:59PM +0800, Zhenyu Wang wrote:
> 
> Hi,
> 
> As I was hoping to possibly merge more new stuff for next kernel e.g
> CFL support, etc, but seems those're still not stable enough so better
> wait for next cycle, so sorry for the late.

If I understood correctly Jani already sent the latest pull request
targeting 4.21. Right Jani?

Should we start queueing this for 4.22?

> 
> This includes mostly one regression fix for drm-intel-next when we
> introduced during previous shadow ctx ppgtt failure fix patch, and one
> update on force-to-nonpriv register list. There're also three typo
> fixes we received, I think they're trivial so should be no harm to
> include.
> 
> Thanks
> --
> The following changes since commit 4377d4e0d3d511986033ba7b4182d5a80b7f9ea2:
> 
>   drm/i915: Update DRIVER_DATE to 20181204 (2018-12-04 19:26:17 +0200)
> 
> are available in the Git repository at:
> 
>   https://github.com/intel/gvt-linux.git tags/gvt-next-2018-12-07
> 
> for you to fetch changes up to d1810909d841314ba94b14dc3de9e9fbc13b046a:
> 
>   drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts" (2018-12-07 12:01:09 +0800)
> 
> ----------------------------------------------------------------
> gvt-next-2018-12-07
> 
> - Fix -next regression on shadow ctx's ppgtt destroy (Xiong)
> - Update force-to-nonpriv register list (Yan)
> - three typo fixes
> 
> ----------------------------------------------------------------
> Colin Ian King (1):
>       drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts"
> 
> Peng Hao (1):
>       drm/i915/gvt: fix a typo: "registeration" -> "registration".
> 
> Xinyun Liu (1):
>       drm/i915/gvt: fix typo in two MI cmd annotation
> 
> Xiong Zhang (1):
>       drm/i915/gvt: Fix shadow ctx ppgtt destroy function
> 
> Zhao Yan (1):
>       drm/i915/gvt: update force-to-nonpriv register whitelist
> 
>  drivers/gpu/drm/i915/gvt/cmd_parser.c |  6 +++---
>  drivers/gpu/drm/i915/gvt/gvt.c        |  2 +-
>  drivers/gpu/drm/i915/gvt/gvt.h        |  4 ++++
>  drivers/gpu/drm/i915/gvt/handlers.c   |  1 +
>  drivers/gpu/drm/i915/gvt/interrupt.c  |  2 +-
>  drivers/gpu/drm/i915/gvt/scheduler.c  | 33 +++++++++++++++++++++++++++++++++
>  6 files changed, 43 insertions(+), 5 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

_______________________________________________
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-next for 4.21
  2018-12-11  0:41 ` Rodrigo Vivi
@ 2018-12-11  2:20   ` Zhenyu Wang
  2018-12-11 10:02     ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Zhenyu Wang @ 2018-12-11  2:20 UTC (permalink / raw)
  To: Rodrigo Vivi
  Cc: Jani Nikula, intel-gfx, Yuan, Hang, Lv, Zhiyuan, intel-gvt-dev


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

On 2018.12.10 16:41:24 -0800, Rodrigo Vivi wrote:
> 
> On Fri, Dec 07, 2018 at 12:36:59PM +0800, Zhenyu Wang wrote:
> > 
> > Hi,
> > 
> > As I was hoping to possibly merge more new stuff for next kernel e.g
> > CFL support, etc, but seems those're still not stable enough so better
> > wait for next cycle, so sorry for the late.
> 
> If I understood correctly Jani already sent the latest pull request
> targeting 4.21. Right Jani?
>
> Should we start queueing this for 4.22?
>

yeah, sorry I missed that window, but this one actually contains stuff
for -next-fixes besides typo fixes, otherwise 4.21 will be problematic.
Let me generate another one for dinf.

thanks

> > 
> > This includes mostly one regression fix for drm-intel-next when we
> > introduced during previous shadow ctx ppgtt failure fix patch, and one
> > update on force-to-nonpriv register list. There're also three typo
> > fixes we received, I think they're trivial so should be no harm to
> > include.
> > 
> > Thanks
> > --
> > The following changes since commit 4377d4e0d3d511986033ba7b4182d5a80b7f9ea2:
> > 
> >   drm/i915: Update DRIVER_DATE to 20181204 (2018-12-04 19:26:17 +0200)
> > 
> > are available in the Git repository at:
> > 
> >   https://github.com/intel/gvt-linux.git tags/gvt-next-2018-12-07
> > 
> > for you to fetch changes up to d1810909d841314ba94b14dc3de9e9fbc13b046a:
> > 
> >   drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts" (2018-12-07 12:01:09 +0800)
> > 
> > ----------------------------------------------------------------
> > gvt-next-2018-12-07
> > 
> > - Fix -next regression on shadow ctx's ppgtt destroy (Xiong)
> > - Update force-to-nonpriv register list (Yan)
> > - three typo fixes
> > 
> > ----------------------------------------------------------------
> > Colin Ian King (1):
> >       drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts"
> > 
> > Peng Hao (1):
> >       drm/i915/gvt: fix a typo: "registeration" -> "registration".
> > 
> > Xinyun Liu (1):
> >       drm/i915/gvt: fix typo in two MI cmd annotation
> > 
> > Xiong Zhang (1):
> >       drm/i915/gvt: Fix shadow ctx ppgtt destroy function
> > 
> > Zhao Yan (1):
> >       drm/i915/gvt: update force-to-nonpriv register whitelist
> > 
> >  drivers/gpu/drm/i915/gvt/cmd_parser.c |  6 +++---
> >  drivers/gpu/drm/i915/gvt/gvt.c        |  2 +-
> >  drivers/gpu/drm/i915/gvt/gvt.h        |  4 ++++
> >  drivers/gpu/drm/i915/gvt/handlers.c   |  1 +
> >  drivers/gpu/drm/i915/gvt/interrupt.c  |  2 +-
> >  drivers/gpu/drm/i915/gvt/scheduler.c  | 33 +++++++++++++++++++++++++++++++++
> >  6 files changed, 43 insertions(+), 5 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
> 

-- 
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-next for 4.21
  2018-12-11  2:20   ` Zhenyu Wang
@ 2018-12-11 10:02     ` Jani Nikula
  0 siblings, 0 replies; 4+ messages in thread
From: Jani Nikula @ 2018-12-11 10:02 UTC (permalink / raw)
  To: Zhenyu Wang, Rodrigo Vivi
  Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang

On Tue, 11 Dec 2018, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> On 2018.12.10 16:41:24 -0800, Rodrigo Vivi wrote:
>> 
>> On Fri, Dec 07, 2018 at 12:36:59PM +0800, Zhenyu Wang wrote:
>> > 
>> > Hi,
>> > 
>> > As I was hoping to possibly merge more new stuff for next kernel e.g
>> > CFL support, etc, but seems those're still not stable enough so better
>> > wait for next cycle, so sorry for the late.
>> 
>> If I understood correctly Jani already sent the latest pull request
>> targeting 4.21. Right Jani?
>>
>> Should we start queueing this for 4.22?
>>
>
> yeah, sorry I missed that window, but this one actually contains stuff
> for -next-fixes besides typo fixes, otherwise 4.21 will be problematic.
> Let me generate another one for dinf.

I've pulled this to drm-intel-next-fixes, headed to v4.21.

Thanks,
Jani.


>
> thanks
>
>> > 
>> > This includes mostly one regression fix for drm-intel-next when we
>> > introduced during previous shadow ctx ppgtt failure fix patch, and one
>> > update on force-to-nonpriv register list. There're also three typo
>> > fixes we received, I think they're trivial so should be no harm to
>> > include.
>> > 
>> > Thanks
>> > --
>> > The following changes since commit 4377d4e0d3d511986033ba7b4182d5a80b7f9ea2:
>> > 
>> >   drm/i915: Update DRIVER_DATE to 20181204 (2018-12-04 19:26:17 +0200)
>> > 
>> > are available in the Git repository at:
>> > 
>> >   https://github.com/intel/gvt-linux.git tags/gvt-next-2018-12-07
>> > 
>> > for you to fetch changes up to d1810909d841314ba94b14dc3de9e9fbc13b046a:
>> > 
>> >   drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts" (2018-12-07 12:01:09 +0800)
>> > 
>> > ----------------------------------------------------------------
>> > gvt-next-2018-12-07
>> > 
>> > - Fix -next regression on shadow ctx's ppgtt destroy (Xiong)
>> > - Update force-to-nonpriv register list (Yan)
>> > - three typo fixes
>> > 
>> > ----------------------------------------------------------------
>> > Colin Ian King (1):
>> >       drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts"
>> > 
>> > Peng Hao (1):
>> >       drm/i915/gvt: fix a typo: "registeration" -> "registration".
>> > 
>> > Xinyun Liu (1):
>> >       drm/i915/gvt: fix typo in two MI cmd annotation
>> > 
>> > Xiong Zhang (1):
>> >       drm/i915/gvt: Fix shadow ctx ppgtt destroy function
>> > 
>> > Zhao Yan (1):
>> >       drm/i915/gvt: update force-to-nonpriv register whitelist
>> > 
>> >  drivers/gpu/drm/i915/gvt/cmd_parser.c |  6 +++---
>> >  drivers/gpu/drm/i915/gvt/gvt.c        |  2 +-
>> >  drivers/gpu/drm/i915/gvt/gvt.h        |  4 ++++
>> >  drivers/gpu/drm/i915/gvt/handlers.c   |  1 +
>> >  drivers/gpu/drm/i915/gvt/interrupt.c  |  2 +-
>> >  drivers/gpu/drm/i915/gvt/scheduler.c  | 33 +++++++++++++++++++++++++++++++++
>> >  6 files changed, 43 insertions(+), 5 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
>> 

-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
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-12-11 10:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-07  4:36 [PULL] gvt-next for 4.21 Zhenyu Wang
2018-12-11  0:41 ` Rodrigo Vivi
2018-12-11  2:20   ` Zhenyu Wang
2018-12-11 10:02     ` 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.